Troubleshooting guide
Example Configurations
56 Copyright © 2012 ADTRAN, Inc. 61200860L1-29.4E
!
interface eth 0/1
ip address 192.168.X.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.X.1 255.255.255.252
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
!
router bgp 65XXX
network 192.168.X.0 mask 255.255.255.0
neighbor 172.16.X.2
remote-as 65000
!
MPLS Cloud Sample Configuration
!
ip community-list C100
permit 65000:100
!
ip community-list C90
permit 65000:90
!
ip community-list C70
permit 65000:70
!
route-map BGP-IN permit 10
match community C100
set local-preference 100
!
route-map BGP-IN permit 20
match community C90
set local-preference 90
!
route-map BGP-IN permit 30
match community C70
set local-preference 70
!
route-map BGP-IN permit 40
The following configuration represents the BGP community setup and full meshing in the
MPLS cloud if it were represented on a single AOS device. The provided configuration is
only intended to be an example for administrators whose network is performing the full
meshing and BGP definitions that is normally realized by the MPLS network.