06-16-2017
10:59 AM
- last edited on
03-25-2019
04:43 PM
by
ciscomoderator
All, Thanks in advance, See topology attached to forum.
I'm getting a network built to help understand CCNA concepts. I'm running into a routing problem through my DCE/DTE connection.
From looking at my topology (See attached image)
From ISP-R01
I think the problem has to do with traversing my DCE/DTE connection. Here are the settings for those links:
HOU-R01 Route table and interfaces
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.0.2.12/30 is directly connected, GigabitEthernet0/0
L 10.0.2.14/32 is directly connected, GigabitEthernet0/0
S* 0.0.0.0/0 [1/0] via 10.0.2.13
interface GigabitEthernet0/0
ip address 10.0.2.14 255.255.255.252
duplex auto
speed auto
ISP-R01 route table and interfaces
Gateway of last resort is 10.0.2.9 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 4 subnets, 2 masks
C 10.0.2.8/30 is directly connected, Serial0/3/0
L 10.0.2.10/32 is directly connected, Serial0/3/0
C 10.0.2.12/30 is directly connected, GigabitEthernet0/0
L 10.0.2.13/32 is directly connected, GigabitEthernet0/0
S 172.16.0.0/16 [1/0] via 10.0.2.14
S* 0.0.0.0/0 [1/0] via 10.0.2.9
interface GigabitEthernet0/0
ip address 10.0.2.13 255.255.255.252
duplex auto
speed auto
interface Serial0/3/0
bandwidth 50000
ip address 10.0.2.10 255.255.255.252
NOB-RD01 (DCE) route table and interface
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 12 subnets, 5 masks
S 10.0.0.0/24 [1/0] via 10.0.2.1
S 10.0.1.0/24 [1/0] via 10.0.2.1
S 10.0.2.0/24 is directly connected, GigabitEthernet0/2
C 10.0.2.0/30 is directly connected, GigabitEthernet0/0
L 10.0.2.2/32 is directly connected, GigabitEthernet0/0
C 10.0.2.4/30 is directly connected, GigabitEthernet0/2
L 10.0.2.5/32 is directly connected, GigabitEthernet0/2
C 10.0.2.8/30 is directly connected, Serial0/3/0
L 10.0.2.9/32 is directly connected, Serial0/3/0
S 10.0.2.32/27 [1/0] via 10.0.2.6
S 10.0.2.64/26 [1/0] via 10.0.2.6
S 10.0.2.128/26 [1/0] via 10.0.2.6
S 172.16.0.0/16 [1/0] via 10.0.2.10
S* 0.0.0.0/0 [1/0] via 10.0.2.10
interface Serial0/3/0
bandwidth 50000
ip address 10.0.2.9 255.255.255.252
clock rate 64000
Thoughts? Thanks!
06-16-2017 11:08 AM
I fixed it all thanks,
The problem was with my NOB-RS01 route table, i had a blank statement saying forward
10.0.0.0 255.255.255.0
this was catching the traffic from 10.0.2.12 /30 network and sending it the wrong way
I added
10.0.2.12 255.255.255.252 to send to 10.0.2.9 interface and it fixed the problem
:)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide