cfsMergeStatusValue
CISCO-CFS-MIB ·
.1.3.6.1.4.1.9.9.433.1.1.3.1.3
Object
column Enumeration
The result of the last 'Fabric Merge' for the feature
within the context of the combination of
'cfsMergeStatusScopeType' and 'cfsMergeStatusScopeVal'
in the system:
'success' - Fabric Merge successfully
completed
'inProgress' - Fabric Merge in progress
'failure' - Fabric Merge failed
'waiting' - Waiting for existing Merge
conflict to be cleared
'other' - None of the other values of
this enumeration
The value of this object is 'inProgress' when the local
device is part of a fabric that is in the process of
merging with another fabric.
The value of this object is 'waiting' when this local
device is waiting for any existing 'Fabric Merge
Conflict' to be resolved before it initiates the new
instance of 'Fabric Merge'.
Context
- MIB
- CISCO-CFS-MIB
- OID
.1.3.6.1.4.1.9.9.433.1.1.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cfsMergeStatusEntry
- Groups
- 3
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-CFS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CFS-MIB::cfsMergeStatusValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CFS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CFS-MIB::cfsMergeStatusValue.<cfsFeatureOpName>.<cfsMergeStatusScopeType>.<cfsMergeStatusScopeVal>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CFS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CFS-MIB::cfsMergeStatusValue'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | inProgress |
3 | failure |
4 | waiting |
5 | other |