-- Copyright (c) 2007 gateProtect AG Germany. All rights reserved. -- $Id: GATEPROTECT-CONNECTIONS-MIB.txt,v 1.7 2007/12/28 10:22:35 Jan Schumacher Exp $ GATEPROTECT-CONNECTIONS-MIB DEFINITIONS ::= BEGIN IMPORTS DisplayString FROM RFC1213-MIB TruthValue FROM SNMPv2-TC enterprises, OBJECT-TYPE, NOTIFICATION-TYPE, IpAddress FROM RFC1155-SMI; -- MODULE-IDENTITY -- OrgName -- gateProtect AG Germany -- ContactInfo -- gateProtect AG -- Valentinskamp 24 -- D-20354 Hamburg -- Germany -- -- Phone: +49 1805 428 377 -- E-Mail: support@gateprotect.de -- WWW: http://www.gateprotect.de gateProtect OBJECT IDENTIFIER ::= { enterprises 29577 } gpConnections OBJECT IDENTIFIER ::= { gateProtect 4 } gpConnectionsInet OBJECT IDENTIFIER ::= { gpConnections 1 } gpConnectionsIPsec OBJECT IDENTIFIER ::= { gpConnections 2 } gpConnectionsVPNSSL OBJECT IDENTIFIER ::= { gpConnections 3 } gpConnectionsPPTP OBJECT IDENTIFIER ::= { gpConnections 4 } gpConnectionsTraps OBJECT IDENTIFIER ::= { gpConnections 128 } GPConnectionsInetType ::= INTEGER { router (1), dsl (2), isdn (3) } GPConnectionsIPsecType ::= INTEGER { site2site (1), client2site (2), gpclient (3) } GPConnectionsIPsecEncAlg ::= INTEGER { aes128 (1), aes192 (2), aes256 (3), des3 (4) } GPConnectionsIPsecHMAC ::= INTEGER { sha1 (1), md5 (2) } GPConnectionsIPsecAuthType ::= INTEGER { psk (1), rsa (2), cert (3) } GPConnectionsVPNSSLProtocol ::= INTEGER { tcp (1), udp (2) } GPConnectionsInetStatus ::= INTEGER { dialin (1), dialout (2), activate (3), deactivate(4) } -- -- gpConnectionsInet -- gpConnectionsInetTable OBJECT-TYPE SYNTAX SEQUENCE OF GPConnectionsInetEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List of all configured internet connections." ::= { gpConnectionsInet 1 } gpConnectionsInetEntry OBJECT-TYPE SYNTAX GPConnectionsInetEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List entry containing all information about a particular internet connection." INDEX { gpConnectionsInetEntryIndex } ::= { gpConnectionsInetTable 1 } GPConnectionsInetEntry ::= SEQUENCE { gpConnectionsInetEntryIndex INTEGER, gpConnectionsInetEntryName DisplayString, gpConnectionsInetEntryType GPConnectionsInetType, gpConnectionsInetEntryActive TruthValue, gpConnectionsInetEntryOnline TruthValue, gpConnectionsInetEntryIfName DisplayString, gpConnectionsInetEntryBackup TruthValue, gpConnectionsInetEntryDDNS DisplayString } gpConnectionsInetEntryIndex OBJECT-TYPE SYNTAX INTEGER ( 1 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Index number of the internet connection." ::= { gpConnectionsInetEntry 1 } gpConnectionsInetEntryName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the internet-connection." ::= { gpConnectionsInetEntry 2 } gpConnectionsInetEntryType OBJECT-TYPE SYNTAX GPConnectionsInetType ACCESS read-only STATUS mandatory DESCRIPTION "Type of the internet connection. Possible values are: Router(1) DSL(2) ISDN(3)" ::= { gpConnectionsInetEntry 3 } gpConnectionsInetEntryActive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Active state of the internet connection." ::= { gpConnectionsInetEntry 4 } gpConnectionsInetEntryOnline OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Online state of the internet connection." ::= { gpConnectionsInetEntry 5 } gpConnectionsInetEntryIfName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the network interface the internet connection uses." ::= { gpConnectionsInetEntry 6 } gpConnectionsInetEntryBackup OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "This value is true if the internet connection is a backup-connection." ::= { gpConnectionsInetEntry 7 } gpConnectionsInetEntryDDNS OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the DynDNS-Account the internet connection uses." ::= { gpConnectionsInetEntry 8 } -- -- gpConnectionsIPsec -- gpConnectionsIPsecTable OBJECT-TYPE SYNTAX SEQUENCE OF GPConnectionsIPsecEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List of all configured ipsec tunnels." ::= { gpConnectionsIPsec 1 } gpConnectionsIPsecEntry OBJECT-TYPE SYNTAX GPConnectionsIPsecEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List entry containing all information about a particular ipsec tunnel." INDEX { gpConnectionsIPsecEntryIndex } ::= { gpConnectionsIPsecTable 1 } GPConnectionsIPsecEntry ::= SEQUENCE { gpConnectionsIPsecEntryIndex INTEGER, gpConnectionsIPsecEntryName DisplayString, gpConnectionsIPsecEntryType GPConnectionsIPsecType, gpConnectionsIPsecEntryActive TruthValue, gpConnectionsIPsecEntryOnline TruthValue, gpConnectionsIPsecEntryIfName DisplayString, gpConnectionsIPsecEntryGateway DisplayString, gpConnectionsIPsecEntryLocalNet IpAddress, gpConnectionsIPsecEntryLocalMask IpAddress, gpConnectionsIPsecEntryRemoteNet IpAddress, gpConnectionsIPsecEntryRemoteMask IpAddress, gpConnectionsIPsecEntryEncAlg1 GPConnectionsIPsecEncAlg, gpConnectionsIPsecEntryHMAC1 GPConnectionsIPsecHMAC, gpConnectionsIPsecEntryEncAlg2 GPConnectionsIPsecEncAlg, gpConnectionsIPsecEntryHMAC2 GPConnectionsIPsecHMAC, gpConnectionsIPsecEntryAuthType GPConnectionsIPsecAuthType, gpConnectionsIPsecEntryPFS TruthValue } gpConnectionsIPsecEntryIndex OBJECT-TYPE SYNTAX INTEGER ( 1 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Index number of the ipsec tunnel." ::= { gpConnectionsIPsecEntry 1 } gpConnectionsIPsecEntryName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the ipsec tunnel." ::= { gpConnectionsIPsecEntry 2 } gpConnectionsIPsecEntryType OBJECT-TYPE SYNTAX GPConnectionsIPsecType ACCESS read-only STATUS mandatory DESCRIPTION "Type of the ipsec tunnel. Possible values are: site-2-site(1) client-2-site(2) gateProtect client(3)" ::= { gpConnectionsIPsecEntry 3 } gpConnectionsIPsecEntryActive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Active state of the ipsec tunnel." ::= { gpConnectionsIPsecEntry 4 } gpConnectionsIPsecEntryOnline OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Online state of the ipsec tunnel." ::= { gpConnectionsIPsecEntry 5 } gpConnectionsIPsecEntryIfName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the network interface the ipsec tunnel uses." ::= { gpConnectionsIPsecEntry 6 } gpConnectionsIPsecEntryGateway OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Hostname or IP-address of the remote IPsec-gateway. This is only valid with ipsec tunnels of type site-2-site, else the value reported is an empty string." ::= { gpConnectionsIPsecEntry 7 } gpConnectionsIPsecEntryLocalNet OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "IP-address of the local network for the ipsec tunnel." ::= { gpConnectionsIPsecEntry 8 } gpConnectionsIPsecEntryLocalMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Subnetmask of the local network for the ipsec tunnel." ::= { gpConnectionsIPsecEntry 9 } gpConnectionsIPsecEntryRemoteNet OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "IP-address of the remote network for the ipsec tunnel. This is only valid with ipsec tunnels of type site-2-site, else the value reported is 0.0.0.0." ::= { gpConnectionsIPsecEntry 10 } gpConnectionsIPsecEntryRemoteMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Subnetmask of the remote network for the ipsec tunnel. This is only valid with ipsec tunnels of type site-2-site, else the value reported is 0.0.0.0." ::= { gpConnectionsIPsecEntry 11 } gpConnectionsIPsecEntryEncAlg1 OBJECT-TYPE SYNTAX GPConnectionsIPsecEncAlg ACCESS read-only STATUS mandatory DESCRIPTION "Encryption algorithm for phase 1 (ike) of the ipsec tunnel. Possible values are: AES128(1) AES192(2) AES256(3) 3DES(4)" ::= { gpConnectionsIPsecEntry 12 } gpConnectionsIPsecEntryHMAC1 OBJECT-TYPE SYNTAX GPConnectionsIPsecHMAC ACCESS read-only STATUS mandatory DESCRIPTION "Message digest for phase 1 (ike) of the ipsec tunnel. Possible values are: SHA-1(1) MD5(2)" ::= { gpConnectionsIPsecEntry 13 } gpConnectionsIPsecEntryEncAlg2 OBJECT-TYPE SYNTAX GPConnectionsIPsecEncAlg ACCESS read-only STATUS mandatory DESCRIPTION "Encryption algorithm for phase 2 (quick mode) of the ipsec tunnel. Possible values are: AES128(1) AES192(2) AES256(3) 3DES(4)" ::= { gpConnectionsIPsecEntry 14 } gpConnectionsIPsecEntryHMAC2 OBJECT-TYPE SYNTAX GPConnectionsIPsecHMAC ACCESS read-only STATUS mandatory DESCRIPTION "Message digest for phase 2 (quick mode) of the ipsec tunnel. Possible values are: SHA-1(1) MD5(2)" ::= { gpConnectionsIPsecEntry 15 } gpConnectionsIPsecEntryAuthType OBJECT-TYPE SYNTAX GPConnectionsIPsecAuthType ACCESS read-only STATUS mandatory DESCRIPTION "Type of authentication for the ipsec tunnel. Possible values are: Preshared Key(1) Plain RSA(2) X.509 Certificates RSA(3)" ::= { gpConnectionsIPsecEntry 16 } gpConnectionsIPsecEntryPFS OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "PFS setting for the tunnel." ::= { gpConnectionsIPsecEntry 17 } -- global gpConnectionsIPsecActive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Active state of the ipsec subsystem." ::= { gpConnectionsIPsec 2 } gpConnectionsIPsecNATT OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "NAT-Traversal setting of the ipsec subsystem." ::= { gpConnectionsIPsec 3 } gpConnectionsIPsecDPD OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "DPD setting of the ipsec subsystem." ::= { gpConnectionsIPsec 4 } gpConnectionsIPsecCustomMTU OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Custom MTU setting of the ipsec subsystem." ::= { gpConnectionsIPsec 5 } gpConnectionsIPsecCustomMTUValue OBJECT-TYPE SYNTAX INTEGER ( 1 .. 65535 ) ACCESS read-only STATUS mandatory DESCRIPTION "Custom MTU value of the ipsec subsystem." ::= { gpConnectionsIPsec 6 } gpConnectionsIPsecDebug OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Debug setting of the ipsec subsystem." ::= { gpConnectionsIPsec 7 } -- -- gpConnectionsVPNSSL -- gpConnectionsVPNSSLTable OBJECT-TYPE SYNTAX SEQUENCE OF GPConnectionsVPNSSLEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List of all configured vpn-ssl tunnels." ::= { gpConnectionsVPNSSL 1 } gpConnectionsVPNSSLEntry OBJECT-TYPE SYNTAX GPConnectionsVPNSSLEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List entry containing all information about a particular vpn-ssl tunnel." INDEX { gpConnectionsVPNSSLEntryIndex } ::= { gpConnectionsVPNSSLTable 1 } GPConnectionsVPNSSLEntry ::= SEQUENCE { gpConnectionsVPNSSLEntryIndex INTEGER, gpConnectionsVPNSSLEntryName DisplayString, gpConnectionsVPNSSLEntryActive TruthValue, gpConnectionsVPNSSLEntryOnline TruthValue, gpConnectionsVPNSSLEntryRemoteIP IpAddress, gpConnectionsVPNSSLEntryDefaultGW TruthValue } gpConnectionsVPNSSLEntryIndex OBJECT-TYPE SYNTAX INTEGER ( 1 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Index number of the vpn-ssl tunnel." ::= { gpConnectionsVPNSSLEntry 1 } gpConnectionsVPNSSLEntryName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the vpn-ssl tunnel." ::= { gpConnectionsVPNSSLEntry 2 } gpConnectionsVPNSSLEntryActive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Active state of the vpn-ssl tunnel." ::= { gpConnectionsVPNSSLEntry 3 } gpConnectionsVPNSSLEntryOnline OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Online state of the vpn-ssl tunnel." ::= { gpConnectionsVPNSSLEntry 4 } gpConnectionsVPNSSLEntryRemoteIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Fixed remote IP-address for the client of the vpn-ssl tunnel." ::= { gpConnectionsVPNSSLEntry 5 } gpConnectionsVPNSSLEntryDefaultGW OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Whether the remote client should use the vpn-ssl tunnel as its default gateway." ::= { gpConnectionsVPNSSLEntry 6 } -- global gpConnectionsVPNSSLActive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Active state of the vpn-ssl subsystem." ::= { gpConnectionsVPNSSL 2 } gpConnectionsVPNSSLProtocol OBJECT-TYPE SYNTAX GPConnectionsVPNSSLProtocol ACCESS read-only STATUS mandatory DESCRIPTION "Protocol to use for vpn-ssl tunnels." ::= { gpConnectionsVPNSSL 3 } gpConnectionsVPNSSLPort OBJECT-TYPE SYNTAX INTEGER ( 1 .. 65535 ) ACCESS read-only STATUS mandatory DESCRIPTION "Port number to use for vpn-ssl tunnels." ::= { gpConnectionsVPNSSL 4 } gpConnectionsVPNSSLPoolAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Network address of the client-address pool of the vpn-ssl subsystem." ::= { gpConnectionsVPNSSL 5 } gpConnectionsVPNSSLPoolMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Network mask of the client-address pool of the vpn-ssl subsystem." ::= { gpConnectionsVPNSSL 6 } gpConnectionsVPNSSLTimeout OBJECT-TYPE SYNTAX INTEGER ( 0 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "vpn-ssl tunnel connection timeout." ::= { gpConnectionsVPNSSL 7 } gpConnectionsVPNSSLCompress OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Compression setting for the vpn-ssl subsystem." ::= { gpConnectionsVPNSSL 8 } gpConnectionsVPNSSLDNS OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "DNS server IP-address to send to vpn-ssl clients." ::= { gpConnectionsVPNSSL 9 } gpConnectionsVPNSSLWINS OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "WINS server IP-address to send to vpn-ssl clients." ::= { gpConnectionsVPNSSL 10 } -- -- gpConnectionsPPTP -- gpConnectionsPPTPTable OBJECT-TYPE SYNTAX SEQUENCE OF GPConnectionsPPTPEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List of all configured pptp tunnel." ::= { gpConnectionsPPTP 1 } gpConnectionsPPTPEntry OBJECT-TYPE SYNTAX GPConnectionsPPTPEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List entry containing all information about a particular pptp tunnel." INDEX { gpConnectionsPPTPEntryIndex } ::= { gpConnectionsPPTPTable 1 } GPConnectionsPPTPEntry ::= SEQUENCE { gpConnectionsPPTPEntryIndex INTEGER, gpConnectionsPPTPEntryUsername DisplayString, gpConnectionsPPTPEntryOnline TruthValue, gpConnectionsPPTPEntryRemoteIP IpAddress } gpConnectionsPPTPEntryIndex OBJECT-TYPE SYNTAX INTEGER ( 1 .. 2147483647 ) ACCESS read-only STATUS mandatory DESCRIPTION "Index number of the pptp tunnel." ::= { gpConnectionsPPTPEntry 1 } gpConnectionsPPTPEntryUsername OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Username of the pptp tunnel." ::= { gpConnectionsPPTPEntry 2 } gpConnectionsPPTPEntryOnline OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Online state of the pptp tunnel." ::= { gpConnectionsPPTPEntry 3 } gpConnectionsPPTPEntryRemoteIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Fixed remote IP-address for the client of the pptp tunnel." ::= { gpConnectionsPPTPEntry 4 } -- global gpConnectionsPPTPActive OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Active state of the pptp subsystem." ::= { gpConnectionsPPTP 2 } gpConnectionsPPTPPoolStart OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "Start IP-address of the client-address pool of the pptp subsystem." ::= { gpConnectionsPPTP 3 } gpConnectionsPPTPPoolEnd OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "End IP-address of the client-address pool of the pptp subsystem." ::= { gpConnectionsPPTP 4 } gpConnectionsPPTPGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "IP-address on the server side of the pptp tunnel." ::= { gpConnectionsPPTP 5 } gpConnectionsPPTPDNS OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "DNS server IP-address to send to pptp clients." ::= { gpConnectionsPPTP 6 } gpConnectionsPPTPWINS OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "WINS server IP-address to send to pptp clients." ::= { gpConnectionsPPTP 7 } -- ---- ---- -- Traps -- ---- ---- gpConnectionsTrapsInetName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the internet-connection." ::= { gpConnectionsTraps 1 } gpConnectionsTrapsInetStatus OBJECT-TYPE SYNTAX GPConnectionsInetStatus ACCESS read-only STATUS mandatory DESCRIPTION "Status of the internet-connection. Possible values are: Dial-In(1) Dial-Out(2) Activate(3) Deactivate(4)" ::= { gpConnectionsTraps 2 } gpConnectionsTrapsIPsecName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the ipsec tunnel." ::= { gpConnectionsTraps 3 } gpConnectionsTrapsIPsecType OBJECT-TYPE SYNTAX GPConnectionsIPsecType ACCESS read-only STATUS mandatory DESCRIPTION "Type of the ipsec tunnel. Possible values are: site-2-site(1) client-2-site(2) gateProtect client(3)" ::= { gpConnectionsTraps 4 } gpConnectionsTrapsIPsecOnline OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Online state of the ipsec tunnel." ::= { gpConnectionsTraps 5 } gpConnectionsTrapsVPNSSLName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Name of the vpn-ssl tunnel." ::= { gpConnectionsTraps 6 } gpConnectionsTrapsVPNSSLOnline OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Online state of the vpn-ssl tunnel." ::= { gpConnectionsTraps 7 } gpConnectionsTrapsPPTPUsername OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0 .. 255 ) ) ACCESS read-only STATUS mandatory DESCRIPTION "Username of the pptp tunnel." ::= { gpConnectionsTraps 8 } gpConnectionsTrapsPPTPOnline OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "Online state of the pptp tunnel." ::= { gpConnectionsTraps 9 } gpConnectionsTrapsInet NOTIFICATION-TYPE ENTERPRISE gpConnectionsTraps VARIABLES { gpConnectionsTrapsInetName, gpConnectionsTrapsInetStatus } DESCRIPTION "Internet-connection has changed status." ::= { gpConnectionsTraps 100 } gpConnectionsTrapsIPsec NOTIFICATION-TYPE ENTERPRISE gpConnectionsTraps VARIABLES { gpConnectionsTrapsIPsecName, gpConnectionsTrapsIPsecType, gpConnectionsTrapsIPsecOnline } DESCRIPTION "IPsec tunnel has changed status." ::= { gpConnectionsTraps 200 } gpConnectionsTrapsVPNSSL NOTIFICATION-TYPE ENTERPRISE gpConnectionsTraps VARIABLES { gpConnectionsTrapsVPNSSLName, gpConnectionsTrapsVPNSSLOnline } DESCRIPTION "VPN-SSL tunnel has changed status." ::= { gpConnectionsTraps 300 } gpConnectionsTrapsPPTP NOTIFICATION-TYPE ENTERPRISE gpConnectionsTraps VARIABLES { gpConnectionsTrapsPPTPUsername, gpConnectionsTrapsPPTPOnline } DESCRIPTION "PPTP tunnel has changed status." ::= { gpConnectionsTraps 400 } END