12-07-2023 07:04 PM
It seems i have encounter this issues could some kind souls help me resolve this issues, thanks.
R1(config)#ip route 201.15.100.97 255.255.255.224 201.15.100.126
%Inconsistent address and mask
Solved! Go to Solution.
12-07-2023 07:32 PM
Hello,
You are using the first host IP address and not the network IP address for that mask. Try this:
R1(config)#ip route 201.15.100.96 255.255.255.224 201.15.100.126
-David
12-07-2023 10:12 PM
Hello @s10248257
For a subnet mask of 255.255.255.224, the valid IP addresses would be in increments of 32 (since 256 - 224 = 32). In this case, the valid range would be 201.15.100.96 to 201.15.100.127.
R1(config)#ip route 201.15.100.96 255.255.255.224 201.15.100.126
Note: an IP address is always even
12-07-2023 07:32 PM
Hello,
You are using the first host IP address and not the network IP address for that mask. Try this:
R1(config)#ip route 201.15.100.96 255.255.255.224 201.15.100.126
-David
12-07-2023 10:12 PM
Hello @s10248257
For a subnet mask of 255.255.255.224, the valid IP addresses would be in increments of 32 (since 256 - 224 = 32). In this case, the valid range would be 201.15.100.96 to 201.15.100.127.
R1(config)#ip route 201.15.100.96 255.255.255.224 201.15.100.126
Note: an IP address is always even
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