You are on page 1of 6

Router> Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname bogota bogota(config)#enable secret % Incomplete command. bogota(config)#enable secret cisco bogota(config)#line console % Incomplete command. bogota(config)#line console 0 bogota(config-line)#password cisco bogota(config-line)# bogota(config-line)#line uty 04 ^ % Invalid input detected at '^' marker. bogota(config)#line console 0 bogota(config-line)#password cisco bogota(config-line)#login bogota(config-line)#line uty 04 ^ % Invalid input detected at '^' marker. bogota(config)#enable secret cisco bogota(config)#line console 0 bogota(config-line)#password cisco bogota(config-line)#login bogota(config-line)#line vty 04 bogota(config-line)#line vty 0 n4 ^ % Invalid input detected at '^' marker. bogota(config)#line vty 0 4 bogota(config-line)#password cisco bogota(config-line)#exit bogota(config)#line vty 0 4 bogota(config-line)#password cisco bogota(config-line)#login bogota(config-line)#exit bogota(config)#exit bogota#ex *Apr 16 15:41:57.271: %SYS-5-CONFIG_I: Configured from console by consoleit

bogota con0 is now available

Press RETURN to get started.

User Access Verification Password: bogota>enable Password: bogota#interface Translating "interface"...domain server (255.255.255.255) Translating "interface"...domain server (255.255.255.255) (255.255.255.255)% Unknown command or computer name, or unable to find computer address bogota#interface fastethernet 0/0 ^ % Invalid input detected at '^' marker. bogota#int f0/0 ^ % Invalid input detected at '^' marker. bogota#interface Translating "interface"...domain server (255.255.255.255) Translating "interface"...domain server (255.255.255.255) (255.255.255.255)% Unknown command or computer name, or unable to find computer address bogota#interface 0/0 ^ % Invalid input detected at '^' marker. bogota#interface fastethernet0/0 ^ % Invalid input detected at '^' marker.

bogota#interface fa0/0 ^ % Invalid input detected at '^' marker. bogota#enable bogota#config t Enter configuration commands, one per line. End with CNTL/Z. bogota(config)#interfece fa0/0 ^ % Invalid input detected at '^' marker. bogota(config)#interface fastethernet 0/0 bogota(config-if)#ip address 192.168.1.0 % Incomplete command. bogota(config-if)#ip address 192.168.1.0 255.255.255.0 Bad mask /24 for address 192.168.1.0 bogota(config-if)#no shutdown bogota(config-if)# *Apr 16 15:51:06.459: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthern et0/0, changed state to up bogota(config-if)#ip address 192.168.1.1 255.255.255.0 bogota(config-if)#no shutdown bogota(config-if)#exit bogota(config)#exit bogota# *Apr 16 15:52:57.459: %SYS-5-CONFIG_I: Configured from console by consolesh % Type "show ?" for a list of subcommands bogota#show ip interface brief Interface IP-Address OK? Method Status Prot ocol FastEthernet0/0 192.168.1.1 YES manual up up FastEthernet0/1 unassigned YES unset administratively down down bogota#enable bogota#config t Enter configuration commands, one per line. End with CNTL/Z. bogota(config)#interface fastethernet 0/1 bogota(config-if)#ip address 10.0.0.1 255.0.0.0 bogota(config-if)#no shut down ^ % Invalid input detected at '^' marker. bogota(config-if)#no shutdown bogota(config-if)#exit *Apr 16 15:55:56.355: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state t o up *Apr 16 15:55:57.355: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthern et0/1, changed state to up bogota(config)#exit bogota# *Apr 16 15:56:02.487: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthern et0/1, changed state to down *Apr 16 15:56:02.515: %SYS-5-CONFIG_I: Configured from console by console *Apr 16 15:56:06.459: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthern et0/1, changed state to up bogota#show ip interface brief Interface IP-Address OK? Method Status Prot ocol FastEthernet0/0 192.168.1.1 YES manual up up

FastEthernet0/1 10.0.0.1 YES manual up up bogota#enable bogota#configure terminal Enter configuration commands, one per line. End with CNTL/Z. bogota(config)#ip route 20.0.0.0 255.0.0.0 10.0.0.2 bogota(config)#ip route 192.168.2.0 255.255.255.0 10.0.0.2 bogota(config)#exit bogota#10. *Apr 16 15:58:30.575: %SYS-5-CONFIG_I: Configured from console by console bogota#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set S 20.0.0.0/8 [1/0] via 10.0.0.2 C 10.0.0.0/8 is directly connected, FastEthernet0/1 C 192.168.1.0/24 is directly connected, FastEthernet0/0 S 192.168.2.0/24 [1/0] via 10.0.0.2 bogota#ping 192.168.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms bogota#

bogota con0 is now available

Press RETURN to get started. ******************************************************************************** **************************************** configuracion RIP bogota#enable bogota#configure terminal Enter configuration commands, one per line. End with CNTL/Z. bogota(config)#router rip bogota(config-router)#network *Apr 16 16:32:52.487: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthern et0/1, changed state to down *Apr 16 16:33:00.463: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthern et0/1, changed state to up % Incomplete command. bogota(config-router)#network 192.168.1.1 bogota(config-router)#network 10.0.0.1 bogota(config-router)#network 192.168.2.1 bogota(config-router)#debug ip rip ^ % Invalid input detected at '^' marker. bogota(config-router)#router de borde ^ % Invalid input detected at '^' marker. bogota(config)#router rip bogota(config-router)#network 20.0.0.1 bogota(config-router)#network 192.168.1.0 bogota(config-router)#network 192.168.2.0 bogota(config-router)#show ip route ^ % Invalid input detected at '^' marker. bogota(config-router)#network 10.0.0.0 bogota(config-router)#network 20.0.0.0 bogota(config-router)#shoe? % Unrecognized command bogota(config-router)#show ip route ^ % Invalid input detected at '^' marker. bogota(config-router)#exit bogota(config)#exit bogota# *Apr 16 16:42:17.919: %SYS-5-CONFIG_I: Configured from console by console bogota#show ip route

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set R 20.0.0.0/8 [120/1] via 10.0.0.2, 00:00:24, FastEthernet0/1 C 10.0.0.0/8 is directly connected, FastEthernet0/1 C 192.168.1.0/24 is directly connected, FastEthernet0/0 bogota#enable bogota#configure terminal Enter configuration commands, one per line. End with CNTL/Z. bogota(config)#router rip bogota(config-router)#network 192.168.1.0 bogota(config-router)#network 10.0.0.0 bogota(config-router)#exit bogota(config)#exit bogota# *Apr 16 16:44:26.199: %SYS-5-CONFIG_I: Configured from console by console bogota#show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set R 20.0.0.0/8 [120/1] via 10.0.0.2, 00:00:19, FastEthernet0/1 C 10.0.0.0/8 is directly connected, FastEthernet0/1 C 192.168.1.0/24 is directly connected, FastEthernet0/0 bogota#ping 10.0.0.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms bogota#ping 20.0.0.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 20.0.0.2, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) bogota#ping 20.0.0.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 20.0.0.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms bogota#

You might also like