Troubleshooting guide
Example Configurations
36 Copyright © 2012 ADTRAN, Inc. 61200860L1-29.4E
The following configuration applies to Example 1:
!
interface eth 0/1
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 172.16.1.1 255.255.255.252
no shutdown
cross-connect 1 t1 1/1 1 ppp 1
!
router bgp 201
no auto-summary
no synchronization
network 192.168.1.0 mask 255.255.255.0
neighbor 172.16.1.2
no default-originate
soft-reconfiguration inbound
remote-as 200
!
ip route 0.0.0.0 0.0.0.0 192.168.1.254
!
Depending on the provisioning from the MPLS provider, a default route for Internet access
can be advertised through BGP.
When the eth 0/1 interface is up, there will be a directly connected route for the
192.168.1.0 /24 subnet in the routing table. The route will allow this network to be
advertised in BGP using the network command. When the interface is not up, the route will
not be advertised in BGP because it is not in the routing table of the router.
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.