From: Kevin M. Woods (kev@xxxxxxx)
Date: Tue May 30 2000 - 20:03:25 GMT-3
I have not seen anything official about this, but I think this a "feature"
that was added to assist with those who used masks as opposed to wildcard
masks. In other words, 1.1.0.0 255.255.0.0 is obviously a mistake so the
parser just converts it to 0.0.255.255 for you. Same for the example you
describe below...
Kevin
// If you enter the following network in the ospf routing process
// network 1.1.1.1 255.255.255.255 area 1
//
// It automatically gets converted to
// network 1.1.1.1 0.0.0.0 area 1
// in the running config
//
// Is this only happening with me or there is some logic behind it,Actuallt
// Instead of writing
// network 0.0.0.0 255.255.255.255 arae 2
// I just entered 1.1.1.1 instead of 0.0.0.0 because both mean the same thing
// to me as long as the mask is 255.255.255.255 ( which means donot match any
// bit)
//
// feedbacks would be highly appreciated
// Thanks
// Abdu;
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:32 GMT-3