Design Guide for the Polycom SoundStructure C16, C12, C8, and SR12
A - 144
eth_mac
Get Ethernet MAC Address
Description
This parameter gets the MAC address for the system's Ethernet port. The value
will be formatted in all lowercase with bytes separated by a colon, for example
“00:04:f2:bf:00:01”.
Examples
set eth_settings 1
"mode='dhcp'"
val eth_settings 1
"mode='dhcp',addr='172.
22.2.129',dns='172.22.1.1
172.22.1.2',gw='172.22.2.
254',nm='255.255.255.0'"
Sets the ethernet settings on device 1 to dhcp and
returns the full ethernet settings.
set eth_settings 1
"mode='static',addr='192.
168.10.63',dns='192.168.
10.1',gw='192.168.10.254
',nm='255.255.255.0'"
val eth_settings 1
"mode='static',addr='192.
168.10.63',dns='192.168.
10.1',gw='192.168.10.254
',nm='255.255.255.0'"
Sets the ethernet settings on device 1 to the static IP
address of 192.168.10.63 and returns the full ethernet
settings. All parameters must be specified even if just
changing one parameter.
get eth_settings 1 val eth_settings 1
"mode='static',addr='192.
168.10.63',dns='192.168.
10.1',gw='192.168.10.254
',nm='255.255.255.0'"
Queries the ethernet settings on device 1.
Argument Argument value
Channel Type Device-Specific System
Value Type String
Read/Write Mode Read-Only
System Limits Max String Length: 17
Event Source No
Command Response Description
get eth_mac 1 val eth_mac 1
"00:04:f2:bf:00:01"
Queries the ethernet mac address on device 1.