Troubleshooting guide
Example Configurations
61200860L1-29.4E Copyright © 2012 ADTRAN, Inc. 55
router bgp 65002
redistribute rip route-map REDISTRIBUTE
network 192.168.2.0 mask 255.255.255.0
neighbor 172.16.2.2
route-map BGP-OUT out
send-community standard
remote-as 65000
!
Tertiary Site
In this example, the BGP prefix is to be preferred.
!
interface eth 0/1
ip address 192.168.3.1 255.255.255.0
no shutdown
!
interface t1 1/1
clock source line
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface ppp 1
ip address 172.16.3.1 255.255.255.252
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
!
ip prefix-list DEFAULT seq 10 permit 0.0.0.0/0
!
route-map REDISTRIBUTE permit 10
match ip address prefix-list DEFAULT
set local-preference 90
!
route-map BGP-OUT permit 10
set community 65000:70
!
router bgp 65003
redistribute rip route-map REDISTRIBUTE
network 192.168.3.0 mask 255.255.255.0
neighbor 172.16.3.2
route-map BGP-OUT out
send-community standard
remote-as 65000
!
Remote Site(s)
In this example, there is no local Internet connection, so it requires no special configuration. The Internet
access for this site would come from the MPLS cloud using the site currently chosen by local preference.