router bgp 100 neighbor x.x.230.161 prefix-list routeout out neighbor 172.x.255.252 prefix-list routeout out
I think that's what you're looking for... Ryan Brault -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Louis Sent: Monday, November 17, 2008 9:48 AM To: [email protected] Subject: [c-nsp] BGP Distribute List I have a distribute list setup to reference a prefix list in a bgp configuration. However the outbound filtering is not working and I have reset bgp connection with soft outbound reset. Here is the config. Any ideas why this is not working? router bgp 100 no synchronization bgp log-neighbor-changes network x.x.230.160 mask 255.255.255.252 network 172.x.36.0 mask 255.255.254.0 network 172.x.253.152 mask 255.255.255.252 network 172.x.253.156 mask 255.255.255.252 network 172.x.255.0 mask 255.255.255.0 neighbor x.x.230.161 remote-as 65000 neighbor x.x.230.161 weight 500 neighbor x.x.230.161 distribute-list routeout out neighbor 172.x.255.252 remote-as 65535 neighbor 172.x.255.252 distribute-list routeout out no auto-summary I have reset the BGP connections in the outbound with soft reset but still no luck. The router is receiving all routes from neighbors and relaying them to the other EBGP router. I am not worried about inbound received routes, just outbound filtering based on a specific prefix list. Any ideas? ________________________________ Note: This message and any attachments is intended solely for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, legally privileged, confidential, and/or exempt from disclosure. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the original sender immediately by telephone or return email and destroy or delete this message along with any attachments immediately. _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/ _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
