Troubleshooting guide

Example Configurations
61200860L1-29.4E Copyright © 2012 ADTRAN, Inc. 47
Figure 8. An AOS Device with Both iBGP and eBGP Neighbors
The following configuration applies to Example 6:
!
interface eth 0/1
ip address 192.168.2.1 255.255.255.252
no shutdown
!
interface eth 0/2
ip address 192.168.1.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 10.10.10.1 255.255.255.252
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
!
ip prefix-list MATCHPREFIX seq 10 permit 172.16.5.0/24
ip prefix-list NETWORK seq 10 permit 192.168.1.0/24
!
route-map SETLOCALPREF permit 10
match ip address prefix-list MATCHPREFIX
set local-preference 110
route-map SETMULTIEXIT1 permit 10
match ip address prefix-list NETWORK
set metric 100