[c-nsp] c7200, only one IP configured, seeing 2 as connected

Tim Franklin tim at pelican.org
Mon Nov 16 06:47:19 EST 2009


> router#show ip route connected
> 
> C       206.115.103.120/30 is directly connected, Serial1/0
> C       206.115.103.121/32 is directly connected, Serial1/0
> router#show ip bgp nei 206.115.103.121 advertised-routes

This is completely normal for a point-to-point circuit - you get a connected route for the network configured on your end, and you also get the host address of your peer, as determined during the PPP negotiation.  (There's no reason that opposite ends of a PPP link have to be in the same subnet - the peer could have a completely unrelated address).

If you want to remove it, just configure 'no peer neighbor-route' on the interface.  You'll need to bounce the interface for this to take effect.

Regards,
Tim.



More information about the cisco-nsp mailing list