You are on page 1of 1

B1>enable B1#config t Enter configuration commands, one per line. End with CNTL/Z.

B1(config)#line console 0 B1(config-line)#password cisco B1(config-line)#login B1(config-line)#exit B1(config)#line vty 0 4 B1(config-line)#password cisco B1(config-line)#login B1(config-line)#exit B1(config)#

reloj Router>ena Password: Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#int s0/0 Router(config-if)#clock rate 64000 Router(config-if)# rutas predeterminadas B4>ena B4#config t Enter configuration commands, one per line. End with CNTL/Z. B4(config)#ip route 0.0.0.0 0.0.0.0 s0/0 B4(config)#exit rutas estaticas Router(config)#ip route Router(config)#ip route Router(config)#ip route Router(config)#ip route Router(config)#ip route Router(config)#exit ver rutas show ip route static

10.1.0.0 255.255.192.0 s0/0 10.1.64.0 255.255.192.0 s0/1 10.1.128.0 255.255.192.0 s0/2 10.1.192.0 255.255.192.0 s0/3 0.0.0.0 0.0.0.0 s1/0

interface B1(config-if)#exit B1(config)#interface s0/0 B1(config-if)#ip address 10.0.1.2 255.255.255.252 B1(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0, changed state to up B1(config-if)#exit

You might also like