19-45
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 19 Configuring Quality of Service for PVC Bundles
Frame Relay PVC Selection
To configure an individual Frame Relay bundle member directly, enter the following commands
beginning in global configuration mode:
Command
Purpose
Step 1
Router(config)#
interface serial
slot
/
module
/
port.channel:controller-number
Creates or modifies a serial interface. Enters interface
configuration mode.
slot
/
module
/
port
identifies the line card. The slashes are
required.
channel
: is the channel group number. The colon is required.
controller-number
is the member link controller number.
Step 2
Router(config-if)#
frame-relay vc-bundle
vc-bundle-name
Creates or modifies a PVC bundle. Enters Frame Relay VC
bundle configuration mode.
vc-bundle-name
is a name you assign to the Frame Relay PVC
bundle to identify the bundle.
Step 3
Router(config-fr-vcb)#
encapsulation
[
ietf
|
cisco
]
(Optional) Overrides the encapsulation type you configured on
the interface and configures the Frame Relay encapsulation type
for the PVC bundle.
(Optional)
ietf
is the Internet Engineering Task Force (IETF)
form of Frame Relay encapsulation, based on RFC 1490 and
RFC 2427. Use the
ietf
keyword when the router is connected to
another vendor's equipment across a Frame Relay network.
(Optional)
cisco
is the Cisco-proprietary encapsulation method
consisting of a four-byte header, with two bytes to identify the
DLCI and two bytes to identify the packet type.
Note
This command is available only when the PVC bundle is
configured on a point-to-point subinterface. The router
does not support this command for multipoint interfaces.
Step 4
Router(config-fr-vcb)#
match
{
dscp
|
precedence
}
Sets the type of matching to use between incoming packet
headers and PVC bundle members. The default match type is
precedence
.
Note
The Cisco 10000 series router uses the type of matching
you specify to map each IPv4 packet to a specific PVC in
the bundle, according to the value of the ToS or DSCP
octet in the IP header.
Step 5
Router(config-fr-vcb)#
pvc
dlci
[
vc-name
]
Creates or modifies a bundle member. Enters Frame Relay VC
bundle member configuration mode.
dlci
is the local data-link connection identifier (DLCI).
(Optional)
vc-name
is a name that identifies the PVC.