User`s guide

132 XSR Users Guide
Configuring Frame Relay Chapter 7
Configuring Frame Relay
A point-to-point network with a 64 Kbps connection is also configured from
Austin to Denver. Boston, Denver, and Charlotte each are configured with
point-to-point networks with 64 Kbps, 128 Kbps, and 64 Kbps PVCs,
respectively.
On the Austin XSR, enter:
XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation frame-relay
XSR(config-if<S1/0>)#media-type v35
XSR(config-if<S1/0>)#frame-relay traffic-shaping
XSR(config-if<S1/0>)#no shutdown
XSR(config)#interface serial 1/0.1 multipoint
XSR(config-subif<S1/0.1>)#ip address 10.10.10.1 255.255.255.0
XSR(config-subif<S1/0.1>#frame-relay interface-dlci 16
XSR(config-fr-dlci<S1/0.1-16>#class slowlink
XSR(config-subif<S1/0.1>#frame-relay interface-dlci 17
XSR(config-fr-dlci<S1/0.1-17>#class fastlink
XSR(config)#interface serial 1/0.2 point-to-point
XSR(config-subif<S1/0.2>)#ip address 10.10.11.1 255.255.255.0
XSR(config-subif<S1/0.2>#frame-relay interface-dlci 20
XSR(config-fr-dlci<S1/0.2-20>#class slowlink
XSR(config)#map-class frame-relay slowlink
XSR(config-map-class<slowlink>)#frame-relay cir out 64000
XSR(config)#map-class frame-relay fastlink
XSR(config-map-class<fastlink>)#frame-relay cir out 128000
On the Boston XSR, enter:
XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation frame-relay
XSR(config-if<S1/0>)#frame-relay traffic-shaping
XSR(config-if<S1/0>)#no shutdown
XSR(config-if<S1/0>)#media-type v35
XSR(config)#interface serial 1/0.1 point-to-point
XSR(config-subif<S1/0.1>#ip address 10.10.10.4 255.255.255.0
XSR(config-subif<S1/0.1>#frame-relay interface-dlci 16
XSR(config-fr-dlci<S1/0.1-16>#class slowlink
XSR(config-subif<S1/0.1>)#map-class frame-relay slowlink
XSR(config-map-class<slowlink>)#frame-relay cir out 64000