VPN-MIB: View SNMP OID List / Download MIB

VENDOR: VPNET


 Home MIB: VPN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 vpnet 1.3.6.1.4.1.1866
           vpnmib 1.3.6.1.4.1.1866.7
               waninterface 1.3.6.1.4.1.1866.7.1
                   wanIfTable 1.3.6.1.4.1.1866.7.1.1 no-access
                       wanIfEntry 1.3.6.1.4.1.1866.7.1.1.1 no-access
                           wanIfIndex 1.3.6.1.4.1.1866.7.1.1.1.1 integer read-only
A unique value for each interface. 1 - Private port 2 - Public port
                           wanIfFramesRcvd 1.3.6.1.4.1.1866.7.1.1.1.2 integer read-only
Total frames received on this interface.
                           wanIfFramesXmit 1.3.6.1.4.1.1866.7.1.1.1.3 integer read-only
Total frames transmitted on this interface.
                           wanIfFramesDisc 1.3.6.1.4.1.1866.7.1.1.1.4 integer read-only
Total frames discarded on this interface.
                           wanIfRcvOvrn 1.3.6.1.4.1.1866.7.1.1.1.5 integer read-only
Total frames received on this interface with data overrun errors.
                           wanIfRcvAbort 1.3.6.1.4.1.1866.7.1.1.1.6 integer read-only
Total frames received on this interface aborted by the sender.
                           wanIfRcvAlignErr 1.3.6.1.4.1.1866.7.1.1.1.7 integer read-only
Total frames received on this interface with alignment errors.
                           wanIfRcvCRCErr 1.3.6.1.4.1.1866.7.1.1.1.8 integer read-only
Total frames received on this interface with CRC errors.
                           wanIfRcvFrameLong 1.3.6.1.4.1.1866.7.1.1.1.9 integer read-only
Total frames received on this interface with length errors.
                           wanIfRcvNoBuff 1.3.6.1.4.1.1866.7.1.1.1.10 integer read-only
Total frames for which there were no receive buffers available.
                           wanIfXmitUnderrun 1.3.6.1.4.1.1866.7.1.1.1.11 integer read-only
Total frames with transmit underrun errors.
                           wanIfXmitTimeout 1.3.6.1.4.1.1866.7.1.1.1.12 integer read-only
Total times we've timed out trying to transmit a frame.
                           wanIfXmitNoBuff 1.3.6.1.4.1.1866.7.1.1.1.13 integer read-only
Total times there were no transmit buffers available when trying to transmit a frame.
                           wanIfRcvByteRate 1.3.6.1.4.1.1866.7.1.1.1.14 counter read-only
last 16 second average KB per second of data received.
                           wanIfXmitByteRate 1.3.6.1.4.1.1866.7.1.1.1.15 counter read-only
last 16 second average KB per second of data sent.
               vpns 1.3.6.1.4.1.1866.7.2
                   vpnTable 1.3.6.1.4.1.1866.7.2.1 no-access
                       vpnEntry 1.3.6.1.4.1.1866.7.2.1.1 no-access
                           vpnIndex 1.3.6.1.4.1.1866.7.2.1.1.1 integer read-only
A unique value for each VPN. Ranges from 1 to (number of VPNs configured + number of clients configured). So, this table will not map 1-to-1 with the VPNs configured via VPNmanager when VPNRemote clients are configured as part of a VPN. Each client has it's own physical VPN on a VSU.
                           vpnDescr 1.3.6.1.4.1.1866.7.2.1.1.2 displaystring read-only
Textual description of this interface. Currently (1/9/98) just shows the VPN decimal id.
                           vpnSkipInPktDecap 1.3.6.1.4.1.1866.7.2.1.1.3 integer read-only
Total incoming SKIP-decapsulated packets for this VPN.
                           vpnSkipOutPktEncap 1.3.6.1.4.1.1866.7.2.1.1.4 integer read-only
Total outgoing SKIP-encapsulated packets for this VPN.
                           vpnSkipInPktParseErr 1.3.6.1.4.1.1866.7.2.1.1.5 integer read-only
Total incoming packets for this VPN with IPSec header errors.
                           vpnSkipInKPUpdt 1.3.6.1.4.1.1866.7.2.1.1.6 integer read-only
Number of Kp (key material) updates for incoming traffic this VPN. Not currently supported.
                           vpnSkipOutKPUpdt 1.3.6.1.4.1.1866.7.2.1.1.7 integer read-only
Number of Kp (key material) updates for outgoing traffic this VPN. Not currently supported.
                           vpnOutFrag 1.3.6.1.4.1.1866.7.2.1.1.8 integer read-only
Total outgoing packets for this VPN that had to be fragmented.
                           vpnOctetsIn 1.3.6.1.4.1.1866.7.2.1.1.9 integer read-only
Total bytes received for this VPN.
                           vpnOctetsOut 1.3.6.1.4.1.1866.7.2.1.1.10 integer read-only
Total bytes sent for this VPN.
                           vpnNOutOfOrder 1.3.6.1.4.1.1866.7.2.1.1.11 integer read-only
Counter N out-of-order errors for this VPN. Not currently supported.
                           vpnSkipAlgMismatch 1.3.6.1.4.1.1866.7.2.1.1.12 integer read-only
Total number of packets belonging to this VPN with SKIP Algorithm mismatches. That is, the parameters of the VPN that this packet belongs to does not match the VPN parameters in the packet's SKIP header.
                           vpnAuthInPktInvdSig 1.3.6.1.4.1.1866.7.2.1.1.13 integer read-only
Total number of packets belonging to this VPN with SKIP Authentication errors. That is, the authentication key in the offending packet was not correct. This type of attack results in an authFailure trap which shows up on the VPNmanager as Invalid Authentication Signature.
                           vpnAuthInPktParseErr 1.3.6.1.4.1.1866.7.2.1.1.14 integer read-only
Not currently supported.
                           vpnEncryptImpEncap 1.3.6.1.4.1.1866.7.2.1.1.15 integer read-only
Total outgoing packets encrypted for this VPN.
                           vpnEncryptInPktParseErr 1.3.6.1.4.1.1866.7.2.1.1.16 integer read-only
Total packets belonging to this VPN that had parse errors. For example, encrypted data was not on a 8-byte boundary or the ESP trailer was not of the appropriate size.
               log 1.3.6.1.4.1.1866.7.3
                   logTable 1.3.6.1.4.1.1866.7.3.1 no-access
                       logEntry 1.3.6.1.4.1.1866.7.3.1.1 no-access
                           logIndex 1.3.6.1.4.1.1866.7.3.1.1.1 integer read-only
                           logTime 1.3.6.1.4.1.1866.7.3.1.1.2 integer read-only
                           logAttackType 1.3.6.1.4.1.1866.7.3.1.1.3 integer read-only
The type of packet error that caused us to perceive this as an attack. 1 - SKIP header error. e.g. this packet was not IPSec AH or IPSec ESP. 2 - SKIP Counter N error. Not currently (1/9/98) supported. 3 - SKIP Algorithm mismatch. The parameters of the VPN that this packet belongs to does not match the VPN parameters in the SKIP header. 4 - SKIP Authentication error. The authentication key in the offending packet was not correct. This type of attack results in an authFailure trap which shows up on the VPNmanager as Invalid Authentication Signature. 5 - SKIP Authentication Header error. Not supported. 6 - SKIP Encryption Header error. The packet's ESP trailer wasn't correct.
                           logDescription 1.3.6.1.4.1.1866.7.3.1.1.4 displaystring read-only
               vsuSystem 1.3.6.1.4.1.1866.7.4
                   cpuUtilization 1.3.6.1.4.1.1866.7.4.1 counter read-only
               activeSessions 1.3.6.1.4.1.1866.7.5
                   activeSessionTable 1.3.6.1.4.1.1866.7.5.1 no-access
                       activeSessionEntry 1.3.6.1.4.1.1866.7.5.1.1 no-access
                           asName 1.3.6.1.4.1.1866.7.5.1.1.1 displaystring read-only
A VPNremote client name or a VSU name as defined in VPNmanager.
                           asLength 1.3.6.1.4.1.1866.7.5.1.1.2 timeticks read-only
Length of this session in seconds.
                           asOrgIPAddress 1.3.6.1.4.1.1866.7.5.1.1.3 ipaddress read-only
VPNremote client's originating IP address or remote VSU IP address.
                           asXlateIPAddress 1.3.6.1.4.1.1866.7.5.1.1.4 ipaddress read-only
VPNremote client's assigned address from the Client IP Address pool if configured. If the Client IP Address pool is not configured or this session is from a VSU then this attribute is empty.
                           asDescr 1.3.6.1.4.1.1866.7.5.1.1.5 displaystring read-only
Textual description of this VPN indicating what key management is being used and what encryption, authentication and compression algorithms are being used. For example: IKE, 3DES, MD5, Compression.
                           asPktsIn 1.3.6.1.4.1.1866.7.5.1.1.6 counter read-only
Number of packets sent to this VSU from the VPNremote Client or remote VSU indicated by asName during this session.
                           asPktsOut 1.3.6.1.4.1.1866.7.5.1.1.7 counter read-only
Number of packets sent from this VSU to the VPNremote Client or remote VSU indicated by asName during this session.
                           asBytesIn 1.3.6.1.4.1.1866.7.5.1.1.8 counter read-only
Number of bytes sent to this VSU from the VPNremote Client or remote VSU indicated by asName during this session.
                           asBytesOut 1.3.6.1.4.1.1866.7.5.1.1.9 counter read-only
Number of bytes sent from this VSU to the VPNremote Client or remote VSU indicated by asName during this session.
             skipHdrErr 1.3.6.1.4.1.18660.1
SKIP header error. e.g. this packet was not IPSec AH or IPSec ESP.
             skipNCounterErr 1.3.6.1.4.1.18660.2
SKIP Count N error. Not used.
             skipAlgMismatch 1.3.6.1.4.1.18660.3
SKIP Algorithm mismatch. The parameters of the VPN that a packet belonged to did not match the VPN parameters in the SKIP header.
             authFailure 1.3.6.1.4.1.18660.4
SKIP Authentication error. The authentication key in the offending packet was not correct. This trap shows up on the VPNmanager as Invalid Authentication Signature.
             authHdrErr 1.3.6.1.4.1.18660.5
SKIP Authentication Header error. Not used.
             encryptHdrErr 1.3.6.1.4.1.18660.6
SKIP Encryption Header error. The packet's ESP trailer wasn't correct.
             authFailureLimitErr 1.3.6.1.4.1.18660.7
Client Configuration Download failure limit reached.