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

📄 rfc3371.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
                               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               established tunnel with no sessions will wait               before disconnecting the tunnel. A value of               zero indicates that the tunnel will disconnect               immediately after the last session disconnects.               A value of -1 leaves the tunnel up indefinitely.               Modifications to this object have immediate               effect."           DEFVAL { 0 }           ::= { l2tpTunnelConfigEntry 7 }   l2tpTunnelConfigControlRWS OBJECT-TYPE           SYNTAX          Integer32 (1..65535)           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "This object defines the control channel receive               window size. It specifies the maximum number of               packets the tunnel peer can send without waiting               for an acknowledgement from this peer. This object               cannot be modified when the tunnel is in a con-               necting or connected state."           DEFVAL { 4 }           ::= { l2tpTunnelConfigEntry 8 }   l2tpTunnelConfigControlMaxRetx OBJECT-TYPE           SYNTAX          Integer32 (0..32)           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "This object defines the number of retransmissions               which the tunnel will attempt before assuming that               the peer is no longer responding. A value of zero               indicates that this peer will not attempt to               retransmit an unacknowledged control packet.               Modifications to this object have immediate               effect."           DEFVAL { 5 }           ::= { l2tpTunnelConfigEntry 9 }   l2tpTunnelConfigControlMaxRetxTO OBJECT-TYPE           SYNTAX          Integer32 (1..32)           UNITS           "seconds"           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "This object defines the maximum retransmission timeout               interval which the tunnel will wait before retrans-               mitting a control packet that has not been acknowledged.               Modifications to this object have immediate effect."           DEFVAL { 16 }           ::= { l2tpTunnelConfigEntry 10 }   l2tpTunnelConfigPayloadSeq OBJECT-TYPE           SYNTAX          INTEGER {                               onDemand(1),                               never(2),                               always(3)                           }           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "This object determines whether or not session payload               packets will be requested to be sent with sequence               numbers from tunnel peers belonging to this domain.               The value onDemand(1) allows the L2TP implementation               to initiate payload sequencing when necessary based               on local information (e.g: during LCP/NCP negotiations               or for CCP). The value never(2) indicates that L2TP               will never initiate sequencing but will do sequencing               if asked. The value always(3) indicates that L2TP               will send the Sequencing Required AVP during session               establishment. Modifications to this object have               immediate effect."           DEFVAL { onDemand }           ::= { l2tpTunnelConfigEntry 11 }   l2tpTunnelConfigReassemblyTO OBJECT-TYPE           SYNTAX          L2tpMilliSeconds           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "This object defines the number of milliseconds that               this tunnel will wait before processing payload packets               that were received out of sequence (which are waiting               for the packet(s) to put them in sequence).  A low value               increases the chance of delayed packets to be discarded               (which MAY cause the PPP decompression engine to               reset) while a high value may cause more queuing and               possibly degrade throughput if packets are truly lost.               The default value for this object is zero which will               result in all delayed packets being lost. Modifications               to this object have immediate effect."           DEFVAL { 0 }           ::= { l2tpTunnelConfigEntry 12 }   l2tpTunnelConfigTransport OBJECT-TYPE           SYNTAX          INTEGER {                              other(1),                              none(2),                              udpIp(3),                              frameRelay(4),                              atm(5)                           }           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "This object defines the underlying transport media               that is in use for this tunnel entry. Different tunnel               transports may define MIB extensions to the L2TP tunnel               table to realize the transport layer. For example if the               value of this object is 'udpIp' then the value of ifIndex               for this table may be used to determine state from the               l2tpUdpStatsTable. This object cannot be modified when               the tunnel is in a connecting or connected state."           ::= { l2tpTunnelConfigEntry 13 }   l2tpTunnelConfigDrainTunnel OBJECT-TYPE           SYNTAX          TruthValue           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "Setting this object to 'true' will prevent any new               session from being either initiated or accepted but               does NOT disconnect any active sessions for this               tunnel. Note that when this occurs the               l2tpTunnelStatsDrainingTunnel status object of               this tunnel should reflect that it is 'draining'.               To cancel a drain this object should be set to               false(2).  Setting this object to false(2) when               the L2TP objects l2tpDrainTunnels or               l2tpDomainConfigDrainTunnels is true(1) has               no affect, this tunnels will continue to drain."           DEFVAL { false }           ::= { l2tpTunnelConfigEntry 14 }   l2tpTunnelConfigProxyPPPAuth OBJECT-TYPE           SYNTAX          TruthValue           MAX-ACCESS      read-write           STATUS          current           DESCRIPTION              "This object is used to configure the sending               or acceptance of the session PPP Proxy               Authentication AVP's on the LAC or LNS."           DEFVAL { true }           ::= { l2tpTunnelConfigEntry 15 }   --   --      The L2TP Tunnel Status and Statisticss Table   --   l2tpTunnelStatsTable    OBJECT-TYPE           SYNTAX          SEQUENCE OF L2tpTunnelStatsEntry           MAX-ACCESS      not-accessible           STATUS          current           DESCRIPTION              "The L2TP tunnel status and statistics table. This               table contains objects that can be used to describe               the current status and statistics of a single L2TP               tunnel. There is a 1-1 correspondence between               conceptual rows of this table and conceptual rows of               the l2tpTunnelConfigTable."           ::= { l2tpObjects 5 }   l2tpTunnelStatsEntry    OBJECT-TYPE           SYNTAX          L2tpTunnelStatsEntry           MAX-ACCESS      not-accessible           STATUS          current           DESCRIPTION              "An L2TP tunnel interface stats entry."           AUGMENTS { l2tpTunnelConfigEntry }           ::= { l2tpTunnelStatsTable 1 }   L2tpTunnelStatsEntry ::=           SEQUENCE {               l2tpTunnelStatsLocalTID                   Integer32,               l2tpTunnelStatsRemoteTID                   Integer32,               l2tpTunnelStatsState                   INTEGER,               l2tpTunnelStatsInitiated                   INTEGER,               l2tpTunnelStatsRemoteHostName                   SnmpAdminString,               l2tpTunnelStatsRemoteVendorName                   SnmpAdminString,               l2tpTunnelStatsRemoteFirmwareRev                   Integer32,               l2tpTunnelStatsRemoteProtocolVer                   OCTET STRING,               l2tpTunnelStatsInitialRemoteRWS                   Integer32,               l2tpTunnelStatsBearerCaps                   INTEGER,               l2tpTunnelStatsFramingCaps                   INTEGER,               l2tpTunnelStatsControlRxPkts                   Counter32,               l2tpTunnelStatsControlRxZLB                   Counter32,               l2tpTunnelStatsControlOutOfSeq                   Counter32,               l2tpTunnelStatsControlOutOfWin                   Counter32,               l2tpTunnelStatsControlTxPkts                   Counter32,               l2tpTunnelStatsControlTxZLB                   Counter32,               l2tpTunnelStatsControlAckTO                   Counter32,               l2tpTunnelStatsCurrentRemoteRWS                   Gauge32,               l2tpTunnelStatsTxSeq                   Integer32,               l2tpTunnelStatsTxSeqAck                   Integer32,               l2tpTunnelStatsRxSeq                   Integer32,               l2tpTunnelStatsRxSeqAck                   Integer32,               l2tpTunnelStatsTotalSessions                   Counter32,               l2tpTunnelStatsFailedSessions                   Counter32,               l2tpTunnelStatsActiveSessions                   Gauge32,               l2tpTunnelStatsLastResultCode                   Integer32,               l2tpTunnelStatsLastErrorCode                   Integer32,               l2tpTunnelStatsLastErrorMessage                   SnmpAdminString,               l2tpTunnelStatsDrainingTunnel                   TruthValue           }   l2tpTunnelStatsLocalTID OBJECT-TYPE           SYNTAX          Integer32 (0..65535)           MAX-ACCESS      read-only           STATUS          current           DESCRIPTION              "This object contains the local tunnel Identifier."           REFERENCE "RFC 2661, Section 3.1"           ::= { l2tpTunnelStatsEntry 1 }   l2tpTunnelStatsRemoteTID OBJECT-TYPE           SYNTAX          Integer32 (0..65535)

⌨️ 快捷键说明

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