[c-nsp] Advertising private network in iBGP

Per Carlson ml at carlson.homeunix.net
Wed Dec 15 09:12:28 EST 2004


Prit Patel wrote:
> router bgp 100
> network 10.12.5.0
> neighbor 2.2.2.2 prefix-list go-out out
> 
> ip route 10.12.5.0 255.255.255.0 1.1.1.1
> 
> ip prefix-list go-out permit 10.12.5.0/24
> 
> But the network 10.12.5.0 is not appering in my advertised routes on
> this router.

two checks:
1) are the next-hop 1.1.1.1 reachable?
    if not, the prefix will not be advertised.

2) after adding the prefix-list, did you clear the bgp peering?
    this has to be done for the policy change to take effect.

per



More information about the cisco-nsp mailing list