Hi guys,
It's been a great vacation, tons of interviews and lots of lab times so I'm quite happy. Now I have one final act. Getting the 1721 router to route between the networks.
I'm curious if I need to do inside nat and outside nat on the 1721 now to get this to work or will simple routing work.
I can connect from both 2600 routers to the 1721 router and the ip address of the 1st IP in the next hops'd network that sits of the 1721 but I can't ping past that. I'm sure it's a routing issue and I haven't caught it yet or it could be something new to me; not sure.
Would really like to put this lab to rest and close on a good note; if any of you see the issue let me know.
Cisco 1721 Core Router:
Cisco-1721-Core>
Cisco-1721-Core>
Cisco-1721-Core>enable
Password:
Cisco-1721-Core#show cobnfig
^
% Invalid input detected at '^' marker.
Cisco-1721-Core#show config
Using 799 out of 29688 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco-1721-Core
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$i00D$l4ummZ8K22JkAVJq9ka1S1
!
no aaa new-model
ip cef
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
ip address dhcp
speed auto
!
interface Serial0
ip address 192.168.120.2 255.255.255.0
fair-queue
!
interface Serial1
ip address 192.168.130.5 255.255.255.0
fair-queue
!
ip route 192.168.102.0 255.255.255.0 192.168.120.1
ip route 192.168.104.0 255.255.255.0 192.168.120.1
ip route 192.168.106.0 255.255.255.0 192.168.130.6
ip route 192.168.108.0 255.255.255.0 192.168.130.6
!
no ip http server
Cisco-1721-Core#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cisco-1721-Core(config)#ip route 192.168.130.0 255.255.255.0 192.168.130.6
Cisco-1721-Core(config)#ip route 192.168.120.0 255.255.255.0 192.168.120.1
Cisco-1721-Core(config)#exit
Cisco-1721-Core#cop
*Mar 1 04:57:22.599: %SYS-5-CONFIG_I: Configured from console by consoley
Cisco-1721-Core#copy ru
Cisco-1721-Core#copy running-config st
Cisco-1721-Core#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Cisco-1721-Core#ping 192.168.130.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Cisco-1721-Core#ping 192.168.120.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/64 ms
Cisco-1721-Core#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cisco-1721-Core(config)#no ip route 192.168.120.0 255.255.255.0 192.168.120.1
Cisco-1721-Core(config)#no ip route 192.168.130.0 255.255.255.0 192.168.130.6
Cisco-1721-Core(config)#exit
Cisco-1721-Core#
*Mar 1 05:00:58.803: %SYS-5-CONFIG_I: Configured from console by consolecopy
Cisco-1721-Core#copy ru
Cisco-1721-Core#copy running-config st
Cisco-1721-Core#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Cisco-1721-Core#show config
Using 799 out of 29688 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco-1721-Core
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$i00D$l4ummZ8K22JkAVJq9ka1S1
!
no aaa new-model
ip cef
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
ip address dhcp
speed auto
!
interface Serial0
ip address 192.168.120.2 255.255.255.0
fair-queue
!
interface Serial1
ip address 192.168.130.5 255.255.255.0
fair-queue
!
ip route 192.168.102.0 255.255.255.0 192.168.120.1
ip route 192.168.104.0 255.255.255.0 192.168.120.1
ip route 192.168.106.0 255.255.255.0 192.168.130.6
ip route 192.168.108.0 255.255.255.0 192.168.130.6
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
Cisco-1721-Core#config t
Enter configuration commands, one per line. End with CNTL/Z.
Cisco-1721-Core(config)#ip route 192.168.120.0 255.255.255.0 192.168.120.1
Cisco-1721-Core(config)#ip route 192.168.130.0 255.255.255.0 192.168.130.6
Cisco-1721-Core(config)#exit
Cisco-1721-Core#cop
*Mar 1 05:05:41.039: %SYS-5-CONFIG_I: Configured from console by consoley
Cisco-1721-Core#copy ru
Cisco-1721-Core#copy running-config st
Cisco-1721-Core#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Cisco-1721-Core#ping 192.168.130.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 120/126/144 ms
Cisco-1721-Core#ping 192.168.130.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/64 ms
Cisco-1721-Core#ping 192.168.120.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 120/126/144 ms
Cisco-1721-Core#ping 192.168.120.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/73/80 ms
Cisco-1721-Core#
Cisco-1721-Core#show config
Using 901 out of 29688 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Cisco-1721-Core
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$i00D$l4ummZ8K22JkAVJq9ka1S1
!
no aaa new-model
ip cef
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
ip address dhcp
speed auto
!
interface Serial0
ip address 192.168.120.2 255.255.255.0
fair-queue
!
interface Serial1
ip address 192.168.130.5 255.255.255.0
fair-queue
!
ip route 192.168.102.0 255.255.255.0 192.168.120.1
ip route 192.168.104.0 255.255.255.0 192.168.120.1
ip route 192.168.106.0 255.255.255.0 192.168.130.6
ip route 192.168.108.0 255.255.255.0 192.168.130.6
ip route 192.168.120.0 255.255.255.0 192.168.120.1
ip route 192.168.130.0 255.255.255.0 192.168.130.6
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Cisco-1721-Core#
Cisco-1721-Core#show ip inter br
Interface IP-Address OK? Method Status Protocol
FastEthernet0 192.225.225.8 YES DHCP up up
Serial0 192.168.120.2 YES NVRAM up up
Serial1 192.168.130.5 YES manual up up
Cisco-1721-Core#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 192.225.225.1 to network 0.0.0.0
S 192.168.106.0/24 [1/0] via 192.168.130.6
S 192.168.104.0/24 [1/0] via 192.168.120.1
C 192.168.120.0/24 is directly connected, Serial0
192.225.225.0/27 is subnetted, 1 subnets
C 192.225.225.0 is directly connected, FastEthernet0
S 192.168.108.0/24 [1/0] via 192.168.130.6
C 192.168.130.0/24 is directly connected, Serial1
S 192.168.102.0/24 [1/0] via 192.168.120.1
S* 0.0.0.0/0 [254/0] via 192.225.225.1
Cisco-1721-Core#
Cisco-1721-Core#ping 192.168.130.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.6, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/64 ms
Cisco-1721-Core#ping 192.168.120.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/63/64 ms
Cisco-1721-Core#
Cisco 2600:
interface FastEthernet0/0
description To_Cisco-2950(LAN 1)
no ip address
speed auto
full-duplex
!
interface FastEthernet0/0.80
encapsulation dot1Q 80
ip address 172.16.7.9 255.255.255.0
!
interface FastEthernet0/0.100
encapsulation dot1Q 100
ip address 192.168.102.12 255.255.255.0
!
interface FastEthernet0/0.200
encapsulation dot1Q 200
ip address 192.168.104.12 255.255.255.0
!
interface Serial0/0
description To_Cisco-CORE-1721
ip address 192.168.120.1 255.255.255.0
fair-queue
clock rate 28800
!
ip route 192.168.102.0 255.255.255.0 172.16.7.10
ip route 192.168.104.0 255.255.255.0 172.16.7.10
ip route 192.168.106.0 255.255.255.0 192.168.120.2
ip route 192.168.108.0 255.255.255.0 192.168.120.2
ip route 192.168.130.0 255.255.255.0 192.168.120.2
!
!
ip http server
no ip http secure-server
Cisco-2600-R3#ping 192.168.104.104.11
% Unrecognized host or address, or protocol not running.
Cisco-2600-R3#ping 192.168.104.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.104.11, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R3#ping 192.168.104.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.104.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R3#ping 192.168.106.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.106.11, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco-2600-R3#ping 122.16.8.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 122.16.8.10, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco-2600-R3#ping 172.16.8.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.8.10, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco-2600-R3#ping 192.168.120.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/61/64 ms
Cisco-2600-R3#ping 192.168.130.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Cisco-2600-R3#ping 192.168.130.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.6, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco-2600-R3#show ip inter br
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES NVRAM up up
FastEthernet0/0.80 172.16.7.9 YES NVRAM up up
FastEthernet0/0.100 192.168.102.12 YES NVRAM up up
FastEthernet0/0.200 192.168.104.12 YES NVRAM up up
Serial0/0 192.168.120.1 YES NVRAM up up
Cisco-2600-R3#
Cisco-2600-R3 con0 is now available
Press RETURN to get started.
Cisco-2600-R3>
Cisco-2600-R3>enable
Password:
Cisco-2600-R3#ping 192.168.130.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.6, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
Cisco-2600-R3#ping 192.168.130.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.130.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Cisco-2600-R3#ping 192.168.120.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/62/64 ms
Cisco-2600-R3#ping 192.168.120.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.120.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 120/127/144 ms
Cisco-2600-R3#ping 192.168.102.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.102.11, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R3#ping 192.168.102.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.102.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R3#ping 192.168.104.11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.104.11, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
Cisco-2600-R3#
Cisco-2600-R3#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 192.168.106.0/24 [1/0] via 192.168.120.2
C 192.168.104.0/24 is directly connected, FastEthernet0/0.200
C 192.168.120.0/24 is directly connected, Serial0/0
S 192.168.108.0/24 [1/0] via 192.168.120.2
S 192.168.130.0/24 [1/0] via 192.168.120.2
172.16.0.0/24 is subnetted, 1 subnets
C 172.16.7.0 is directly connected, FastEthernet0/0.80
C 192.168.102.0/24 is directly connected, FastEthernet0/0.100
Cisco-2600-R3#