s3CommonBoardNmCntlStatus
SYNOPTICS-COMMON-MIB ·
.1.3.6.1.4.1.45.1.3.1.8.1.7
Object
column mandatory
Enumeration
Tells whether the board is under network management control. The value nmControl(2) indicates that the board or one or more ports are being controlled by network management. This means that the board or one or more ports are partitioned via a network manager.
Context
- MIB
- SYNOPTICS-COMMON-MIB
- OID
.1.3.6.1.4.1.45.1.3.1.8.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- s3CommonBoardEntry
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 'SYNOPTICS-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-COMMON-MIB::s3CommonBoardNmCntlStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYNOPTICS-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-COMMON-MIB::s3CommonBoardNmCntlStatus.<s3CommonBoardIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYNOPTICS-COMMON-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYNOPTICS-COMMON-MIB::s3CommonBoardNmCntlStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notNmControl |
2 | nmControl |