Options

Final piece of the puzzle

DeathmageDeathmage Banned Posts: 2,496
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#
hrm.jpg 100.3K

Comments

  • Options
    xnxxnx Member Posts: 464 ■■■□□□□□□□
    Possible need a static route on device connected to 1721?

    What's connected to it?
    Getting There ...

    Lab Equipment: Using Cisco CSRs and 4 Switches currently
  • Options
    DeathmageDeathmage Banned Posts: 2,496
    the 1721 has two wic 1t's on it and the integrated Ethernet is connection to the backbone (192.225.225.0/27)

    I'll see if the static helps. not really sure what else is broken on it....both side of the network up to the 1721 are working and both feed into the 1721 from both 2600's perfectly fine it's just pinging one 2600 thru the 1721 to the other 2600 that's the problem.
  • Options
    xnxxnx Member Posts: 464 ■■■□□□□□□□
    I think I mis-understood your problem then... so basically the backbone connection works - but you can't ping from 2600 to 2600?

    Do a traceroute from R3 to R4 and paste the output here
    Getting There ...

    Lab Equipment: Using Cisco CSRs and 4 Switches currently
  • Options
    DeathmageDeathmage Banned Posts: 2,496
    xnx wrote: »
    I think I mis-understood your problem then... so basically the backbone connection works - but you can't ping from 2600 to 2600?

    Do a traceroute from R3 to R4 and paste the output here


    Exactly, I can't bridge the 2600's to each other; the 1721 is the bridge and also the connection to the core backbone (home LAN) which work from the 1721, it can connect to the primary LAN fine.


    here this is what I can and can't do. Look at the picture, maybe the flowchart will help.



    erg typo in flowchart, its 130.6 from 1721-R2

    let me get the trace routes.
  • Options
    DeathmageDeathmage Banned Posts: 2,496
    here is the traceroutes:

    Here is the 1721 (in the middle) :

    Cisco-1721-Core>
    Cisco-1721-Core>
    *Mar 1 02:57:25.683: %LINK-3-UPDOWN: Interface Serial1, changed state to up
    *Mar 1 02:57:25.795: %LINK-3-UPDOWN: Interface Serial0, changed state to up
    *Mar 1 02:57:26.683: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up
    *Mar 1 02:57:26.795: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up
    *Mar 1 02:57:51.619: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
    *Mar 1 02:57:51.631: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to down
    *Mar 1 02:58:01.619: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to up
    *Mar 1 02:58:01.631: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up
    Cisco-1721-Core>
    Cisco-1721-Core>traceroute 192.168.130.6

    Type escape sequence to abort.
    Tracing the route to 192.168.130.6

    1 192.168.130.6 28 msec 28 msec *
    Cisco-1721-Core>traceroute 192.168.120.1

    Type escape sequence to abort.
    Tracing the route to 192.168.120.1

    1 192.168.120.1 28 msec 28 msec *
    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 not set

    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
    Cisco-1721-Core>show config
    ^
    % Invalid input detected at '^' marker.

    Cisco-1721-Core>show config
    ^
    % Invalid input detected at '^' marker.

    Cisco-1721-Core>enable
    Password:
    Cisco-1721-Core#show config
    Using 926 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 192.225.225.6 255.255.255.224
    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#
    Cisco-1721-Core#




    Here is the 2600 on the left of the flowchart or R3:

    Cisco-2600-R3>
    Cisco-2600-R3>
    Cisco-2600-R3>enable
    Password:
    Password:
    Cisco-2600-R3#trace route 192.168.130.6

    Translating "route"...domain server (255.255.255.255)
    ^
    % Invalid input detected at '^' marker.

    Cisco-2600-R3#traceroute 192.168.130.6

    Type escape sequence to abort.
    Tracing the route to 192.168.130.6

    1 192.168.120.2 28 msec 28 msec 32 msec
    2 * * *
    3 * * *
    4 * * *
    5 * * *
    6 * * *
    7 * * *
    8 * * *
    9 * * *
    10 * * *
    11 * * *
    12 * * *
    13 * * *
    14 * * *
    15 * * *
    16 * * *
    17 * * *
    18 * * *
    19 * * *
    20 *
    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
    192.225.225.0/27 is subnetted, 1 subnets
    S 192.225.225.0 [1/0] via 192.168.120.2
    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#show config
    Using 1561 out of 29688 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Cisco-2600-R3
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$Yams$xS86wm2z/aVZLJUwzcsWz/
    enable password cisco
    !
    no aaa new-model
    !
    resource policy
    !
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip cef
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    username trevor password 0 nowyoudidit44
    !
    !
    !
    !
    !
    !
    !
    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 0.0.0.0 0.0.0.0 192.225.225.6
    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 route 192.225.225.0 255.255.255.224 192.168.120.2
    !
    !
    ip http server
    no ip http secure-server
    !
    !
    !
    !
    !
    !
    control-plane
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    line con 0
    exec-timeout 5 30
    line aux 0
    line vty 0 4
    password cisco
    login local
    line vty 5 15
    password cisco
    login local
    !
    !
    end

    Cisco-2600-R3#




    Here is 2600 on the right or R4:

    Cisco-1721-Core>show config
    ^
    % Invalid input detected at '^' marker.

    Cisco-1721-Core>enable
    Password:
    Cisco-1721-Core#show config
    Using 926 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 192.225.225.6 255.255.255.224
    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#
    Cisco-1721-Core#
    Cisco-1721-Core#
    Cisco-2600-R4>
    Cisco-2600-R4>
    Cisco-2600-R4>
    Cisco-2600-R4>
    Cisco-2600-R4>
    Cisco-2600-R4>enable
    Cisco-2600-R4#traceroute 192.168.120.1

    Type escape sequence to abort.
    Tracing the route to 192.168.120.1

    1 * * *
    2 * * *
    3
    Cisco-2600-R4#show config
    Using 1000 out of 29688 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Cisco-2600-R4
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    !
    resource policy
    !
    no network-clock-participate slot 1
    no network-clock-participate wic 0
    ip cef
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    description To_Cisco-2950(LAN 2)
    ip address 172.16.8.9 255.255.255.0
    speed auto
    full-duplex
    !
    interface Serial0/0
    description To_Cisco-CORE-1721
    ip address 192.168.130.6 255.255.255.0
    fair-queue
    clock rate 28800
    !
    ip route 0.0.0.0 0.0.0.0 192.225.225.6
    ip route 192.168.102.0 255.255.255.0 192.168.130.5
    ip route 192.168.104.0 255.255.255.0 192.168.130.5
    ip route 192.168.106.0 255.255.255.0 172.16.8.10
    ip route 192.168.108.0 255.255.255.0 172.16.8.10
    !
    !
    no ip http server
    no ip http secure-server
    !
    !
    !
    !
    !
    !
    control-plane
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    login
    !
    !
    end

    Cisco-2600-R4#
    Cisco-2600-R4#
    Cisco-2600-R4#
    Cisco-2600-R4#
    Cisco-2600-R4#show ip inter br
    Interface IP-Address OK? Method Status Protocol
    FastEthernet0/0 172.16.8.9 YES NVRAM up up
    Serial0/0 192.168.130.6 YES NVRAM up up
    Cisco-2600-R4#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 172.16.8.10
    S 192.168.104.0/24 [1/0] via 192.168.130.5
    S 192.168.108.0/24 [1/0] via 172.16.8.10
    C 192.168.130.0/24 is directly connected, Serial0/0
    172.16.0.0/24 is subnetted, 1 subnets
    C 172.16.8.0 is directly connected, FastEthernet0/0
    S 192.168.102.0/24 [1/0] via 192.168.130.5
    Cisco-2600-R4#
  • Options
    xnxxnx Member Posts: 464 ■■■□□□□□□□
    Looks like packets from R3 to R4 are being dropped at R2 as R2 has no route to the 172.16.8.0 subnet
    Getting There ...

    Lab Equipment: Using Cisco CSRs and 4 Switches currently
  • Options
    DeathmageDeathmage Banned Posts: 2,496
    xnx wrote: »
    Looks like packets from R3 to R4 are being dropped at R2 as R2 has no route to the 172.16.8.0 subnet

    I'll double check the routes in the morning and see if that can be corrected. Sometimes you need a 2nd set of eyes. - I'll let you know!

    added these routes to the 1721, the 1721 is on the same power strip as my Procurve so it's still on, so just edited it.

    Cisco-1721-Core#config t
    Enter configuration commands, one per line. End with CNTL/Z.
    Cisco-1721-Core(config)#ip route 172.16.8.0 255.255.255.0 192.168.130.6
    Cisco-1721-Core(config)#ip route 172.16.7.0 255.255.255.0 192.168.120.1
    Cisco-1721-Core(config)#exit
    Cisco-1721-Core#copy
    *Mar 1 08:21:57.382: %SYS-5-CONFIG_I: Configured from console by console 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
    !
    !
    ip route 172.16.7.0 255.255.255.0 192.168.120.1
    ip route 172.16.8.0 255.255.255.0 192.168.130.6

    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

    I'll see if this makes a difference tomorrow after work.
  • Options
    DeathmageDeathmage Banned Posts: 2,496
    xnx wrote: »
    Looks like packets from R3 to R4 are being dropped at R2 as R2 has no route to the 172.16.8.0 subnet

    @ xnx - thanks so much; I think this will resolve the matter. I was always thinknig of the lower vlans on the access switches but I totally overlooked the 172.16.8.0 and 172.16.7.0 subnet's and it makes sense now....

    I guess my brain was just shot yesteterday and didn't see it till now...
  • Options
    xnxxnx Member Posts: 464 ■■■□□□□□□□
    No problem, traceroute is your friend - as long as you take it step by step
    Getting There ...

    Lab Equipment: Using Cisco CSRs and 4 Switches currently
Sign In or Register to comment.