Configuration Guide for A7000 dl T1 and E1 WAN Interfaces 2005-12
Understanding SROS Queuing Methods Frame Relay/Multilink Frame Relay Application
5991-3823 25
Example Configuration Script
!
!
hostname "Corporate HQ"
enable password md5 encrypted 7f1a02ddd2cf3df129eb99c8408a5e28
!
!
ip firewall
no ip firewall alg h323
ip firewall alg sip
!
!
interface eth 0/1
ip address 10.10.0.7 255.255.255.0
access-policy INTERLANwNAT
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 t1 3/8
tdm-group 1 timeslots 1-18 speed 64
no shutdown
!
!
interface fr 1 point-to-point
frame-relay lmi-type ansi
frame-relay multilink
no shutdown
bind 1 t1 3/1 1 frame-relay 1
bind 2 t1 3/2 1 frame-relay 1
bind 3 t1 3/3 1 frame-relay 1
!
interface fr 1.16 point-to-point
frame-relay interface-dlci 16
frame-relay bc 768000
frame-relay be 768000
ip address 192.168.72.1 255.255.255.252
access-policy INTERLANwNAT
!
interface fr 1.17 point-to-point
frame-relay interface-dlci 17
frame-relay bc 768000
frame-relay be 768000
Multiple binds for multilink
Frame Relay. Regular Frame
Relay applications have a
single bind for each Frame
Relay interface.
Enables multilink Frame Relay
on the interface. For regular
Frame Relay applications,
remove this statement.