mcmSetState
LUXN-MIB ·
.1.3.6.1.4.1.4253.1.9.6.1.12
Object
column mandatory
r/w
Enumeration
Instruct the mcmt1/mcme1 card to do either a reset or loopback. A get on this will always return an other.
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::mcmSetState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::mcmSetState.<mcmCardLocation>.<mcmCardShelf>.<mcmCardSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::mcmSetState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | resetWithCurrentConfiguration |
3 | resetWithFactoryDefault |
4 | nearEndCardLoopback |
5 | networkCardLoopback |
6 | nearEndPort1Loopback |
7 | nearEndPort2Loopback |
8 | nearEndPort3Loopback |
9 | nearEndPort4Loopback |
10 | networkPort1Loopback |
11 | networkPort2Loopback |
12 | networkPort3Loopback |
13 | networkPort4Loopback |
14 | disableLoopback |