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

📄 frame-relay-dte-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 3 页
字号:
FRAME-RELAY-DTE-MIB DEFINITIONS ::= BEGINIMPORTS            MODULE-IDENTITY, OBJECT-TYPE, Counter32,            Integer32, NOTIFICATION-TYPE            FROM SNMPv2-SMI            TEXTUAL-CONVENTION, RowStatus, TimeStamp FROM SNMPv2-TC            MODULE-COMPLIANCE, OBJECT-GROUP,            NOTIFICATION-GROUP                     FROM SNMPv2-CONF            transmission                           FROM RFC1213-MIB            InterfaceIndex                           FROM IF-MIB;--  Frame Relay DTE MIBframeRelayDTE MODULE-IDENTITY    LAST-UPDATED "9705010229Z" -- Thu May  1 02:29:46 PDT 1997    ORGANIZATION "IETF IPLPDN Working Group"    CONTACT-INFO       "       Caralyn Brown       Postal: Cadia Networks, Inc.               1 Corporate Drive               Andover, Massachusetts  01810       Tel:    +1 508 689 2400 x133       E-Mail: cbrown@cadia.com               Fred Baker       Postal: Cisco Systems               519 Lado Drive               Santa Barbara, California 93111       Tel:    +1 408 526 425       E-Mail: fred@cisco.com"    DESCRIPTION       "The MIB module to describe the use of a Frame Relay       interface by a DTE."    REVISION "9705010229Z" -- Thu May  1 02:29:46 PDT 1997    DESCRIPTION       "Converted from SMIv1 to SMIv2. (Thus, indices are       read-only rather than being not-accessible.) Added       objects and made clarifications based on implementation       experience."    REVISION "9204010000Z"    DESCRIPTION       "Published as RFC 1315, the initial version of this MIB       module."    ::= { transmission 32 }----      the range of a Data Link Connection Identifier--DLCI ::= TEXTUAL-CONVENTION    STATUS      current    DESCRIPTION       "The range of DLCI values.  Note that this varies by       interface configuration; normally, interfaces may use       0..1023, but may be configured to use ranges as large       as 0..2^23."    SYNTAX      Integer32(0..8388607)----  Data Link Connection Management Interface--      The variables that configure the DLC Management Interface.frDlcmiTable OBJECT-TYPE    SYNTAX   SEQUENCE OF FrDlcmiEntry    MAX-ACCESS   not-accessible    STATUS   current    DESCRIPTION       "The Parameters for the Data Link Connection Management       Interface for the frame relay service on this       interface."    REFERENCE       "American National Standard T1.617-1991, Annex D"    ::= { frameRelayDTE 1 }frDlcmiEntry OBJECT-TYPE    SYNTAX   FrDlcmiEntry    MAX-ACCESS   not-accessible    STATUS   current    DESCRIPTION       "The Parameters for a particular Data Link Connection       Management Interface."    INDEX { frDlcmiIfIndex }    ::= { frDlcmiTable 1 }FrDlcmiEntry ::=    SEQUENCE {        frDlcmiIfIndex                  InterfaceIndex,        frDlcmiState                    INTEGER,        frDlcmiAddress                  INTEGER,        frDlcmiAddressLen               INTEGER,        frDlcmiPollingInterval          Integer32,        frDlcmiFullEnquiryInterval      Integer32,        frDlcmiErrorThreshold           Integer32,        frDlcmiMonitoredEvents          Integer32,        frDlcmiMaxSupportedVCs          DLCI,        frDlcmiMulticast                INTEGER,        frDlcmiStatus                   INTEGER,        frDlcmiRowStatus                RowStatus}frDlcmiIfIndex OBJECT-TYPE    SYNTAX   InterfaceIndex    MAX-ACCESS   read-only    STATUS   current    DESCRIPTION       "The ifIndex value of the corresponding ifEntry."    ::= { frDlcmiEntry 1 }frDlcmiState OBJECT-TYPE    SYNTAX INTEGER      {        noLmiConfigured (1),        lmiRev1         (2),        ansiT1617D      (3),  -- ANSI T1.617 Annex D        ansiT1617B      (4),  -- ANSI T1.617 Annex B        itut933A        (5),  -- CCITT Q933 Annex A        ansiT1617D1994  (6)   -- ANSI T1.617a-1994 Annex D    }    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "This variable states which Data Link Connection       Management scheme is active (and by implication, what       DLCI it uses) on the Frame Relay interface."    REFERENCE       "American National Standard T1.617-1991, American       National Standard T1.617a-1994, ITU-T Recommendation       Q.933 (03/93)."    ::= { frDlcmiEntry 2 }frDlcmiAddress OBJECT-TYPE    SYNTAX      INTEGER {                q921           (1),  -- 13 bit DLCI                q922March90    (2),  -- 11 bit DLCI                q922November90 (3),  -- 10 bit DLCI                q922           (4)   -- Final Standard    }    MAX-ACCESS  read-create    STATUS  current    DESCRIPTION       "This variable states which address format is in use on       the Frame Relay interface."    ::= { frDlcmiEntry 3 }frDlcmiAddressLen OBJECT-TYPE    SYNTAX  INTEGER     {            twoOctets (2),            threeOctets (3),            fourOctets (4)    }    MAX-ACCESS  read-create    STATUS  current    DESCRIPTION       "This variable states the address length in octets.  In       the case of Q922 format, the length indicates the       entire length of the address including the control       portion."    ::= { frDlcmiEntry 4 }frDlcmiPollingInterval OBJECT-TYPE    SYNTAX   Integer32 (5..30)    UNITS    "seconds"    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "This is the number of seconds between successive       status enquiry messages."    REFERENCE       "American National Standard T1.617-1991, Section D.7       Timer T391."    DEFVAL { 10 }    ::= { frDlcmiEntry 5 }frDlcmiFullEnquiryInterval OBJECT-TYPE    SYNTAX   Integer32 (1..255)    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "Number of status enquiry intervals that pass before       issuance of a full status enquiry message."    REFERENCE       "American National Standard T1.617-1991, Section D.7       Counter N391."    DEFVAL { 6 }    ::= { frDlcmiEntry 6 }frDlcmiErrorThreshold OBJECT-TYPE    SYNTAX   Integer32 (1..10)    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "This is the maximum number of unanswered Status       Enquiries the equipment shall accept before declaring       the interface down."    REFERENCE       "American National Standard T1.617-1991, Section D.5.1       Counter N392."    DEFVAL { 3 }    ::= { frDlcmiEntry 7 }frDlcmiMonitoredEvents OBJECT-TYPE    SYNTAX   Integer32 (1..10)    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "This is the number of status polling intervals over       which the error threshold is counted.  For example, if       within 'MonitoredEvents' number of events the station       receives 'ErrorThreshold' number of errors, the       interface is marked as down."    REFERENCE       "American National Standard T1.617-1991, Section D.5.2       Counter N393."    DEFVAL { 4 }    ::= { frDlcmiEntry 8 }frDlcmiMaxSupportedVCs OBJECT-TYPE    SYNTAX   DLCI    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "The maximum number of Virtual Circuits allowed for       this interface.  Usually dictated by the Frame Relay       network.       In response to a SET, if a value less than zero or       higher than the agent's maximal capability is       configured, the agent should respond badValue"    ::= { frDlcmiEntry 9 }frDlcmiMulticast OBJECT-TYPE    SYNTAX   INTEGER    {                nonBroadcast (1),                broadcast (2)                }    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "This indicates whether the Frame Relay interface is       using a multicast service."    ::= { frDlcmiEntry 10 }frDlcmiStatus OBJECT-TYPE    SYNTAX   INTEGER    {                running      (1),    -- init complete, system running                fault        (2),    -- error threshold exceeded                initializing (3)     -- system start up                }    MAX-ACCESS   read-only    STATUS   current    DESCRIPTION       "This indicates the status of the Frame Relay interface       as determined by the performance of the dlcmi.  If no       dlcmi is running, the Frame Relay interface will stay       in the running state indefinitely."    ::= { frDlcmiEntry 11 }frDlcmiRowStatus OBJECT-TYPE    SYNTAX   RowStatus    MAX-ACCESS   read-create    STATUS   current    DESCRIPTION       "SNMP Version 2 Row Status Variable.  Writable objects       in the table may be written in any RowStatus state."    ::= { frDlcmiEntry 12 }---- A Frame Relay service is a multiplexing service.  Data-- Link Connection Identifiers enumerate virtual circuits-- (permanent or dynamic) which are layered onto the underlying-- circuit, represented by ifEntry.  Therefore, each of the entries-- in the Standard MIB's Interface Table with an IfType of-- Frame Relay represents a Q.922 interface.  Zero or more-- virtual circuits are layered onto this interface and provide-- interconnection with various remote destinations.-- Each such virtual circuit is represented by an entry in the-- circuit table.  The management virtual circuit (i.e. DLCI 0)-- is a virtual circuit by this definition and will be represented-- with an entry in the circuit table.--   Circuit Table-- The table describing the use of the DLCIs attached to-- each Frame Relay Interface.frCircuitTable OBJECT-TYPE    SYNTAX   SEQUENCE OF FrCircuitEntry    MAX-ACCESS   not-accessible    STATUS   current    DESCRIPTION       "A table containing information about specific Data       Link Connections (DLC) or virtual circuits."    ::= { frameRelayDTE 2 }frCircuitEntry OBJECT-TYPE    SYNTAX   FrCircuitEntry    MAX-ACCESS   not-accessible    STATUS   current    DESCRIPTION       "The information regarding a single Data Link       Connection.  Discontinuities in the counters contained       in this table are indicated by the value in       frCircuitCreationTime."    INDEX { frCircuitIfIndex, frCircuitDlci }    ::= { frCircuitTable 1 }FrCircuitEntry ::=    SEQUENCE {        frCircuitIfIndex                InterfaceIndex,        frCircuitDlci                   DLCI,        frCircuitState                  INTEGER,        frCircuitReceivedFECNs          Counter32,        frCircuitReceivedBECNs          Counter32,        frCircuitSentFrames             Counter32,        frCircuitSentOctets             Counter32,        frCircuitReceivedFrames         Counter32,        frCircuitReceivedOctets         Counter32,        frCircuitCreationTime           TimeStamp,        frCircuitLastTimeChange         TimeStamp,        frCircuitCommittedBurst         Integer32,        frCircuitExcessBurst            Integer32,        frCircuitThroughput             Integer32,        frCircuitMulticast              INTEGER,        frCircuitType                   INTEGER,        frCircuitDiscards               Counter32,        frCircuitReceivedDEs            Counter32,        frCircuitSentDEs                Counter32,        frCircuitLogicalIfIndex         InterfaceIndex,        frCircuitRowStatus              RowStatus}

⌨️ 快捷键说明

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