Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > BGP filtering question

Reply
Thread Tools

BGP filtering question

 
 
Spuds
Guest
Posts: n/a
 
      07-17-2003
Hi, I am quite new to BGP and I am configuring two sites to connect to
an MPLS network that requires the use of BGP.

The two sites I am connecting to this MPLS network are already
connected to each other via a high speed ATM network. Lets call them
Site A and Site B.
There are several other sites on this ATM network and I am currenty
using EIGRP as the routing protocol on this ATM network.

The routers in Site A and B will be running EIGRP and BGP. To simplify
things I would like to use the same ASN (65000) at both sites that
connect to the MPLS network. This can be done because the provider has
enabled the ASN override feature.

The prefered network to use between the two sites is the ATM network
since it is much faster. I would like to prevent routing loops and
also force the use of the ATM network between Site A and Site B.
I will be configuring route-maps on each router to advertise into the
BGP network.

On the router in Site A running BGP, how can I block routes advertised
into BGP by the router in Site B and vice-verse.
Essentially I would like Router A to discard all BGP routes destined
to router B without having to define a static distribute-list in (or
something similar)

Router A BGP config:

router bgp 65000
no synchronization
bgp log-neighbor-changes
network 10.10.10.0 mask 255.255.255.0
redistribute static
redistribute eigrp 100 route-map eigrp-to-bgp
neighbor 10.99.99.99 remote-as 13979
no auto-summary

Router B BGP config:

router bgp 65000
no synchronization
bgp log-neighbor-changes
network 10.10.11.0 mask 255.255.255.0
redistribute static
redistribute eigrp 100 route-map eigrp-to-bgp
neighbor 10.99.99.77 remote-as 13979
no auto-summary

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Filtering BGP networks with access list jlamanna@gmail.com Cisco 2 06-25-2010 11:55 PM
To BGP or not to BGP (multihoming with ISPs over uneven links speed)?!? papi Cisco 4 09-08-2009 02:45 AM
BGP filtering PA and PI blocks Glen Watson Cisco 7 06-19-2006 11:31 PM
Difference between "bgp dampening" and "bgp bestpath dampening" harald rüger Cisco 0 10-25-2004 04:07 PM
Simple BGP Question Simon Chamberlain Cisco 1 02-24-2004 02:50 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57