![Cisco 10000 Series Скачать руководство пользователя страница 587](http://html.mh-extra.com/html/cisco/10000-series/10000-series_configuration-manual_66373587.webp)
17-13
Cisco 10000 Series Router Quality of Service Configuration Guide
OL-7433-09
Chapter 17 Configuring Dynamic Subscriber Services
Applying Traffic Shaping Parameters Using RADIUS Profiles
Configuration Example for Enabling Dynamic Bandwidth Selection on a PVC Within a PVC Range
Example 17-4
shows how to enable dynamic bandwidth selection on a PVC within a PVC range. In the
example, dynamic bandwidth selection (DBS) is enabled on PVC 60 in the PVC range named cisco
(PVC 0/50 to PVC 0/70).
Example 17-4 Enabling Dynamic Bandwidth Selection on a PVC Within a PVC Range
Router(config)#
interface atm0/0/0.1 multipoint
Router(config-subif)#
range cisco pvc 0/50 0/70
Router(config-if-atm-range)#
pvc-in-range 60
Router(config-if-atm-range-pvc)#
dbs enable
Configuring RADIUS Profiles for Dynamic Bandwidth Selection
To configure RADIUS profiles for dynamic bandwidth selection, configure the dynamic bandwidth
selection (DBS) QoS parameters in the domain service profiles or the user profiles on the authentication,
authorization, and accounting AAA server (such as RADIUS). If you apply the QoS parameters in a
domain service profile, all users that connect to that domain are assigned the same QoS parameters. If
you apply the QoS parameters in a user profile, the locally terminated session for that user is assigned
the QoS parameters. The Cisco 10000 series router downloads the user or domain profile from the
RADIUS server as part of user authentication.
The QoS management string for dynamic bandwidth selection has the following syntax:
Cisco-Avpair = atm:peak-cell-rate=155000
Cisco-Avpair = atm:sustainable-cell-rate=155000
You must configure the peak cell rate (PCR) parameter and you can optionally configure the sustained
cell rate (SCR) parameter. The following configuration rules apply:
•
If you configure only PCR, the ATM service type is unspecified bit rate (UBR).
•
If you specify both SCR and PCR, the ATM service type is variable bit rate-nonreal-time (VBR-nrt).
•
If the PCR value is greater than the maximum rate allowed on the ATM physical interface, the PCR
value applied on the VC is the maximum rate allowed on the interface.
•
If the PCR value is less than the minimum rate allowed on the physical interface, the PCR value
applied on the VC is the minimum rate allowed on the interface.
•
If the SCR value exceeds the maximum for the interface, the session is rejected.
Configuration Examples for Configuring RADIUS Profiles for Dynamic Bandwidth Selection
Example 17-5
shows how to configure RADIUS attributes in a domain service profile for dynamic
bandwidth selection.
Example 17-5 Configuring a RADIUS Domain Service Profile for Dynamic Bandwidth Selection
cisco.comPassword = “cisco”,Service-Type = Outbound
Service-Type= Outbound,
Cisco-Avpair= “vpdn:tunnel-id=shiva”,
Cisco-Avpair= “vpdn:tunnel-type=12tp”,
Cisco-Avpair= “vpdn:12tp-tunnel-password=password2”,
Cisco-Avpair= “vpdn:ip-addresses=172.16.0.0”,
Cisco-Avpair= “atm:peak-cell-rate=155000”,
Cisco-Avpair= “atm:sustainable-cell-rate=155000”