s3CommonBoardPartStatus
SYNOPTICS-COMMON-MIB ·
.1.3.6.1.4.1.45.1.3.1.8.1.6
Object
column mandatory
r/w
Enumeration
Tells whether the board is partitioned or enabled.
Writing with the value partition(2) will partition
the board indefinitely and writing with the value
enabled(1) will enable the board.
If a timed partition is desired, then this object
must be written with timedPartition(3) and in the
same PDU a partition duration must be supplied in
s3CommonBoardPartTime. Timed partitions will not
survive across a reset. In this case the port will
go to the partition(2) state.
Boards cannot be partitioned in the 2810 concentrator
and other workgroup concentrators. These agents will
implement this object as read-only.
Context
- MIB
- SYNOPTICS-COMMON-MIB
- OID
.1.3.6.1.4.1.45.1.3.1.8.1.6- Type
- column
- Access
- readwrite
- 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::s3CommonBoardPartStatus'
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::s3CommonBoardPartStatus.<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::s3CommonBoardPartStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | partition |
3 | timedPartition |