beautypg.com

Enterasys Networks Security Router X-PeditionTM User Manual

Page 220

background image

Configuring Frame Relay

9-12 Configuring Frame Relay

NewYork(config-map-class)#frame-relay bc out 4000
NewYork(config-map-class)#frame-relay be out 5000
NewYork(config-map-class)#frame-relay fragment 53
NewYork(config-map-class)#service-policy out Voice

Configure Serial interface 2/0 with FR parameters including traffic shaping:

NewYork(config)#interface Serial 2/0
NewYork(config-if)#media-type V35
NewYork(config-if)#encapsulation frame-relay
NewYork(config-if)#frame-relay lmi-type ANSI
NewYork(config-if)#frame-relay traffic-shaping
NewYork(config-if)#frame-relay class frf12
NewYork(config-if)#no shutdown

Configure Serial sub-interface 2/0.1 for a multi-point connection with DLCIs 980 and 960:

NewYork(config)#interface Serial 2/0.1 multi-point
NewYork(config-subif)#ip address 10.10.10.1 255.255.255.0
NewYork(config-subif)#no shutdown
NewYork(config-subif)#frame-relay interface-dlci 980
NewYork(config-subif)#frame-relay interface-dlci 960

On the Andover XSR, create the QoS class maps similar to those on the New York XSR:

Andover(config)#class-map Tos4
Andover(config-cmap)#match ip precedence 4
Andover(config-cmap)#class-map EF
Andover(config-cmap)#match ip dscp 46
Andover(config-cmap)#class-map match-any AF1
Andover(config-cmap)#match ip dscp 10
Andover(config-cmap)#match ip dscp 12
Andover(config-cmap)#match ip dscp 14

Configure the QoS policy map Voice with scheduling and bandwidth policy criteria for the EF,
Tos4, AF1 classes:

Andover(config-cmap)#policy-map Voice
Andover(config-pmap)#class EF
Andover(config-pmap-c)#priority high 2
Andover(config-pmap-c)#class Tos4
Andover(config-pmap-c)#priority medium 48
Andover(config-pmap-c)#class AF1
Andover(config-pmap-c)#bandwidth percent 20

Configure the policy map frf12 with criteria similar to those on the New York XSR:

Andover(config)#map-class frame-relay frf12
Andover(config-map-class)#frame-relay cir out 32000
Andover(config-map-class)#frame-relay bc out 4000
Andover(config-map-class)#frame-relay be out 5000
Andover(config-map-class)#frame-relay fragment 53
Andover(config-map-class)#service-policy out Voice

Configure Serial interface 2/0 with FR parameters including traffic shaping:

Andover(config)#interface Serial 2/0
Andover(config-if)#media-type V35
Andover(config-if)#encapsulation frame-relay