19-42
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
Creating a Frame Relay PVC Bundle
To create a Frame Relay PVC bundle, enter the following commands beginning in interface
configuration mode:
Command Purpose
Step 1
Router(config-if)# interface serial
slot/module/port.channel:controller-number
Specifies the interface that you want to add to the MLP bundle.
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)# ip address ip-address
mask [secondary]
Specifies a primary IP address for the interface.
ip-address is the IP address of the interface.
mask is the subnet mask for the IP address.
(Optional) secondary indicates that the address specified is the
secondary IP address. If you omit the secondary keyword, the
address you specify is the primary IP address.
Step 3
Router(config-if)# encapsulation
frame-relay [cisco | ietf]
Enables Frame Relay encapsulation for the interface.
(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.