07-11-2022 06:24 AM
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.
Solved! Go to Solution.
07-11-2022 10:33 AM
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
07-11-2022 06:26 AM
"Inconsistent address and mask".
This means that you entering wrong routing information,
what device you getting this message, what syntax you using ?
07-11-2022 06:51 AM
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.
07-11-2022 10:33 AM
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
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