hh3cFcZsDistributeLastResult
HH3C-FC-ZONE-SERVER-MIB ·
.1.3.6.1.4.1.25506.2.127.9.1.2.2.1.2
Object
column Enumeration
Specifies the result of triggering a distribution for VSAN.
'none' - No distribution invoked via the corresponding
instance of distribution.
'success' - Distribution completed successfully.
'inProgress' - Distribution is still in progress.
'rejectFailure' - Distribution failed due to an SW_RJT.
'otherFault' - Distribution/commit failed for some other reason.
Context
- MIB
- HH3C-FC-ZONE-SERVER-MIB
- OID
.1.3.6.1.4.1.25506.2.127.9.1.2.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hh3cFcZsDistributeEntry
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 'HH3C-FC-ZONE-SERVER-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-FC-ZONE-SERVER-MIB::hh3cFcZsDistributeLastResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-FC-ZONE-SERVER-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-FC-ZONE-SERVER-MIB::hh3cFcZsDistributeLastResult.<hh3cVsanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-FC-ZONE-SERVER-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-FC-ZONE-SERVER-MIB::hh3cFcZsDistributeLastResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | success |
3 | inProgress |
4 | rejectFailure |
5 | otherFault |