Configuring Frame Relay SVCs
Problem
You want to configure the router to support Frame Relay SVCs.
Solution
Frame Relay SVCs are not extremely common, but some carrier networks support them. The advantage to using SVCs is that the router can add and remove inactive virtual circuits dynamically in a lightly used network. Because of the extra complexity and the management problems associated with dynamic network topologies, most network engineers will use this feature only if it offers significant cost advantages.
You can configure SVCs to use subinterfaces, as in Recipe 10.1:
Central#configure terminal
Enter configuration commands, one per line. End with CNTL/Z. Central(config)#interface
Central(config-if)#
Serial0
encapsulation frame-relay
Central(config-if)#frame-relay lmi-type q933a
Central(config-if)#frame-relay svc
Central(config-if)#exit
Central(config)#interface
Serial0.10
point-to-point
Central(config-subif)#ip address
Central(config-subif)#
192.168.1.129 255.255.255.252
frame-relay interface-dlci
Central(config-subif)#
100
map-group
Central(config-fr-dlci)#
SVCMAP
class
Central(config-fr-dlci)#
SVCclass
exit
Central(config-subif)#exit
Central(config)#map-list
SVCMAP
source-addr X121
1234
dest-addr X121
Central(config-map-list)#
4321
ip
192.168.55.6
class
SVCclass
ietf
Central(config-map-list)#exit
Central(config)#map-class frame-relay
Central(config-map-class)#
SVCclass
frame-relay traffic-rate
Central(config-map-class)#
56000 128000
exit
Central(config)#end
Central#
And you can also ...
Get Cisco IOS Cookbook, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.