Cisco 10000 Series Configuration Manual page 585

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

Advertisement

Chapter 17
Configuring Dynamic Subscriber Services
Enabling Dynamic Bandwidth Selection on a Range of ATM PVCs
To enable dynamic bandwidth selection on a range of PVCs, enter the following commands beginning
in global configuration mode:
Command
Step 1
Router(config)# interface atm
slot/module/port.subinterface
point-to-point | multipoint
Step 2
Router(config-subif)# range [range-name]
pvc start-vpi/start-vci end-vpi/end-vci
Step 3
Router(config-if-atm-range)# dbs enable
When downloading a service policy dynamically from RADIUS, the router applies the service policy to
Note
a range of PVCs, one PVC at a time. At this point, the PVC range is meaningless. The PVC on which
the router is operating could have been created by any means (for example, individually, in PVC range
mode, VC class mode, PVC-in-range mode, or automatically created on-demand).
Configuration Example for Enabling Dynamic Bandwidth Selection on a Range of ATM PVCs
Example 17-3
dynamic bandwidth selection is enabled on a range of PVCs named cisco (PVC 0/50 to PVC 0/70) on
the ATM multipoint subinterface 0/0/0.1.
Example 17-3 Enabling Dynamic Bandwidth Selection on a Range of ATM PVCs
Router(config)# interface atm0/0/0.1 multipoint
Router(config-subif)# ip address 10.16.0.0 255.255.255.0
Router(config-subif)# range cisco pvc 0/50 0/70
Router(config-subif-atm-range)# dbs enable
OL-7433-09
Purpose
Specifies the ATM interface or subinterface. Enters interface or
subinterface configuration mode.
Defines a range of ATM PVCs and enters ATM range
configuration mode.
range-name is the name of the range. The range-name can have
up to 15 characters.
start-vpi/ is the beginning value for a range of virtual path
identifiers (VPIs). If you do not specify a vpi value, the vpi value
defaults to 0. Valid values are from 0 to 255. The slash is required.
start-vci is the beginning value for a range of virtual channel
identifiers (VCIs). Valid values are from 32 to 65535.
end-vpi/ is the end value for a range of VPIs. If you do not specify
an end-vpi value, the value defaults to the start-vpi value. Valid
values are from 0 to 255. The slash is required.
end-vci is the end value for a range of VCIs. Valid values are from
32 to 65535.
Enables dynamic bandwidth selection and allows the traffic
shaping parameters retrieved from RADIUS to be applied to the
PVC range.
shows how to enable dynamic bandwidth selection on a range of PVCs. In the example,
Cisco 10000 Series Router Quality of Service Configuration Guide
Applying Traffic Shaping Parameters Using RADIUS Profiles
17-11

Advertisement

Table of Contents
loading

Table of Contents