A-5
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Appendix A Configuring Frame Relay QoS Using Frame Relay Legacy Commands
Configuring Frame Relay Traffic Shaping
To specify the RTP priority policy, enter the following command in map class configuration mode:
Example A-7
sets the IP RTP priority parameters for the map class named voice-traffic and applies the
class to serial interface 1/0/0/1:1. The example also assigns DLCI 927 and DLCI 928 to the voice-traffic
class.
Example A-7
Setting the IP RTP Priority Parameters
Router(config)#
map-class frame-relay voice-traffic
Router(config-map-c)#
frame-relay ip rtp priority
16384 16383 128
Router(config-map-c)#
exit
Router(config)#
interface serial 1/0/0/1:1
Router(config-if)#
ip address 1.1.0.2 255.255.255.252
Router(config-if)#
encapsulation frame-relay
Router(config-if)#
frame-relay interface-queue fair
Router(config-if)#
frame-relay class voice-traffic
Router(config-if)#
frame-relay interface-dlci 927
Router(config-if)#
frame-relay interface-dlci 928
Configuring Frame Relay Traffic Shaping
The Cisco 10000 series router supports Frame Relay traffic shaping (FRTS) and generic traffic shaping
(GTS) on Frame Relay interfaces; however, you cannot enable both of these interfaces at the same time.
While GTS supports traffic at the modular CLI level, FRTS supports traffic shaping per PVC on the
interface by using Frame Relay encapsulation.
Command
Purpose
Router(config-map-c)#
frame-relay ip rtp priority
min_udp_port port_range bandwidth
Specifies the Frame Relay IP RTP priority policy.
min_udp_port
is the starting UDP destination port number. Valid
numbers are from 2000 to 65,535.
port_range
is the range of UDP destination port values. Valid
values are from 0 to 16,383.
bandwidth
is the maximum allowed bandwidth in kbps. Valid
values are from 1 to 2000.