All MIBs › CISCO-STP-EXTENSIONS-MIB › stpxMSTRegionEditBufferOperation
stpxMSTRegionEditBufferOperation
Module: CISCO-STP-EXTENSIONS-MIB
OID (symbolic): CISCO-STP-EXTENSIONS-MIB::stpxMSTRegionEditBufferOperation
OID (numeric): 1.3.6.1.4.1.9.9.82.1.11.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Indicates the operation that is performed on the Region Config Edit Buffer.
other -- none of the following operations.
acquire -- acquire the Edit Buffer. This operation can only be performed when the object stpxMSTRegionEditBufferStatus has the value of released(1). After the successful operation of this action, the stpxMSTRegionEditBufferStatus will be changed to acquiredBySnmp(2).
releaseWithForce -- release the Edit Buffer acquired by non-SNMP users with force and discard the changes in the Edit Buffer. This operation can only be performed when the object stpxMSTRegionEditBufferStatus has the value of acquiredByNonSnmp(2).
commit -- commit the changes in the Edit Buffer and release the Edit Buffer. The successful operation of this action will make the changes in the Edit Buffer effective on the device. This operation can only be performed when the object stpxMSTRegionEditBufferStatus has the value of acquiredBySnmp(3).
rollBack -- discard the changes in the Edit Buffer and release the Edit Buffer. This operation can only be performed when the object stpxMSTRegionEditBufferStatus has the value of acquiredBySnmp(3).
This object always returns other(1) when it is read.
What is stpxMSTRegionEditBufferOperation?
Allows an SNMP manager to acquire, modify, or release the shared MST Region Config Edit Buffer, controlling the workflow for changing MST region configuration.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.82.1.11.6 snmpwalk -v2c -c public <target> CISCO-STP-EXTENSIONS-MIB::stpxMSTRegionEditBufferOperation
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.82.1.11.6.1 snmpget -v2c -c public <target> CISCO-STP-EXTENSIONS-MIB::stpxMSTRegionEditBufferOperation.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.82.1.11.6.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> stpxMSTRegionEditBufferOperation.1
Start monitoring Cisco Catalyst switch (STP extensions) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-STP-EXTENSIONS-MIB::stpxMSTRegionEditBufferOperation OID value, configure state conditions and alerts, and monitor any Cisco Catalyst switch (STP extensions) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.82 | ciscoStpExtensionsMIB | CISCO-STP-EXTENSIONS-MIB |
| 1.3.6.1.4.1.9.9.82.1 | stpxObjects | CISCO-STP-EXTENSIONS-MIB |
| 1.3.6.1.4.1.9.9.82.1.11 | stpxMSTObjects | CISCO-STP-EXTENSIONS-MIB |
| 1.3.6.1.4.1.9.9.82.1.11.6 | stpxMSTRegionEditBufferOperation | CISCO-STP-EXTENSIONS-MIB |