Linksys ATA Administration Guide
163
UPnP
<UPNP>
<UPNP>upnp_enable,upnp_config,
upnp_keep_portmap</UPNP>
upnp_enable: UPnP status; 1
(enabled) or 0 (disabled)
upnp_config: Allows configuration of
UPnP; 1 (enabled) or 0 (disabled)
upnp_keep_portmap: Keeps UPnP
configurations after system reboot; 1
(enabled) or 0 (disabled)
NOTE: This paramater applies only if
upnp_config is enabled.
upnp_internet_dis: Prevents Internet
access; 1 (Internet access is disabled)
or 0 (Internet access is allowed)
To allow users to config UPnP: <UPNP>
upnp_enable=1,upnp_config=1
</UPNP>
To allow user to config UPnP ,and save
this config even after system reboot:
<UPNP>upnp_enable=1,upnp_config
=1,upnp_keep_portmap=1 </UPNP>
To allow user to enable or disable
Internet access::<UPNP>upnp_enable=
1,upnp_ internet_dis=1</UPNP>
To allow user to do any UPnP function:
<UPNP>upnp_enable=1,upnp_config
=1,upnp_keep_portmap=1,upnp_
internet_dis=1</UPNP>
QoS Category Priority
Rule
<QOS_PRIORITY_ RULE>
<QOS_PRIORITY_RULE>category_
number,name, priority,port_range</
QOS_PRIORITY_RULE>
category_num: QoS Category
number;
1 (application), 2 (online game), 3
(MAC address), 4 (Ethernet port)
name: Name string, corresponding to
the selected category
Application: The name of the
application
Online Games: The name of the game
MAC Address: The MAC address in the
format xx:xx:xx:xx:xx:xx
Ethernet Port: The port; Ethernet Port
1, Ethernet Port 2, Ethernet Port 3, or
Ethernet Port 4
priority: Priority; 0 (Low), 1 (Normal), 2
(Medium), 3 (High)
port_range: The port range;
start;end;protocol
start : The first port number in the
range
end: The final port number in the
range
protocol : 0 (Both, 1 (TCP, 2 (UDP
To configure a rule for an application:
<QOS_PRIORITY_RULE>category_num
= 1,name= ap1, priority=3,port_range=
111;222; 0;333;444;1</QOS_PRIORITY_
RULE>
To configure a rule for an online game:
Format 1 (default game): <QOS_
PRIORITY_RULE> category_ number=2,
name,priority</QOS_ PRIORITY_RULE>
Example:
<QOS_PRIORITY_RULE>category_num
= 2, name=Age of Empires,priority=2
</QOS_PRIORITY_RULE>
Format 2 (with port range): <QOS_
PRIORITY_RULE>category_ number=2,
name,priority,port_range</QOS_
PRIORITY_RULE> <QOS_ PRIORITY_
RULE>category_num=2, name=
game1,priority=1, port_range= 555;
666;1</QOS_ PRIORITY_RULE>
To configure a rule for a MAC Address:
<QOS_PRIORITY_RULE>category_num
=3,name=mac1,priority=1,mac= 00:02:
03:04:05:06</QOS_ PRIORITY_RULE>
To configure a rule for an Ethernet port:
<QOS_PRIORITY_RULE>category_num
= 4,name= Ethernet Port 1,priority=0
</QOS_PRIORITY_RULE>
To delete all rules: <QOS_PRIORITY_
RULE></QOS_PRIORITY_RULE>