Linksys ATA Administration Guide
166
LAN DHCP
<LAN_DHCP>
<LAN_DHCP>dhcp_lease,dhcp_defa
ult_lease</LAN_DHCP>
dhcp_lease: Client lease time in
minutes; numerals from 1 to 9999
dhcp_default_lease: Default lease
time in minutes; numerals from 1 to
9999
NOTE: Dhcp_default_lease allows the
Service Provider to configure the
length of the “default lease time.” By
default, the client lease time is set to
“0,” meaning 1 day.
To set the client lease time:
<LAN_DHCP> dhcp_default_lease=888
</LAN_DHCP>
To set lease time and default lease time:
<LAN_DHCP>dhcp_lease=777,dhcp_
default_lease=888</LAN_DHCP>
Switch Rate
<SWITCH_RATE>
<SWITCH_RATE>mv_switch_total_rate_li
mit,mv_switch_ingress_mcast_rate</
SWITCH_RATE>
mv_switch_total_rate_limit: Limits the
switch throughput; numerals from 1 to
200 (default is 4)
mv_switch_ingress_mcast_rate: Ingress
multicast rate in Mbps; numerals from 1 to
100 (default is 80)
NOTE: The switch rate is set by dividing
200 by the mv_swtich_total_rate_limit.
With the default value of 4, the
throughput is limited to 50Mbps.
MPORTANT: It is highly recommended to
keep the default switch rate settings.
Default settings hae been tested to
support the appropriate Quality of Service
for the IPTV video transmission towards
the et-top box, in addition to maintaining
the appropriate Quality of Service of the
Voice Telephony transmission.
To set the switch rate limit to 40 Mbps and
the multicast rate to 40 Mbps:
<SWITCH_RATE>mv_switch_total_rate_
limit=5,mv_switch_ingress_mcast_rate=40
</SWITCH_RATE>
WAN Type
<WAN_TYPE>
<WAN_TYPE>wan_proto=[mode],
[parameters]</WAN_TYPE>
wan_proto: Internet connection type;
dhcp, static, pppoe, pptp, l2tp, heartbeat
DHCP Parameters
No other settings are required.
To configure a DHCP connection: <WAN_
TYPE>wan_proto=dhcp
</WAN_TYPE>
Static IP Parameters
wan_ipaddr: WAN IP address
wan_netmask: WAN subnet mask
wan_gateway: Gateway IP address
To configure a Static IP connection:
<WAN_TYPE>wan_proto=static,wan_
ipaddr=192.168.0.11,wan_netmask=
255.255.255.128,wan_gateway=192.
168.0. 252</WAN_TYPE>
PPPoE (Point-to-Point Protocol over
Ethernet) Parameters
ppp_username: User name; enter from 1
to 63 ASCII characters
ppp_passwd: Password; enter from 1 to 63
ASCII characters
ppp_service: Service name; enter from 0
to 63 ASCII characters
To configure a PPPPoE connection:
<WAN_TYPE>wan_proto=pppoe,ppp_
username=adc,ppp_passwd=def
</WAN_TYPE>
To configure a PPPPoE connection type and
specify a service name: <WAN_TYPE>
wan_proto=pppoe,
ppp_username=adc,ppp_passwd=
def,ppp_service=aaa</WAN_TYPE>