Troubleshooting guide
Example Configurations
61200860L1-29.4E Copyright © 2012 ADTRAN, Inc. 45
interface ppp 2
ip address 65.162.109.201 255.255.255.252
no shutdown
cross-connect 2 t1 2/1 1 ppp 2
!
ip prefix-list PUBLIC-BLOCK seq 10 permit 208.61.209.0/29
ip prefix-list DEFAULT seq 10 permit 0.0.0.0/0
!
route-map LOAD-SHARE permit 10
match ip address prefix-list DEFAULT
set as-path prepend 65009
!
router bgp 65000
no auto-summary
no synchronization
maximum-paths 2
network 208.61.209.0 mask 255.255.255.248
neighbor 65.162.109.202
no default-originate
prefix-list PUBLIC-BLOCK out
route-map LOAD-SHARE in
soft-reconfiguration inbound
remote-as 65002
neighbor 208.61.209.253
no default-originate
prefix-list PUBLIC-BLOCK out
route-map LOAD-SHARE in
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.
This configuration uses two separate T1 network interface modules (NIMs), allowing
independent T1 clocking. The NetVanta dual T1 NIM (Part Number 1200872L1) does not
allow independent clocking and cannot be used in applications where the T1 connections
are terminated from two separate service providers.