NETWORK-ALCHEMY-VPN-MIB: View SNMP OID List / Download MIB
VENDOR: NETWORK ALCHEMY
Home | MIB: NETWORK-ALCHEMY-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).
|
|||
Object Name | OID | Type | Access | Info |
vpnL2TPTunnels | 1.3.6.1.4.1.2972.2.4.1 | integer32 | read-only |
Number of L2TP tunnels |
vpnActiveL2TPTunnels | 1.3.6.1.4.1.2972.2.4.2 | integer32 | read-only |
Number of Active L2TP Tunnels |
vpnL2TPSessions | 1.3.6.1.4.1.2972.2.4.3 | integer32 | read-only |
Number of L2TP Sessions |
vpnActiveL2TPSessions | 1.3.6.1.4.1.2972.2.4.4 | integer32 | read-only |
Number of Active L2TP Sessions |
vpnPPTPTS | 1.3.6.1.4.1.2972.2.4.5 | integer32 | read-only |
Number of PPTP Tunnel&Sessions. Number of PPTP tunnels are equal to the number of PPTP Sessions |
vpnActivePPTPTS | 1.3.6.1.4.1.2972.2.4.6 | integer32 | read-only |
# of Active PPTP Tunnels&Sessions |
vpnTunnelTable | 1.3.6.1.4.1.2972.2.4.7 | no-access |
A list of tunnels. |
|
1.3.6.1.4.1.2972.2.4.7.1 | no-access |
A table entry containing information about a tunnel. |
||
vpnTunnelLocalID | 1.3.6.1.4.1.2972.2.4.7.1.1 | integer32 | read-only |
Tunnel local ID. |
vpnTunnelIPAddress | 1.3.6.1.4.1.2972.2.4.7.1.2 | ipaddress | read-only |
Tunnel IP Address. |
vpnTunnelRemoteID | 1.3.6.1.4.1.2972.2.4.7.1.3 | integer32 | read-only |
Tunnel remote ID. |
vpnTunnelType | 1.3.6.1.4.1.2972.2.4.7.1.4 | integer | read-only |
Tunnel type: ANY=0, L2TP=1, PPTP=2. Enumeration: 'pptp': 2, 'any': 0, 'l2tp': 1. |
vpnTunnelActive | 1.3.6.1.4.1.2972.2.4.7.1.5 | integer | read-only |
INACTIVE=0, ACTIVE!=0 Enumeration: 'active': 1, 'inactive': 0. |
vpnTunnelState | 1.3.6.1.4.1.2972.2.4.7.1.6 | integer | read-only |
Tunnel states For PPTP tunnel type: PPP_STATE_INACTIVE 0 PPP_STATE_SUSPENDED 1 PPP_STATE_ACTIVE 2 For L2TP tunnel type: L2TP_IDLE 0 L2TP_WAIT_REPLY 1 L2TP_WAIT_CONN 2 L2TP_ESTABLISHED 3 L2TP_WAIT_FINAL_ACK 4 |
vpnSessionTable | 1.3.6.1.4.1.2972.2.4.8 | no-access |
A list of sessions for the given tunnel. |
|
1.3.6.1.4.1.2972.2.4.8.1 | no-access |
A table entry containing information about a session on the given tunnel. |
||
vpnSessionLocalID | 1.3.6.1.4.1.2972.2.4.8.1.1 | integer32 | read-only |
Session local ID. |
vpnSessionIPAddress | 1.3.6.1.4.1.2972.2.4.8.1.2 | ipaddress | read-only |
Session IP Address. |
vpnSessionRemoteID | 1.3.6.1.4.1.2972.2.4.8.1.3 | integer32 | read-only |
Session remote ID. |
vpnSessionPacketsIn | 1.3.6.1.4.1.2972.2.4.8.1.4 | integer32 | read-only |
Number of input packets. |
vpnSessionPacketsOut | 1.3.6.1.4.1.2972.2.4.8.1.5 | integer32 | read-only |
Number of output packets. |
vpnSessionActive | 1.3.6.1.4.1.2972.2.4.8.1.6 | integer | read-only |
INACTIVE=0, ACTIVE!=0 Enumeration: 'active': 1, 'inactive': 0. |
vpnSessionState | 1.3.6.1.4.1.2972.2.4.8.1.7 | integer | read-only |
Session States: PPP_STATE_INACTIVE 0 PPP_STATE_SUSPENDED 1 PPP_STATE_ACTIVE 2 Enumeration: 'active': 2, 'inactive': 0, 'suspended': 1. |
vpnSessionAuthType | 1.3.6.1.4.1.2972.2.4.8.1.8 | integer | read-only |
Authenication type VPN_AUTHENTICATION_NONE 0 VPN_AUTHENTICATION_CHAP 1 VPN_AUTHENTICATION_MSCHAP 2 VPN_AUTHENTICATION_PAP 3 Enumeration: 'pap': 3, 'none': 0, 'mschap': 2, 'chap': 1. |
vpnSessionSendFlags | 1.3.6.1.4.1.2972.2.4.8.1.9 | integer32 | read-only |
Send flags MS_MPPC 0x00000001 MS_MPPE_LM_40 0x00000020 MS_MPPE_128 0x00000040 MS_MPPX_STATELESS 0x01000000 MSCCP_ENCRYPTION (MS_MPPE_LM_40 | MS_MPPE_128) MSCCP_COMPRESSION (MS_MPPC) MSCCP_STATELESS (MS_MPPX_STATELESS) MSCCP_ALL (MSCCP_COMPRESSION | MSCCP_ENCRYPTION | MSCCP_STATELESS) |
vpnSessionRecvFlags | 1.3.6.1.4.1.2972.2.4.8.1.10 | integer32 | read-only |
Received flags. MS_MPPC 0x00000001 MS_MPPE_LM_40 0x00000020 MS_MPPE_128 0x00000040 MS_MPPX_STATELESS 0x01000000 MSCCP_ENCRYPTION (MS_MPPE_LM_40 | MS_MPPE_128) MSCCP_COMPRESSION (MS_MPPC) MSCCP_STATELESS (MS_MPPX_STATELESS) MSCCP_ALL (MSCCP_COMPRESSION | MSCCP_ENCRYPTION | MSCCP_STATELESS) |
vpnSessionUsername | 1.3.6.1.4.1.2972.2.4.8.1.11 | displaystring | read-only |
Session Username. |
vpnSessionLifetimeSeconds | 1.3.6.1.4.1.2972.2.4.8.1.12 | integer32 | read-only |
Number of seconds the session has been active. |
networkAlchemyVPNMIB | 1.3.6.1.4.1.2972.5.5 |
Virtual Private Network (L2TP and PPTP) MIB module. |