You are on page 1of 2

Router(config)#

host R3
no ip domain-lookup
enable secret class
line console 0
R1(config-line)#
password cisco
login
exit
R1(config)#
line vty 0 4
R1(config-line)#
password cisco
login
exit
R1(config)#
service password-encryption
banner motd & ********No entre, acceso restringido**********&
username R2 password cisco
line vty 0 4
R1(config-line)#
login local
exit
R1(config)#
exit
R1#
Para ver la configuracin. "show running-config"
Para ver los datos del router. "show ver"
show running-config
copy running-config startup-config
DTE
R1(config)#
interface se0/0/0
ip address 10.2.2.1 255.255.255.252
no shutdown
exit
DCE
1200, 2400, 9600, 19200, 38400, 56000, 64000, 72000, 125000, 148000, 500000, 800
000,
1000000, 1300000, 2000000, 4000000.
R1(config)#
interface se0/0/0
ip address 10.1.1.1 255.255.255.252
clock rate 65000
no shutdown
exit
R1#
guardar la configuracion
copy running-config startup-config
R1(config)#
RIPV2
router rip
version 2
network 172.30.0.0
network 10.0.0.0
excluir a una interfaz
router rip
version 2
passive-interface g0/0
network 172.30.0.0
network 10.0.0.0

You might also like