To find the current status, the following full SNMP get command can be used (where
x.x.x.x is the IP address of the wall mount unit):
snmpget -v 2c -c public x.x.x.x .1.3.6.1.4.1.6798.3.20.2.1.0
The device will return:
iso.3.6.1.4.1.6798.3.20.2.1.0 = INTEGER: 0
- where 0 means that EXTA is enabled,
- where 1 means that EXTA is disabled
To enable EXTA, the following SNMP set command can be used:
snmpset -v 2c -c public x.x.x.x .1.3.6.1.4.1.6798.3.20.2.1.0 i 0
To disable EXTA, the following SNMP set command can be used (where x.x.x.x is
the IP address of the wall mount unit):
snmpset -v 2c -c public x.x.x.x .1.3.6.1.4.1.6798.3.20.2.1.0 i 1
7.3 Show all MAC addresses for interface EXTA
It is possible to show all the MAC addresses on interface EXTA by using SNMP:
private(4)
enterprises(1)
ds2 (6798)
wisconsin (3)
corinexMAC (20)
plCorinexExtA (1)
plMACEXTATable (1)
plMACEXTAEntry (1)
plMACEXTAIndex (1) INTEGER ro Index of the MACs.
plMACEXTAMAC (2) PhysAddress ro MAC addresses on port EXTA
To view the MAC addresses connected to EXTA, the following SNMP walk command
can be used:
snmpwalk -v 2c -c public x.x.x.x .1.3.6.1.4.1.6798.3.20.1.1.1
The answer will be:
iso.3.6.1.4.1.6798.3.20.1.1.1.1.1 = INTEGER: 1
iso.3.6.1.4.1.6798.3.20.1.1.1.1.2 = INTEGER: 2
iso.3.6.1.4.1.6798.3.20.1.1.1.2.1 = Hex-STRING: 48 5B 39 51 F8 41
iso.3.6.1.4.1.6798.3.20.1.1.1.2.2 = Hex-STRING: 08 00 27 2E 3C B3
Corinex HD200 CableLAN Wall Mount
25
Device specific parameters