cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1258
Views
5
Helpful
3
Replies

Stuck on Configuring a Fully Specified Static Routing on both routers.

tempereke
Level 1
Level 1

Hello, I am quite stuck on configuring a fully specified static routing on both routers on this packet tracer problem, I always get "Inconsistent address and mask". If anyone could guide me in configuring fully specified static routing, that would be awesome. Thank you.

image_2022-07-11_212232367.png

1 Accepted Solution

Accepted Solutions

Are you looking subnet routing or host route ?

host route example :

Router(config)#ip route 192.168.2.254 255.255.255.255 192.168.1.254

 

subnet  route example :

Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.254

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame
"Inconsistent address and mask".

This means that  you entering wrong routing information,

what device you getting this message, what syntax you using ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I'm trying to configure Router0 first, when I try some to test it its either Inconsistent address or Invalid.

This is the last syntax that I tried "Router(config)#ip route 192.168.2.254 255.255.255.0 f0/1 192.168.1.254"
I tried to follow the slide samples but I cant make it work.

Are you looking subnet routing or host route ?

host route example :

Router(config)#ip route 192.168.2.254 255.255.255.255 192.168.1.254

 

subnet  route example :

Router(config)#ip route 192.168.2.0 255.255.255.0 192.168.1.254

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help