From: Bob Grafals (bgrafals@xxxxxxxxxxx)
Date: Sun Feb 10 2002 - 03:55:51 GMT-3
Sorry for the basic question but I'm having trouble inserting a default into
ospf
The lab calls for inserting a default route to 128.10.1.0 and redistributing
it without using a static route. I've used the command : ip default-network
128.10.1.0 but the network is not flagged with an * to mark it as a candidate
for the default route. I read somewhere that I needed to enter the command a
second time using the classful network boundary. In this case I entered : ip
default-network 128.10.0.0
Now I have the following in my route table:
* 128.10.0.0/16 is variably subnetted, 2 subnets, 2 masks
S* 128.10.0.0/16 [1/0] via 128.10.1.0
This looks o.k. and the default is being propagated throughout the ospf
process correctly. However, when I do a show run the following 2 lines have
been added:
ip default-network 128.10.0.0
ip route 128.10.0.0 255.255.0.0 128.10.1.0
To me this looks like I added a static route which is forbidden. Is this the
correct behavior?
Another interesting thing that is happening is that when I removed both the ip
default-network statements, the static route remained when I did a show run.
I tried to delete it with manually but I get the following message: %No
matching route to delete
Any clues?
Thanks,
Bob
This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:17 GMT-3