Command Reference Guide PPP Interface Configuration Command Set
61200510L1-35E Copyright © 2005 ADTRAN 1052
no shutdown
!
interface t1 1/1
coding b8zs
framing esf
clock source internal
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface ppp 1
description Prim ary Interface for Connection to Remote 3200
cross-conn ect 1 t1 1/1 1 ppp 1
ip address 10.1.1.1 255.255.255.252
dial-backup call-mode answer
dial-backup number 5558888 analog ppp 2
no shutdown
!
interface ppp 2
description Dial-Backup Interface for Connection to Remote 3200
ip address 10.10.10.1 255.255.255.252
ppp authentication pap
username joe password pswrd
no shutdown
!
ip route 0.0.0.0 0.0.0.0 ppp 1
ip route 0.0.0.0 0.0.0.0 ppp 2 100
!
!
line con 0
no login
!
line telnet 0 4
login
password adtran
!
end
Usage Examples
The following exampl e configures the AOS to answer dia l-backup calls on this end point but never genera te
calls:
(config)#interface ppp 1
(config-ppp 1)#dial-backup call-mode answer-always