All MIBs › ACMIB › pgtStandbySelection
pgtStandbySelection
Module: ACMIB
OID (symbolic): ACMIB::pgtStandbySelection
OID (numeric): 1.3.6.1.4.1.1751.2.18.29.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: Standby selection method determines the order of selection of standby when primary interface fails. The options are: sequential -- internally select next higher available standby to the last one, latest_used -- used last one freed, oldest_used -- used to longest idle one, random \255 randomly select one, explicit -- selected by user.
What is pgtStandbySelection?
This OID specifies the algorithm the system uses to choose which standby interface receives traffic when a primary fails. An engineer selects this based on their redundancy strategy—sequential goes to the next available, random distributes load, explicit lets them pick. For example, setting 'sequential' means if primary 1 fails, traffic goes to standby 2, then standby 3 if 2 also fails.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.29.1.1.4 snmpwalk -v2c -c public <target> ACMIB::pgtStandbySelection
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.29.1.1.4.1 snmpget -v2c -c public <target> ACMIB::pgtStandbySelection.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1751.2.18.29.1.1.4.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> pgtStandbySelection.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::pgtStandbySelection 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.29 | protectionGroup | ACMIB |
| 1.3.6.1.4.1.1751.2.18.29.1 | protectionGroupTable | ACMIB |
| 1.3.6.1.4.1.1751.2.18.29.1.1 | protectionGroupEntry | ACMIB |
| 1.3.6.1.4.1.1751.2.18.29.1.1.4 | pgtStandbySelection | ACMIB |