All MIBs › CISCO-ZS-MIB › zoneMergeFailRecoverSpinLock
zoneMergeFailRecoverSpinLock
Module: CISCO-ZS-MIB
OID (symbolic): CISCO-ZS-MIB::zoneMergeFailRecoverSpinLock
OID (numeric): 1.3.6.1.4.1.9.9.294.1.1.20
Node type: OBJECT-TYPE
Type: TestAndIncr
Access: read-write
Description:
This object is used to facilitate modification of zoneMergeFailRecoverInterface, zoneMergeFailRecoverVsan and zoneMergeFailRecoverOper by multiple managers. The procedure for modifying these objects is as follows:
1. Determine new values for zoneMergeFailRecoverInterface, zoneMergeFail- RecoverVsan and zoneMergeFailRecoverOper.
2. Retrieve the value of zoneMergeFailRecoverSpinLock.
3. Set the value of zoneMergeFailRecoverSpinLock to the retrieved value, and (in the same PDU) the value of zoneMergeFailRecoverInterface to the new value. If the set fails for zoneMergeFailRecoverSpinLock object, go back to step 2.
4. Set the value of zoneMergeFailRecoverSpinLock to the retrieved value plus one, and (in the same PDU) the value of zoneMergeFailRecoverVsan to the new value. If the set fails for zoneMergeFailRecoverSpinLock object, go back to step 2.
5. Set the value of zoneMergeFailRecoverSpinLock to the retrieved value plus two, and (in the same PDU) the value of zoneMergeFailRecoverOper to the new value. If the set fails for zoneMergeFailRecoverSpinLock object, go back to step 2.
Note that if it's possible to include zoneMergeFailRecoverVsan and/or zoneMergeFailRecoverOper in the (Set Req) PDU of an earlier step, then steps 4 and/or 5 can be eliminated.
What is zoneMergeFailRecoverSpinLock?
This object is a test-and-increment spin lock used to synchronize access to zone merge failure recovery operations in Cisco zoning server. Spin locks prevent concurrent modifications to critical zone configuration during recovery procedures. An operator would not typically interact with this directly, but the system uses it internally when recovering from failed zone merges between switches.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.294.1.1.20 snmpwalk -v2c -c public <target> CISCO-ZS-MIB::zoneMergeFailRecoverSpinLock
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.294.1.1.20.1 snmpget -v2c -c public <target> CISCO-ZS-MIB::zoneMergeFailRecoverSpinLock.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.294.1.1.20.1 s <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.9 | cisco | CISCO-SMI |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| 1.3.6.1.4.1.9.9.294 | ciscoZsMIB | CISCO-ZS-MIB |
| 1.3.6.1.4.1.9.9.294.1 | ciscoZoningMIBObjects | CISCO-ZS-MIB |
| 1.3.6.1.4.1.9.9.294.1.1 | zoneConfiguration | CISCO-ZS-MIB |
| 1.3.6.1.4.1.9.9.294.1.1.20 | zoneMergeFailRecoverSpinLock | CISCO-ZS-MIB |