Step 1 |
show wlan
summary
Switch# show wlan summary
|
Specifies all of
the WLANs configured on the
switch.
|
Step 2 |
show wlan
wlan_id
|
Specifies the
WLAN that you plan to modify. For voice over WLAN, ensure that the WLAN is
configured for WMM and the QoS level is set to Platinum.
|
Step 3 |
configure terminal
Switch# configure terminal
|
Enters global configuration mode.
|
Step 4 |
policy-map
policy-map
name
Switch(config)# policy-map test_2000
Switch(config-pmap)#
|
Enters policy
map configuration mode.
Creates or
modifies a policy map that can be attached to one or more interfaces to specify
a service policy.
In WLAN, you
need to configure service-policy for these commands to take effect.
|
Step 5 |
class {class-name |
class-default}
Switch(config-pmap)# class test_1000
Switch(config-pmap-c)#
|
Enters policy
class map configuration mode. Specifies the name of the class whose policy you
want to create or change.
Specifies the
name of the class whose policy you want to create or change.
You can also
create a system default class for unclassified packets.
|
Step 6 |
admit
cac
wmm-tspec
Switch(config-pmap-c)# admit cac wmm-tspec
Switch(config-pmap-c)#
|
(Optional)
Admits the request for Call Admission Control (CAC) for policy map.
|
Step 7 |
service-policy
policy-map
name
Switch(config-pmap-c)# service-policy test_2000
Switch(config-pmap-c)#
|
Configures the
QoS service policy.
|
Step 8 |
end
|
Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode.
|
Step 9 |
wlan
wlan_profile_name
wlan_ID
SSID_network_name
wlan
shutdown
Switch(config)# wlan wlan1
Switch(config-wlan)# wlan shutdown
|
Disables all
WLANs with WMM enabled prior to changing the video parameters.
|
Step 10 |
wlan
wlan_profile_name
wlan_ID
SSID_network_name
Switch(config)# wlan wlan1
Switch(config-wlan)# wlan shutdown
|
Disables all
WLANs with WMM enabled prior to changing the voice parameters.
|
Step 11 |
wlan
wlan_name
call-snoop
Switch(config)# wlan wlan1 call-snoop
|
Enables the
call-snooping on a particular WLAN.
|
Step 12 |
wlan
wlan_name
service-policy input
input_policy_name
Switch(config)# wlan wlan1
Switch(config-wlan)# service-policy input platinum-up
|
Configures
input SSID policy on a particular WLAN to voice.
|
Step 13 |
wlan
wlan_name
service-policy output
ouput_policy_name
Switch(config)# wlan wlan1
Switch(config-wlan)# service-policy output platinum
|
Configures
output SSID policy on a particular WLAN to voice.
|
Step 14 |
wlan
wlan_name
service-policy input
ingress_policy_name
Switch(config)# wlan wlan1
Switch(config-wlan)# service-policy input policy1
|
Configures
ingress SSID policy on a particular WLAN as user-defined policy.
|
Step 15 |
wlan
wlan_name
service-policy output
egress_policy_name
Switch(config)# wlan wlan1
Switch(config-wlan)# service-policy output policy2
|
Configures
egress SSID policy on a particular WLAN as user-defined policy.
|
Step 16 |
ap dot11 {5ghz | 24ghz} shutdown
|
Disables the
radio network.
Switch(config)# ap dot11 5ghz shutdown
|
Step 17 |
ap dot11 {5ghz | 24ghz} cac voice sip
Switch(config)# ap dot11 5ghz cac voice sip
|
Enables or
disables SIP IOSd CAC for the 802.11a or 802.11b/g network.
|
Step 18 |
ap dot11 {5ghz | 24ghz} cac voice acm
Switch(config)# ap dot11 5ghz cac voice acm
|
Enables or
disables bandwidth-based voice CAC for the 802.11a or 802.11b/g network.
|
Step 19 |
ap dot11 {5ghz | 24ghz} cac voice max-bandwidth
bandwidth
Switch(config)# ap dot11 5ghz cac voice max-bandwidth 85
|
Sets the
percentage of maximum bandwidth allocated to clients for voice applications on
the 802.11a or 802.11b/g network.
The bandwidth
range is 5 to 85%, and the default value is 75%. Once the client reaches the
value specified, the access point rejects new videos on this network.
|
Step 20 |
ap dot11 {5ghz | 24ghz} cac voice roam-bandwidth
bandwidth
Switch(config)# ap dot11 5ghz cac voice roam-bandwidth 10
|
Sets the
percentage of maximum allocated bandwidth reserved for roaming voice clients.
The bandwidth
range is 0 to 25%, and the default value is 6%. The
switch reserves this much bandwidth from
the maximum allocated bandwidth for roaming voice clients.
|
Step 21 |
no wlan
shutdown
Switch(config-wlan)# no wlan shutdown
|
Reenables all
WLANs with WMM enabled.
|
Step 22 |
no ap dot11 {5ghz | 24ghz} shutdown
Switch(config)# no ap dot11 5ghz shutdown
|
Reenables the
radio network.
|
Step 23 |
end
|
Returns to privileged EXEC mode. Alternatively, you can also press Ctrl-Z to exit global configuration mode.
|