C
Cisco Small Business WRP400 Administration Guide
151
WRP400 Provisioning Reference
This chapter provides information about the parameters that can be provisioned
from an XML profile by using the profile compiler tool (Scomputer).
NOTE
For instructions about provisioning, see the
SPA Provisioning Guide
at the
following URL:
www.cisco.com/en/US/docs/voice_ip_comm/csbpvga/ata/provisioning/guide/
Cisco_Small_Business_IP_Telephony_Provisioning_Guide.pdf
Feature/XML
Tag
Parameters
Examples
Wireless QoS
<WL_QOS>
<WL_QOS>wl_wme,wl_wme_no_ack
</WL_QOS>
wl_wme: WMM support (Wi-Fi
Multimedia); on (enabled) or off
(disabled)
wl_wme_no_ack: No-
acknowledgement option; on
(enabled) or off (disabled)
To enable WMM with the No-
acknowledgement option turned off:
<WL_QOS>wl_wme=on,wl_wme_no_
ack=off</WL_QOS>
Internet Access
Priority
<RT_QOS>
<RT_QOS>QoS,rate_mode,manual_
rate</RT_QOS>
QoS: Internet access priority; 1
(enabled) or 0 (disabled)
rate_mode: Upstream bandwidth
type; 0 (manual) or 1 (automatic)
manual_rate: Upstream bandwidth
rate; numerals from 64 to 50000
To enable Manual QoS and specify the
upstream bandwidth rate:
<RT_QOS>QoS=1,rate_mode=0,
manual_rate=5000</RT_QOS>
To enable Auto QoS: <RT_QOS> QoS=1,
rate_mode=1</RT_QOS>
To disable QoS: <RT_QOS>QoS=0
</RT_QOS>