Configuration Guide for A7000 dl T1 and E1 WAN Interfaces 2005-12
Understanding SROS Queuing Methods PPP/Multilink PPP (Point-to-Point) Example
5991-3823 27
PPP/Multilink PPP (Point-to-Point) Example
Example Configuration Script
!
!
hostname "Customer Site A"
enable password md5 encrypted 7f1a02ddd2cf3df129eb99c8408a5e28
!
!
ip firewall
no ip firewall alg h323
ip firewall alg sip
!
interface eth 0/1
ip address 10.10.10.1 255.255.255.0
no shutdown
!
!
interface t1 3/1
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface t1 3/2
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
interface t1 3/3
tdm-group 1 timeslots 1-24 speed 64
no shutdown
!
!
interface ppp 1
ip address 192.168.72.1 255.255.255.252
access-policy INTERLAN
ppp multilink
no shutdown
bind 1 t1 3/1 1 ppp 1
bind 2 t1 3/2 1 ppp 1
bind 3 t1 3/3 1 ppp 1
10.10.10.1/24
192.168.72.1/30
192.168.72.2/30
Customer Site A
1 to 8 T1s/E1s
T1/E1 PPP
(Multilink Optional)
Customer Site B
10.10.20.1/24
Multiple binds for multilink
PPP. Regular PPP applications
have a single bind for each
PPP interface.
Enables multilink PPP on the
interface. For regular PPP
applications, remove this
statement.