cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
303
Views
1
Helpful
4
Replies

How static route works in this situation?

xyingfei
Cisco Employee
Cisco Employee

xyingfei_0-1711910996976.png

Hi guys. Here is a picture I have set up two static routes in R1 which are 10.10.10.2 & 172.168.2.2, while their administrative distance are default (1) , in this situation , I am so confused, why I can ping 10.10.10.2 from R1, but can't 172.16.2.2 

1 Accepted Solution

Accepted Solutions

Hello,

there simply is a typo in the IP address of Serial0/0/0 on R2. Change:

interface Serial0/0/0
ip address 172.168.2.2 255.255.255.0

to

interface Serial0/0/0
ip address 172.16.2.2 255.255.255.0

View solution in original post

4 Replies 4

Hello,

post your zipped Packet Tracer project (pkt) file. If the routers are password protected, also include the passwords.

HI Georg Pauwen, thanks for reply, pkt file has been post in attached. Please have a check. Many thanks!

Hello,

there simply is a typo in the IP address of Serial0/0/0 on R2. Change:

interface Serial0/0/0
ip address 172.168.2.2 255.255.255.0

to

interface Serial0/0/0
ip address 172.16.2.2 255.255.255.0

Thank you for your help, I am shamed to make this mistake. Have a good rest Georg Pauwen.

Review Cisco Networking for a $25 gift card