Configuring Bandwidth Contracts for Remote AP
The following examples illustrate how to configure, apply, and verify the Bandwidth Contracts on the RAPs.
Defining Bandwidth Contracts
Use the following command to define a 256KbpsKilobits per second.contract:
(host) [md] (config) #aaa bandwidth-contract 256k kbits 256
Use the following command to define a 512KbpsKilobits per second.contract
(host) [md] (config) #aaa bandwidth-contract 512k kbits 512
申请合同
You can apply the contract on a per-role or per-user basis.
申请合同Per-Role
使用以下命令pply the contracts on a per-role basis for upstream and downstream:
For upstream contract of 512KbpsKilobits per second.:
(host) [md] (config) #user-role authenticated bw-contract 512k upstream
For downstream contract of 256KbpsKilobits per second.:
(host) [md] (config) #user-role authenticated bw-contract 256k downstream
申请合同Per-User
使用以下命令pply the contracts on a per-user basis for upstream and downstream:
For upstream contract of 512KbpsKilobits per second.:
(host) [md] (config) #user-role authenticated bw-contract 512k per-user upstream
For downstream contract of 256KbpsKilobits per second.:
(host) [md] (config) #user-role authenticated bw-contract 256k per-user downstream