This section describes how to configure an individual parameter definition and how to associate it with an application.
Several of the following tasks are optional. Perform the required tasks and also any optional tasks that you need for your QoS parameter configuration.
To configure a parameter definition:
- host1(config)#traffic-class business-data
- host1(config-traffic-class)#exit
- host1(config)#traffic-class voice
- host1(config-traffic-class)#exit
- host1(config)#traffic-class video
- host1(config)#qos-parameter-define max-subscriber-bandwidth
- host1(config-qos-parameter-define)#
- host1(config-qos-parameter-define)#controlled-interface-type
atm-vc
- host1(config-qos-parameter-define)#controlled-interface-type
vlan
You can specify up to four of the following controlled-interface types per parameter definition: atm, atm-vc, atm-vp, bridge, ethernet, fr-vc, ip, ip-tunnel, ipv6, l2tp-session, l2tp-tunnel, lsp, pppoe, serial, server-port, vlan.
- host1(config-qos-parameter-define)#instance-interface-type
atm-vc
- host1(config-qos-parameter-define)#instance-interface-type
ip
You can specify up to four of the following controlled-interface types per parameter definition: atm, atm-vc, atm-vp, bridge, ethernet, fr-vc, ip, ip-tunnel, ipv6, lag, l2tp-session, l2tp-tunnel, lsp, pppoe, serial, server-port, svlan, vlan.
- host1(config-qos-parameter-define)#subscriber-interface-type
ip
You can specify up to four of the following subscriber-interface types: atm-vc, ip, ipv6, l2tp-session, vlan.
- host1(config-qos-parameter-define)#range 64000
8000000
- host1(config)#scheduler-profile business-data
- host1(config-scheduler-profile)#shaping-rate
max-subscriber-bandwidth % 25
- host1(config)#qos-profile subscriber
- host1(config-qos-profile)#atm-vc queue traffic-class
business-data scheduler-profile business-data
- host1(config-qos-profile)#atm-vc queue traffic-class
video scheduler-profile voice
- host1(config-qos-profile)#atm-vc queue traffic-class
voice scheduler-profile video