16-49
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 16 Fragmenting and Interleaving Real-Time and Nonreal-Time Packets
FRF.12 Fragmentation
Configuration Example for Attaching a Map Class to a Frame Relay DLCI
Example 16-11
shows how to attach a map class with LFI enabled to a Frame Relay DLCI. In the
example, fragmentation is enabled in the map class named lfi_map_class and the fragment size is set at
300 bytes. The QoS service policy named policy_13 is also applied to the map class for outbound traffic.
The main interface 5/0/0/1:0 has two subinterfaces with DLCI configured. The lfi_map_class is attached
to DLCI 17 on subinterface 5/0/0/1:0.1. Therefore, the router fragments and interleaves only the traffic
on DLCI 17 and applies the QoS actions defined in policy_13 to only DLCI 17 traffic.
Example 16-11 Attaching a Map Class to a Frame Relay DLCI
Router(config)#
map-class frame-relay lfi_map_class
Router(config-map-c)#
frame-relay fragment 300
Router(config-map-c)#
service-policy output policy_13
Router(config-map-c)#
no frame-relay adaptive-shaping
!
Router(config)#
interface serial 5/0/0/1:0
Router(config-if)#
hold-queue 4096 in
Router(config-if)#
no ip address
Router(config-if)#
no ip directed-broadcast
Router(config-if)#
encapsulation frame-relay
!
Router(config)#
interface serial 5/0/0/1:0.1 point-to-point
Router(config-subif)#
ip address 192.168.1.1 255.255.255.0
Router(config-subif)#
no ip directed-broadcast
Router(config-subif)#
frame-relay interface-dlci 17
Step 7
Router(config-subif)#
ip address
address
mask
Specifies the IP address and subnet mask assigned to the
subinterface.
address
is the IP address.
mask
is the subnet mask for the associated IP address.
Step 8
Router(config-subif)#
no ip
directed-broadcast
Disables the translation of a directed broadcast to physical
broadcasts. Instead, the directed broadcasts are dropped.
Step 9
Router(config-subif)#
frame-relay
interface-dlci
dlci
[
ietf
|
cisco
]
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.
Step 10
Router(config-fr-dlci)#
frame-relay class
name
Associates a map class with the DLCI.
name
is the name of the map class.
Note
When a map class is associated with a DLCI, only traffic
on the DLCI is fragmented.
Command
Purpose