SPEED_LAN
Description
Get or Set link speed and duplex mode of LAN port.
Consider the compatibility with ISV, this URL is set to read-only command for the device without LAN port like all EPL Platform, PlatformT and Multi-Channel devices. Then, the return message of this URL is LAN_SPEED='0' always.
Input Argument
0: Auto Negotiation
1: Force to 100Mbps and Full Duplex Mode
2: Force to 100Mbps and Half Duplex Mode
3: Force to 10Mbps and Full Duplex Mode
4: Force to 10Mbps and Half Duplex Mode
Attribute
Return of Message
LAN_SPEED='0'
OK: LAN_SPEED='0'
or
ERROR: LAN_SPEED='0'
Applicability
Status
Valid
See Also
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SPEED_LAN
or
http://ip:port/cgi-bin/cmd/system?SPEED_LAN
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&SPEED_LAN=n
or
http://ip:port/cgi-bin/cmd/system?SPEED_LAN=n
Back to