Using Frame-Relay Traffic Shaping
Problem
You want to separately control the amount of traffic sent along each of the PVCs in a Frame Relay network.
Solution
This first example shows how to configure frame relay traffic shaping by using point-to-point frame relay subinterfaces:
Router#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router(config)#interfaceRouter(config-if)#HSSI0/0encapsulation frame-relayRouter(config-if)#exitRouter(config)#interfaceHSSI0/0.1point-to-pointRouter(config-subif)#traffic-shape rateRouter(config-subif)#150000frame-relay interface-dlciRouter(config-subif)#31exitRouter(config)#endRouter#
Most Frame Relay carrier networks are sufficiently over-provisioned that you can actually use much more capacity than your contractual Committed Information Rate (CIR). So you might want to apply traffic shaping only when you encounter Frame-Relay congestion problems, and then only to reduce the data rate until the congestion goes away:
Router#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router(config)#interfaceRouter(config-if)#HSSI0/0encapsulation frame-relayRouter(config-if)#exitRouter(config)#interfaceHSSI0/0.1point-to-pointRouter(config-subif)#traffic-shape adaptive 10000Router(config-subif)#frame-relay interface-dlciRouter(config-subif)#31exitRouter(config)#endRouter#
Discussion
These examples are different from the one that we showed in Recipe 11.13. In this recipe, we don’t want ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access