Configuración Flashcards

1
Q

Guardar la configuración en Router

A

Router#copy running-config startup-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cambiar el nombre del Router

A

Router(config)# hostname [Nombre nuevo]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Pasar de usuario normal a privilegiado

A

Router> enable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Pasar de modo privilegiado a configuración global

A

Router#configure terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hacer ping desde modo privilegiado

A

Router#ping [IP Objectivo]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hacer ping desde Config Global

A

Route(config)# do ping [IP Objetivo]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Configuración de puetos por gig#/#

A

Router# interface gig0/0 || gig0/1 [Enter]

Router# no shutdown [Enter] //Guarda la config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Crear una conexión estática entre Routers

A

Router(config)#ip route [IP a la que te diriges] [Mascará de subred] [IP de donde se hizo la conexión]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly