⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 l2tp-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 5 页
字号:
l2tpDomainStatsControlRxOctets OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of control channel            octets received for this tunnel domain."        ::= { l2tpDomainStatsEntry 9 }l2tpDomainStatsControlRxPkts OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of control packets            received for this tunnel domain."        ::= { l2tpDomainStatsEntry 10 }l2tpDomainStatsControlTxOctets OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of control channel            octets that were transmitted to tunnel endpoints            for this domain."        ::= { l2tpDomainStatsEntry 11 }l2tpDomainStatsControlTxPkts OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of control packets            that were transmitted to tunnel endpoints for            this domain."        ::= { l2tpDomainStatsEntry 12 }l2tpDomainStatsPayloadRxOctets OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of payload channel            octets that were received for this tunnel domain."        ::= { l2tpDomainStatsEntry 13 }l2tpDomainStatsPayloadRxPkts OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of payload packets            that were received for this tunnel domain."        ::= { l2tpDomainStatsEntry 14 }l2tpDomainStatsPayloadRxDiscs OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of received payload            packets that were discarded by this tunnel domain."        ::= { l2tpDomainStatsEntry 15 }l2tpDomainStatsPayloadTxOctets OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of payload channel            octets that were transmitted to tunnel peers            within this tunnel domain."        ::= { l2tpDomainStatsEntry 16 }l2tpDomainStatsPayloadTxPkts OBJECT-TYPE        SYNTAX          Counter32        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object returns the number of payload packets            that were transmitted to tunnel peers within            this tunnel domain."        ::= { l2tpDomainStatsEntry 17 }---- High Capacity Counter objects.  These objects are all-- 64 bit versions of the above 32-bit counters.  These-- objects all have the same basic semantics as their-- 32-bit counterparts, however, their syntax has been-- extended to 64 bits.--l2tpDomainStatsControlHCRxOctets OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsControlRxOctets."        ::= { l2tpDomainStatsEntry 18 }l2tpDomainStatsControlHCRxPkts OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsControlRxPkts."        ::= { l2tpDomainStatsEntry 19 }l2tpDomainStatsControlHCTxOctets OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsControlTxOctets."        ::= { l2tpDomainStatsEntry 20 }l2tpDomainStatsControlHCTxPkts OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsControlTxPkts."        ::= { l2tpDomainStatsEntry 21 }l2tpDomainStatsPayloadHCRxOctets OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsPayloadRxOctets."        ::= { l2tpDomainStatsEntry 22 }l2tpDomainStatsPayloadHCRxPkts OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsPayloadRxPkts."        ::= { l2tpDomainStatsEntry 23 }l2tpDomainStatsPayloadHCRxDiscs OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsPayloadRxDiscs."        ::= { l2tpDomainStatsEntry 24 }l2tpDomainStatsPayloadHCTxOctets OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsPayloadTxOctets."        ::= { l2tpDomainStatsEntry 25 }l2tpDomainStatsPayloadHCTxPkts OBJECT-TYPE        SYNTAX          Counter64        MAX-ACCESS      read-only        STATUS          current        DESCRIPTION           "This object is a 64-bit version of            l2tpDomainStatsPayloadTxPkts."        ::= { l2tpDomainStatsEntry 26 }----      The L2TP Tunnel Configuration Table--l2tpTunnelConfigTable   OBJECT-TYPE        SYNTAX          SEQUENCE OF L2tpTunnelConfigEntry        MAX-ACCESS      not-accessible        STATUS          current        DESCRIPTION           "The L2TP tunnel configuration table. This            table contains objects that can be used to            (re)configure the operational characteristics            of a single L2TP tunnel. There is a 1-1            correspondence between conceptual rows of            this table and conceptual rows of the            l2tpTunnelStatsTable. Entries in this table            have the same persistency characteristics as            that of the tunnelConfigTable."        REFERENCE "RFC 2667"        ::= { l2tpObjects 4 }l2tpTunnelConfigEntry   OBJECT-TYPE        SYNTAX          L2tpTunnelConfigEntry        MAX-ACCESS      not-accessible        STATUS          current        DESCRIPTION           "A L2TP tunnel interface configuration entry.            Entries in this table come and go as a result            of protocol interactions or on management            operations. The latter occurs when a row is            instantiated in the tunnelConfigTable row            and the encapsulation method is 'l2tp'."        REFERENCE "RFC 2667"        INDEX { l2tpTunnelConfigIfIndex }        ::= { l2tpTunnelConfigTable 1 }L2tpTunnelConfigEntry ::=        SEQUENCE {            l2tpTunnelConfigIfIndex                InterfaceIndex,            l2tpTunnelConfigDomainId                SnmpAdminString,            l2tpTunnelConfigAuth                INTEGER,            l2tpTunnelConfigSecret                SnmpAdminString,            l2tpTunnelConfigSecurity                INTEGER,            l2tpTunnelConfigHelloInterval                Integer32,            l2tpTunnelConfigIdleTimeout                Integer32,            l2tpTunnelConfigControlRWS                Integer32,            l2tpTunnelConfigControlMaxRetx                Integer32,            l2tpTunnelConfigControlMaxRetxTO                Integer32,            l2tpTunnelConfigPayloadSeq                INTEGER,            l2tpTunnelConfigReassemblyTO                L2tpMilliSeconds,            l2tpTunnelConfigTransport                INTEGER,            l2tpTunnelConfigDrainTunnel                TruthValue,            l2tpTunnelConfigProxyPPPAuth                TruthValue        }l2tpTunnelConfigIfIndex OBJECT-TYPE        SYNTAX          InterfaceIndex        MAX-ACCESS      not-accessible        STATUS          current        DESCRIPTION           "This value for this object is equal to the value            of ifIndex of the Interfaces MIB for tunnel            interfaces of type L2TP."        ::= { l2tpTunnelConfigEntry 1 }l2tpTunnelConfigDomainId OBJECT-TYPE        SYNTAX          SnmpAdminString (SIZE (1..80))        MAX-ACCESS      read-write        STATUS          current        DESCRIPTION           "The tunnel domain that this tunnel belongs            to. A LNS tunnel endpoint will typically inherit            this value from the endpoint domain table. A            LAC may be provided with this information during            tunnel setup. When a zero length string is returned            this tunnel does not belong belong to any particular            domain."        ::= { l2tpTunnelConfigEntry 2 }l2tpTunnelConfigAuth OBJECT-TYPE        SYNTAX          INTEGER {                            none(1),                            simple(2),                            challenge(3)                        }        MAX-ACCESS      read-write        STATUS          current        DESCRIPTION           "This object describes how L2TP tunnel peers are            to be authenticated. The value 'simple' indicates            that peers are authenticated simply by their host            name as described in the Host Name AVP. The value            'challenge' indicates that all peers are challenged            to prove their identification. This mechanism is            described in the L2TP protocol. This object cannot            be modified when the tunnel is in a connecting or            connected state."        DEFVAL { none }        ::= { l2tpTunnelConfigEntry 3 }l2tpTunnelConfigSecret  OBJECT-TYPE        SYNTAX          SnmpAdminString (SIZE (0..255))        MAX-ACCESS      read-write        STATUS          current        DESCRIPTION           "This object is used to configure the shared secret            used during the tunnel authentication phase of            tunnel establishment. This object cannot be modified            when the tunnel is in a connecting or connected            state. This object MUST be accessible only via            requests using both authentication and privacy.            The agent MUST report an empty string in response            to get, get-next and get-bulk requests."        ::= { l2tpTunnelConfigEntry 4 }l2tpTunnelConfigSecurity OBJECT-TYPE        SYNTAX          INTEGER {                            none(1),                            other(2),                            ipsec(3)                        }        MAX-ACCESS      read-write        STATUS          current        DESCRIPTION           "This object defines whether this tunnel is to be            secured. The value of 'ipSec' indicates that all            tunnel packets, control and session, have IP            Security headers. The type of IP Security headers            (AH, ESP etc) and how they are further described            is outside the scope of this document. This object            cannot be modified when the tunnel is in a connecting            or connected state."        DEFVAL { none }        ::= { l2tpTunnelConfigEntry 5 }l2tpTunnelConfigHelloInterval OBJECT-TYPE        SYNTAX          Integer32  (0..3600)        UNITS           "seconds"        MAX-ACCESS      read-write        STATUS          current        DESCRIPTION           "This object defines the interval in which Hello            (or keep-alive) packets are to be sent to the            tunnel peer.  The value zero effectively disables            the sending of Hello packets. Modifications to this            object have immediate effect."        DEFVAL { 60 }        ::= { l2tpTunnelConfigEntry 6 }l2tpTunnelConfigIdleTimeout OBJECT-TYPE        SYNTAX          Integer32 (-1..86400)        UNITS           "seconds"        MAX-ACCESS      read-write        STATUS          current        DESCRIPTION           "This object defines the period of time that an

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -