mrStackUnitSupervisorIsPrimary
CISCO-FASTHUB-MIB ·
.1.3.6.1.4.1.9.2.11.1.3.1.1.11
Object
column mandatory
Enumeration
true(1), -- unit contains the primary management module
false(2) -- unit has no management module or contains
-- a standby management module
If the current unit has a management module installed
(mrStackUnitSupervisorPresent is true), this object
indicates whether the module is acting as the primary
management Supervisor. If there is no management module
present, this object will return the value false(2).
Default value: false(2).
Context
- MIB
- CISCO-FASTHUB-MIB
- OID
.1.3.6.1.4.1.9.2.11.1.3.1.1.11- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- mrStackUnitEntry
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 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrStackUnitSupervisorIsPrimary'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrStackUnitSupervisorIsPrimary.<mrStackUnitIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FASTHUB-MIB::mrStackUnitSupervisorIsPrimary'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | true |
2 | false |