Cisco Systems WRP400 Telephone Accessories User Manual


 
C
ATA Administration Guide 221
Provisioning Reference (WRP400)
This chapter provides information about the parameters that can be provisioned
from an XML profile by using the profile compiler tool (SPC).
NOTE For instructions about provisioning, see the SPA Provisioning Guide in Cisco
Partner Central, http://www.cisco.com/web/partners/sell/smb.
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>