Configuration Guide for A7000 dl T1 and E1 WAN Interfaces 2005-12

PPP/Multilink PPP (Public Internet) Example Understanding SROS Queuing Methods
30 5991-3823
interface ppp 1
ip address 172.16.1.2 255.255.255.252
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
!
!
!
ip access-list extended MATCHALL
permit ip any any
!
ip policy-class NAT
nat source list MATCHALL interface ppp 1 overload
!
!
end
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.