zoneSetActivateResult
CISCO-ZS-MIB ·
.1.3.6.1.4.1.9.9.294.1.1.5.1.2
Object
column Enumeration
This object indicates the outcome of the most
recent activation/deactivation.
When the value of this object is 'inProgress',
the values of the corresponding instances of
zoneSetActivate, zoneSetDeActivate and
zoneSetActivateRowStatus cannot be modified.
The value 'newEntry' indicates that after the
entry has been created, activation/de-activation
has not yet been attempted on the entry.
1 -- activation success
2 -- activation failure
3 -- deactivation success
4 -- deactivation failure
5 -- in progress
6 -- entry just created
Context
- MIB
- CISCO-ZS-MIB
- OID
.1.3.6.1.4.1.9.9.294.1.1.5.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zoneSetActivateEntry
- Groups
- 8
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-ZS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ZS-MIB::zoneSetActivateResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ZS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ZS-MIB::zoneSetActivateResult.<vsanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ZS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ZS-MIB::zoneSetActivateResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | activateSuccess |
2 | activateFailure |
3 | deactivateSuccess |
4 | deactivateFailure |
5 | inProgress |
6 | newEntry |