Hi experts,

I have an issue, I reject my private prefix-list but my BGP policy keep sending 
my private prefix-list. 

I made the following configuration.

show configuration policy-options policy-statement OutBound-BGP-Routes-to-xxxxx

term No-Advertise {
    from {
        prefix-list Bogus-Networks;
    }
    then reject;
}
term Default {
    then accept;
}

o...@metis# show policy-options 
prefix-list Bogus-Networks {
    10.0.0.0/8;
    127.0.0.0/8;
    172.16.0.0/12;
    192.168.0.0/16;
    224.0.0.0/3;
}

o...@metis# show protocols bgp group xxxxx
type external;
local-address x-x-x-x;
import Inbound-bgp-PRONTO;
family inet {
    unicast;
}
export OutBound-BGP-Routes-to-xxxxx;
peer-as 28088;
neighbor x-x-x-x;

[edit]
o...@metis# 

**I chance the configuration and delete the term Default and my BGP policy stop 
sending the private prefix-list




                                          
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to