All MIBs › AirPair-MIB › authenticationFailureAction
authenticationFailureAction
Module: AirPair-MIB
OID (symbolic): AirPair-MIB::authenticationFailureAction
OID (numeric): 1.3.6.1.4.1.7262.1.11.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This sets the authentication failure action for the system.
Block traffic will block all user traffic including remote management access. Pass traffic will allow all user traffic to be sent and recieved
What is authenticationFailureAction?
This read-write object decides what happens to traffic when authentication fails: blockTraffic drops all user traffic including remote management access, while passTraffic still allows traffic to flow. Because blockTraffic can cut off remote SNMP/management access to the unit, admins should be cautious changing authentication settings on a unit they can only reach remotely.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.7262.1.11.4 snmpwalk -v2c -c public <target> AirPair-MIB::authenticationFailureAction
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.7262.1.11.4.1 snmpget -v2c -c public <target> AirPair-MIB::authenticationFailureAction.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.7262.1.11.4.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> authenticationFailureAction.1
Start monitoring DragonWave microwave radios with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the AirPair-MIB::authenticationFailureAction OID value, configure state conditions and alerts, and monitor any DragonWave microwave radios from a single console.
OID Breakdown
Upper-level ancestors (1 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| Numeric OID | Name | Module |
|---|---|---|
| 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.7262 | dragonwave | AirPair-MIB |
| 1.3.6.1.4.1.7262.1 | airPair | AirPair-MIB |
| 1.3.6.1.4.1.7262.1.11 | apAuthentication | AirPair-MIB |
| 1.3.6.1.4.1.7262.1.11.4 | authenticationFailureAction | AirPair-MIB |