19-43
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 Creating a Frame Relay PVC Bundle
Example 19-3
shows how to create a Frame Relay PVC bundle. In the example, the PVC bundle is named
vermont
.
Example 19-3 Creating a Frame Relay PVC Bundle
Router(config)#
interface serial 0
Router(config-if)#
encapsulation frame-relay
Router(config-if)#
ip address 10.1.1.1
Router(config-if)#
frame-relay vc-bundle vermont
Adding a PVC to a Frame Relay PVC Bundle
To add a PVC to a Frame Relay PVC bundle, enter the following commands beginning in global
configuration mode:
Step 4
Router(config-if)#
frame-relay map
protocol
protocol-address
{
dlci
|
vc-bundle
vc-bundle-name
} [
broadcast
]
[
ietf
] [
cisco
]
(Optional) Maps between a next-hop protocol address and a data
link connection identifier (DLCI) destination address, and
creates a PVC bundle if it does not already exist.
protocol
is
ip
or
ipx
.
protocol-address
is the destination IP address.
dlci
is the local DLCI number used to connect to the specified
protocol address on the interface. Valid values are from 16
through 1007.
vc-bundle
vc-bundle-name
is the name of a specific Frame Relay
PVC bundle configured on the interface.
(Optional)
broadcast
indicates to forward broadcasts to the
specified address when multicast is not enabled (see the
frame-relay multicast-dlci
command for more information
about multicasts).
(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
The
frame-relay map
command is required for
multipoint interfaces if Inverse ARP is disabled or is not
supported at the other end of the connection.
Step 5
Router(config-if)#
frame-relay vc-bundle
vc-bundle-name
Creates a PVC bundle if it does not already exist. 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.
Command
Purpose