All MIBs › ACMIB › protectionCommand
protectionCommand
Module: ACMIB
OID (symbolic): ACMIB::protectionCommand
OID (numeric): 1.3.6.1.4.1.1751.2.18.2.19.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: List of commands which can be executed on a protection Group. Clear : This command is used to clear any previous commands which may have been and get back to normal nto1 operation Forced SwitchOver To Protection : Switchover to Protection card even if the working card is in service active These commands to used in conjunction with the working slot id.
What is protectionCommand?
ACMIB::protectionCommand stores the management command to execute on a redundant protection group, such as clearing previous commands or forcing an immediate switchover to the backup card. A network engineer uses this to manually override the automatic failover system when testing backup functionality or recovering from a stuck state. For example, setting this to 'Clear' resets the protection group back to normal operation after a forced switchover.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.2.19.1.3 snmpwalk -v2c -c public <target> ACMIB::protectionCommand
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.2.19.1.3.1 snmpget -v2c -c public <target> ACMIB::protectionCommand.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1751.2.18.2.19.1.3.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> protectionCommand.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::protectionCommand OID value, configure state conditions and alerts, and monitor any Lucent/Nortel Access Concentrator (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1751 | lucent | ACMIB |
| 1.3.6.1.4.1.1751.2 | mibs | ACMIB |
| 1.3.6.1.4.1.1751.2.18 | acMIB | ACMIB |
| 1.3.6.1.4.1.1751.2.18.2 | equipConfig | ACMIB |
| 1.3.6.1.4.1.1751.2.18.2.19 | protectionGroupConfigTable | ACMIB |
| 1.3.6.1.4.1.1751.2.18.2.19.1 | protectionGroupConfigEntry | ACMIB |
| 1.3.6.1.4.1.1751.2.18.2.19.1.3 | protectionCommand | ACMIB |