Troubleshooting guide

Example Configurations
54 Copyright © 2012 ADTRAN, Inc. 61200860L1-29.4E
interface t1 1/1
clock source line
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface ppp 1
ip address 172.16.1.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 110
!
router bgp 65001
redistribute rip route-map REDISTRIBUTE
network 192.168.1.0 mask 255.255.255.0
neighbor 172.16.1.2
remote-as 65000
!
Secondary Site
In this example, the default route advertised with RIP by the external firewall (local prefix) is to be
preferred.
!
interface eth 0/1
ip address 192.168.2.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.2.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 110
!
route-map BGP-OUT permit 10
set community 65000:90
!