Cisco 10000 Series Configuration Manual page 560

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

Advertisement

FRF.12 Fragmentation
Command
Step 7
Router(config-subif)# frame-relay
interface-dlci dlci [ietf | cisco]
Step 8
Router(config-fr-dlci)# frame-relay class
name
Configuration Example for Configuring a Hierarchical Policy and PVC-Based FRF.12 Fragmentation
Example 16-13
In the example, access control lists (ACLs) 101 and 102 are defined and used as match criteria in two
class maps to classify traffic. The child policy map named qos_pq_cbwfq_0 defines the traffic class
named acl_101 as priority traffic and polices the traffic at 10 percent of the parent shape rate. The traffic
class named acl_102 requests 30 percent of the bandwidth. The parent policy map named outer_policy
shapes traffic at 768 kbps. The child policy is applied to the parent class-default class. The parent policy
is applied to the map class named PQ_FR_CLASS_0. This map class sets the fragment size at 768 bytes.
The map class is applied to DLCI 27 on serial interface 5/0/0/1:0.1.
Example 16-13 Configuring a Hierarchical Policy and PVC-Based FRF.12 Fragmentation
Router(config)# access-list 101 permit udp any eq 16384 any eq 16384
Router(config)# access-list 102 permit udp any eq 3000 any eq 3000
Router(config)# class-map match-all acl_101
Router(config-cmap)# match access-group 101
Router(config-cmap)# class-map match-all acl_102
Router(config-cmap)# match access-group 102
!
Router(config)# policy-map qos_pq_cbwfq_0
Router(config-pmap)# class acl_101
Router(config-pmap-c)# priority
Router(config-pmap-c)# police percent 10
Router(config-pmap-c)# class acl_102
Router(config-pmap-c)# bandwidth percent 30
!
Router(config-pmap)# policy-map outer_policy
Router(config-pmap)# class class-default
Router(config-pmap-c)# shape 768
Router(config-pmap-c)# service-policy qos_pq_cbwfq_0
!
Router(config)# map-class frame-relay PQ_FR_CLASS_0
Cisco 10000 Series Router Quality of Service Configuration Guide
16-56
Chapter 16
Purpose
Assigns a data-link connection identifier (DLCI) to the Frame
Relay interface or subinterface. Enters Frame Relay DLCI
configuration mode.
dlci is a number that identifies the data-link connection on the
interface or subinterface.
(Optional) ietf sets the encapsulation method to comply with the
Internet Engineering Task Force (IETF) standard (RFC 1490).
Use this keyword when connecting to another vendor's equipment
across a Frame Relay network.
(Optional) cisco indicates to use Cisco's own encapsulation,
which is a 4-byte header, with 2 bytes to identify the data-link
connection identifier (DLCI) and 2 bytes to identify the packet
type. This is the default encapsulation type.
Associates a map class with the individual DLCI.
name is the name of the map class that you want to associate with
the DLCI.
Note
shows how use a hierarchical policy when fragmenting packets on a Frame Relay DLCI.
Fragmenting and Interleaving Real-Time and Nonreal-Time Packets
The router applies the service policy configured in the
map class to only this individual DLCI.
OL-7433-09

Advertisement

Table of Contents
loading

Table of Contents