Configuring Frame Relay Traffic Shaping - Cisco 10000 Series Configuration Manual

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

Appendix A
Configuring Frame Relay QoS Using Frame Relay Legacy Commands
To specify the RTP priority policy, enter the following command in map class configuration mode:
Command
Router(config-map-c)# frame-relay ip rtp priority
min_udp_port port_range bandwidth
Example A-7
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
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.
OL-7433-09
Purpose
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.
sets the IP RTP priority parameters for the map class named voice-traffic and applies the
Setting the IP RTP Priority Parameters
Cisco 10000 Series Router Quality of Service Configuration Guide
Configuring Frame Relay Traffic Shaping
A-5

Advertisement

Table of Contents
loading

Table of Contents