December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure the router to support Frame Relay SVCs.
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 terminalEnter configuration commands, one per line. End with CNTL/Z. Central(config)#interfaceCentral(config-if)#Serial0encapsulation frame-relayCentral(config-if)#frame-relay lmi-type q933aCentral(config-if)#frame-relay svcCentral(config-if)#exitCentral(config)#interfaceSerial0.10point-to-pointCentral(config-subif)#ip addressCentral(config-subif)#192.168.1.129 255.255.255.252frame-relay interface-dlciCentral(config-subif)#100map-groupCentral(config-fr-dlci)#SVCMAPclassCentral(config-fr-dlci)#SVCclassexitCentral(config-subif)#exitCentral(config)#map-listSVCMAPsource-addr X1211234dest-addr X121Central(config-map-list)#4321ip192.168.55.6classSVCclassietfCentral(config-map-list)#exitCentral(config)#map-class frame-relayCentral(config-map-class)#SVCclassframe-relay traffic-rateCentral(config-map-class)#56000 128000exitCentral(config)#endCentral#
And you can also ...
Read now
Unlock full access