All MIBs › ACMIB › vpnTrapStatus
vpnTrapStatus
Module: ACMIB
OID (symbolic): ACMIB::vpnTrapStatus
OID (numeric): 1.3.6.1.4.1.1751.2.18.15.33
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Return codes for route server VPN level operations. vpnAddOk(1) VPN Creation OK vpnInternalFailure(2) Memory Corruption Failure vpnTooMany(3) Exceeded Max # of VPNs vpnBadSlot(4) Impossible Slot Number vpnBadId(5) VPN ID Must Be Between 1-6 vpnBadState(6) VPN State Machine Confused vpnBadTimerVal(7) Bad Timer Value: State Machine vpnAlreadyExists(8) VPN Already Exists vpnCantLocate(9), Cannot Find Referenced VPN vpnDelInProgress(10) Deletion In Progress -Must Wait vpnLockedIdle(11) VPN Taken Out Of Service vpnGeneralFailure(12) Reference Prev.Trap For Reason vpnNotAllowed(13) Operation Not Allowed vpnShutting(14) Shutting Down VPN -Must Wait vpnDisabled(15) Some VPN SubSystem Not Working vpnModifyOk(16) Modify Operation OK
What is vpnTrapStatus?
This OID reports the result code from the last VPN creation or configuration attempt, such as vpnAddOk, vpnTooMany, or vpnBadSlot. Network administrators use this to debug VPN setup failures and understand what went wrong when a VPN couldn't be created. For example, a code of 'vpnTooMany(3)' means the device has already reached its maximum number of VPNs and you need to delete one before creating another.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.33 snmpwalk -v2c -c public <target> ACMIB::vpnTrapStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.33.1 snmpget -v2c -c public <target> ACMIB::vpnTrapStatus.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::vpnTrapStatus 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.15 | returnCode | ACMIB |
| 1.3.6.1.4.1.1751.2.18.15.33 | vpnTrapStatus | ACMIB |