10-06-2005 07:24 AM - edited 03-03-2019 10:40 AM
A Chairde,
I have a 7609 Core Router connected to 10 + networks in a hub spoke configuration, and use BGP as routing protocol.
Have setup each network with seperate AS, but am getting complaints that the routers in AS have all routes from other networks in their routing tables, they are connected to Cisco only.
How can I setup config that only routes 7609 sends out are for its AS only, and not all other ASs ??????
Solved! Go to Solution.
10-06-2005 07:41 AM
Ed
I think I do not understand well what you are attempting to accomplish. The intent of BGP is to learn routes from one neighbor and advertise them to other neighbors, especially when the neighbors are in other ASes (which is EBGP). But it seems that you want to run BGP but not have it advertise other AS routes.
But the immediate answer to your question is that if you do not want the 7609 to advertise some of the routes that it has learned then you must apply a filter to the routing updates. There are multiple types of filters that could be used. Probably the optimum filter for your purposes would be an AS filter.
HTH
Rick
10-07-2005 07:15 AM
You can configure route maps to do this.
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008047915d.shtml
You can specificy which routes should be advertised to each peer.
Daniel
10-06-2005 07:41 AM
Ed
I think I do not understand well what you are attempting to accomplish. The intent of BGP is to learn routes from one neighbor and advertise them to other neighbors, especially when the neighbors are in other ASes (which is EBGP). But it seems that you want to run BGP but not have it advertise other AS routes.
But the immediate answer to your question is that if you do not want the 7609 to advertise some of the routes that it has learned then you must apply a filter to the routing updates. There are multiple types of filters that could be used. Probably the optimum filter for your purposes would be an AS filter.
HTH
Rick
10-06-2005 07:53 AM
Are the ASes that you are connected to private or public? If they are all private you can use the remove private as command for each neighbor. This will prevent you from advertising the private ASes of each connection to eachother. If the ASes are public, then you can use an as filter like rburts suggests. You could even do somehting like a route-map localonly which would only allow you to advertise locally generated routes to each of your connection.
10-07-2005 04:17 AM
Jim, RBurts,
Thanks for the help on this, The other nodes in the networks are not Cisco , and do not support BGP Filtering, this is why I am focussing on the 7609.
Slan / Ed
10-07-2005 07:15 AM
You can configure route maps to do this.
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008047915d.shtml
You can specificy which routes should be advertised to each peer.
Daniel
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide