Configuration Guide for A7000 dl T1 and E1 WAN Interfaces 2005-12
Frame Relay/Multilink Frame Relay Application Understanding SROS Queuing Methods
26 5991-3823
ip address 192.168.72.5 255.255.255.252
!
interface fr 1.18 point-to-point
frame-relay interface-dlci 18
frame-relay bc 768000
frame-relay be 768000
ip address 192.168.72.9 255.255.255.252
!
interface ppp 1
ip address 68.22.15.2 255.255.255.252
no shutdown
bind 4 t1 3/8 1 ppp 1
!
!
ip access-list extended InterLAN
permit ip 10.10.0.0 0.0.255.255 10.10.0.0 0.0.255.255
!
ip access-list extended INTERNET
permit ip 10.10.0.0 0.0.255.255 any
!
!
ip policy-class INTERLANwNAT
allow list InterLAN
nat source list INTERNET interface ppp 1 overload
!
!
!
ip route 0.0.0.0 0.0.0.0 ppp 1
ip route 10.10.10.0 255.255.255.0 fr 1.16
ip route 10.10.20.0 255.255.255.0 fr 1.17
ip route 10.10.30.0 255.255.255.0 fr 1.18
!
!
end