Cisco 10000 Series Configuration Manual page 722

Quality of service configuration guide
Hide thumbs Also See for 10000 Series:
Table of Contents

Advertisement

ATM PVC Selection
/* The control-class carries precedence 7 traffic and takes the bundle down when it is
down. It uses the implicit bumping rule. The QoS is set to vbr-nrt. */
vc-class atm control-class
precedence 7
protect vc
vbr-nrt 10000 5000 32
/* The premium-class carries precedence 5 and 6 traffic, and does not allow other traffic
to be bumped onto it. The precedence 7 VC is the alternate VC for the premium-class
traffic when it does down. The premium-class belongs to the protected group of the bundle.
The QoS type is vbr-nrt. */
vc-class atm premium-class
precedence 6-5
no bump traffic
protect group
bump explicitly 7
vbr-nrt 20000 10000 32
/* The priority-class carries precedence 4-2 traffic and uses the implicit bumping rule.
It allows bumped traffic and belongs to the protected group of the bundle. The QoS type is
ubr+. */
vc-class atm priority-class
precedence 4-2
protect group
ubr+ 10000 3000
/* The basic-class carries the traffic of the precedence levels that are not specified in
the profile. It is part of the protected group. The QoS type is ubr. */
vc-class atm basic-class
precedence other
protect group
ubr 10000
/* This subinterface has 3 bundles for connecting to its 3 neighbors. Bundle new-york and
bundle san-francisco have 4 members and bundle los-angeles has 3 members. */
interface a1/0.1 multipoint
ip address 10.16.0.1 255.255.255.0
ip router isis
bundle new-york
/* The following protocol commands enable IP and OSI traffic flows in the bundle.
According to the inheritance rule, the protocol ip command takes precedence over the
protocol ip inarp command in bundle-class. The protocol clns command is configured merely
for using it for integrated IP routing. The OSI routing packets go on the highest
precedence VC in the bundle while the OSI data packets, if any, use the lowest precedence
VC in the bundle. Other protocols, such as IPX or AppleTalk, always use the lowest
precedence VC in the bundle when they are configured. */
protocol ip 10.16.1.2 broadcast
protocol clns 49.0000.0000.0000.2222.00 broadcast
class bundle-class
/* The following commands create the PVCs of bundle new-york. */
pvc-bundle ny-control 207
class control-class
pvc-bundle ny-premium 206
class premium-class
pvc-bundle ny-priority 204
class priority-class
pvc-bundle ny-basic 201
class basic-class
bundle san-francisco
protocol clns 40.0000.0000.0000.3333.00 broadcast
Cisco 10000 Series Router Quality of Service Configuration Guide
19-30
Chapter 19
Configuring Quality of Service for PVC Bundles
OL-7433-09

Advertisement

Table of Contents
loading

Table of Contents