19-44
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
Configuration Example for Adding a PVC to a Frame Relay PVC Bundle
Example 19-4
shows how to add a PVC to a Frame Relay PVC bundle. In the example, the PVC named
Bronze (DLCI 100) is added to the Frame Relay PVC bundle named Business.
Example 19-4 Creating a PVC Bundle Member
Router(config-if)#
frame-relay vc-bundle Business
Router(config-fr-vcb)#
pvc 100 Bronze
Configuring Frame Relay Bundle Members
You can configure a Frame Relay bundle member directly or by associating a Frame Relay map class to
the bundle member. The parameter values that you apply directly to the bundle member supersede the
parameter values that you apply using a map class.
To apply parameters to a PVC bundle, perform either of the following configuration tasks:
•
Configuring a Frame Relay Bundle Member Directly, page 19-44
•
Configuring a Frame Relay Bundle Member Using a Map Class, page 19-48
Configuring a Frame Relay Bundle Member Directly
You can configure a Frame Relay bundle member directly or by associating a Frame Relay map class to
the bundle member. The parameter values that you apply manually to the bundle member supersede the
parameter values that you apply using a map class.
Note
We recommend that you configure a PVC bundle on the peer router, especially for applications that rely
on communications on the same PVC (for example, TCP header compression).
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)#
pvc
dlci
[
vc-name
]
Creates a PVC bundle member and enters Frame Relay VC
bundle member configuration mode.
dlci
is the local data-link connection identifier (DLCI).
vc-name
is a name that identifies the PVC.