hi all...
i am configuring OSPF and i need to use it to annouce only my various interface IP addresses.. that is, if i've subnet 192.168.0.1/27 on fa0/0, i want to announce only 192.168.0.1, by doing this on OSPF:
router ospf 1
network 192.168.0.1 0.0.0.0 area 0
however, when the OSPF neighbors pick up this update, instead of only having 192.168.0.1/32 in the routing table, they see 192.168.0.1/27, which is basically the whole subnet..
i don't want to advertise the networks using OSPF.. i want to do it using iBGP instead, while OSPF only advertises the links/interface IPs for reachability..
i can only get my desired effect when i subnet an IP as a /32, which i can only do on loopback interfaces.. and not physical interfaces, for obvious reasons..
i have tried using outgoing prefix filter lists, to specify how the networks/IPs should be advertised, to no avail..
has anyone done this before, and can help me...?.. i need OSPF to only announce the interface-specific IP, and not the whole network subnetted on that interface..
al help appreciated..
i am configuring OSPF and i need to use it to annouce only my various interface IP addresses.. that is, if i've subnet 192.168.0.1/27 on fa0/0, i want to announce only 192.168.0.1, by doing this on OSPF:
router ospf 1
network 192.168.0.1 0.0.0.0 area 0
however, when the OSPF neighbors pick up this update, instead of only having 192.168.0.1/32 in the routing table, they see 192.168.0.1/27, which is basically the whole subnet..
i don't want to advertise the networks using OSPF.. i want to do it using iBGP instead, while OSPF only advertises the links/interface IPs for reachability..
i can only get my desired effect when i subnet an IP as a /32, which i can only do on loopback interfaces.. and not physical interfaces, for obvious reasons..
i have tried using outgoing prefix filter lists, to specify how the networks/IPs should be advertised, to no avail..
has anyone done this before, and can help me...?.. i need OSPF to only announce the interface-specific IP, and not the whole network subnetted on that interface..
al help appreciated..