Static Route Help

in CCNA & CCENT
Hey, TE Members
I'm currently studying for my ICND 105 exam. I'm currently using packet tracer. I have the following configuration:
Router A:
Int serial0/0/0
Ip address 10.10.10.2 255.255.255.252
clock rate 64000
DCE - Connection
No shutdown
Router B:
int serial0/0/0
Ip address 10.10.10.1 255.255.255.252
No Shutdown
So on Router A:
ip route 10.10.10.0 255.255.255.252 10.10.10.1
i've also tried: ip route 10.10.10.0 255.255.255.252 s0/0/0 and it still didn't work so I removed this route.
I can Ping from Router A Serial interface to Router B serial interface.
The configuration populate in Show Run, but the configuration does not populate in the routing table? Why?
Thank You, UsualSuspect
I'm currently studying for my ICND 105 exam. I'm currently using packet tracer. I have the following configuration:
Router A:
Int serial0/0/0
Ip address 10.10.10.2 255.255.255.252
clock rate 64000
DCE - Connection
No shutdown
Router B:
int serial0/0/0
Ip address 10.10.10.1 255.255.255.252
No Shutdown
So on Router A:
ip route 10.10.10.0 255.255.255.252 10.10.10.1
i've also tried: ip route 10.10.10.0 255.255.255.252 s0/0/0 and it still didn't work so I removed this route.
I can Ping from Router A Serial interface to Router B serial interface.
The configuration populate in Show Run, but the configuration does not populate in the routing table? Why?
Thank You, UsualSuspect
CISSP, CCENT, CCNA R/S, CCNA Cyber OPs, Security+, CySA+, PenTest+, Network+, Microsoft AZ-900, InsightVM CA
Comments
If I had to guess - Your route has a higher metric than the connected route and so doesn't apply.
HTH