Troubleshooting guide
Example Configurations
40 Copyright © 2012 ADTRAN, Inc. 61200860L1-29.4E
interface ppp 1
ip address 208.61.209.254 255.255.255.252
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
!
ip prefix-list ADVERTISE seq 10 permit 65.162.109.201/29
ip prefix-list EXPECTED-ROUTE seq 10 permit 208.61.209.0/29
ip prefix-list FILTER seq 10 deny 0.0.0.0/0 le 32
!
router bgp 65001
no auto-summary
no synchronization
neighbor 208.61.209.253
no default-originate
prefix-list EXPECTED-ROUTE in
prefix-list ADVERTISE out
soft-reconfiguration inbound
remote-as 65000
neighbor 65.162.109.202
no default-originate
prefix-list FILTER out
soft-reconfiguration inbound
remote-as 65001
!
The command clock source line is enabled by default. Therefore, this command will not
appear in the output when the show running-config command is issued.