All MIBs › SNMP-SMIv2-MIB › authenticationFailure
authenticationFailure
Module: SNMP-SMIv2-MIB
OID (symbolic): SNMP-SMIv2-MIB::authenticationFailure
OID (numeric): 1.3.6.1.6.3.1.1.5.5
Node type: NOTIFICATION-TYPE
Description:
An authenticationFailure trap signifies that the SNMP entity has received a protocol message that is not properly authenticated. While all implementations of SNMP entities MAY be capable of generating this trap, the snmpEnableAuthenTraps object indicates whether this trap will be generated.
Examples
Send this trap to an SNMP manager — replace <manager> with the IP or hostname of your monitoring server (SNMPv2c):
snmptrap -v2c -c public <manager> '' SNMP-SMIv2-MIB::authenticationFailure snmptrap -v2c -c public <manager> '' 1.3.6.1.6.3.1.1.5.5
Listen for incoming traps on the manager host (-f keeps it in the foreground, -Lo prints to stdout — useful for testing):
snmptrapd -f -Lo -c /dev/null authCommunity log public
Example snmptrapd log entry:
zoo11-linux.zoo [UDP: [192.168.30.111]:57554->[192.168.30.10]:162]: DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (425899730) 49 days, 7:03:17.30 SNMPv2-MIB::snmpTrapOID.0 = OID: SNMP-SMIv2-MIB::authenticationFailure
SNMPv3 example:
snmptrap -v3 -l authPriv -u snmpv3user -a SHA -A "AuthPass1" -x AES -X "PrivPass1" <manager> '' SNMP-SMIv2-MIB::authenticationFailure
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.6 | snmpV2 | DASAN-DHCP-MIB |
| 1.3.6.1.6.3 | snmpModules | RAPID-CITY |
| 1.3.6.1.6.3.1 | snmpMIB | RAPID-CITY |
| 1.3.6.1.6.3.1.1 | snmpMIBObjects | RAPID-CITY |
| 1.3.6.1.6.3.1.1.5 | snmpTraps | RAPID-CITY |
| 1.3.6.1.6.3.1.1.5.5 | authenticationFailure | SNMP-SMIv2-MIB |