> 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.

_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to