Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IP ROUTE

Status
Not open for further replies.

Almoehi

Technical User
Joined
Aug 3, 2001
Messages
4
Location
DE
Hello,

i have a ip route 12.0.0.0 255.0.0.0 in a cisco 2500.
I want to chane it in 12.0.0.0 255.255.0.0
but the response is %Inconsistent address and mask
Plese help !

 
I believe you need to enter in the command...

ip classless

david e
*end users are just like computers, some you can work with...others just need a simple reBOOTing to fix their problems.*
 

In the configuration file i have a line
**
ip classless
ip route 12.0.0.0 255.0.0.0 x.x.x.x
**
this is what i want to change in
**
ip classless
ip route 12.0.0.0 255.255.0.0 x.x.x.x
**
but there comes an error
%Inconsistent address and mask
 
Oops I am wrong, (sorry it's early in the morning) Since you are using a zero subnet, I believe the correct command to use is

IP Subnet-zero

Sorry about that.....

david e
*end users are just like computers, some you can work with...others just need a simple reBOOTing to fix their problems.*
 

Yes.....
thanks a lot.

Almoehi
 
Glad to be of assistance, now it's time to get my coffee and wake up :-)

david e
*end users are just like computers, some you can work with...others just need a simple reBOOTing to fix their problems.*
 

Have a good day !

:-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top