19-29
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 19 Configuring Quality of Service for PVC Bundles
ATM PVC Selection
Configuration Examples for Configuring ATM Bundles and PVC Selection
This section provides the following configuration examples:
•
Configuration Example for ATM Bundle Configuration Using VC Classes, page 19-29
•
Configuration Example for MPLS EXP-Based ATM PVC Selection, page 19-31
Configuration Example for ATM Bundle Configuration Using VC Classes
Example 19-1
shows how to configure ATM bundles using VC classes. The sample configuration defines
five VC classes: bundle-class, control-class, premium-class, priority-class, and basic-class. The VC
class named bundle-class defines the parameters applicable to every VC in a bundle. The sample
configuration also creates three bundles to which the VC classes are applied: new-york, san-francisco,
and los-angeles.
Example 19-1 Configuring ATM Bundles Using VC Classes
/* This router uses IS-IS as the IP routing protocol. */
router isis
net 49.0000.0000.0000.1111.00
/* The bundle-class defines the parameters applicable to every VC in a bundle. Any bundle
that uses this class has aal5snap encapsulation, broadcast enabled, uses Inverse ARP to
resolve IP addresses, and OAM enabled at the bundle class level in the inheritance
chain.*/
vc-class atm bundle-class
encapsulation aal5snap
broadcast
protocol ip inarp
oam-bundle manage 3
oam 4 3 10
/* The following VC classes define the parameters applicable to individual VCs in a
bundle. */
Router#
show atm pvc
[
vpi
/
vci
|
name
|
interface
atm
interface-number
] [
ppp
]
Displays all of the ATM PVCs and traffic information.
(Optional)
vpi
/
vci
are the ATM virtual path identifier (VPI) and
virtual channel identifier (VCI) numbers. If you do not specify a
value for
vpi
, the vpi value defaults to 0. The slash is required.
(Optional) name is the name of the PVC.
(Optional)
interface-number
displays all PVCs on the specified
ATM interface.
(Optional)
ppp
displays each PVC configured for PPP over ATM.
Router#
show atm vc
[
vcd
] [
interface
interface-number
]
Displays all ATM permanent virtual circuits (PVCs) and traffic
information.
(Optional)
vcd
specifies which virtual circuit about which to
display information.
(Optional)
interface-number
is the interface number or
subinterface number of the PVC. Displays all PVCs on the
specified interface or subinterface.
Command
Purpose