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

📄 rfc1315.mib

📁 opennms得相关源码 请大家看看
💻 MIB
📖 第 1 页 / 共 2 页
字号:
-- Changes for RFC1315 (Frame Relay MIB)--      Added IMPORT for Counter.--      Changed module name from RFC-1155 to RFC1155-SMI.-- dperkins@scruznet.com     RFC1315-MIB DEFINITIONS ::= BEGIN     IMPORTS             OBJECT-TYPE                     FROM RFC-1212             transmission                     FROM RFC1213-MIB             Counter, TimeTicks                     FROM RFC1155-SMI             TRAP-TYPE                     FROM RFC-1215;     --  Frame Relay DTE MIB     frame-relay     OBJECT IDENTIFIER ::= { transmission 32 }     --     --      the range of ifIndex     --     Index ::= INTEGER       -- 1..ifNumber     --     --      the range of a Data Link Connection Identifier     --     DLCI ::= INTEGER        -- 0..DLCINumber     --  Data Link Connection Management Interface     --      The variables that configure the DLC Management Interface.     frDlcmiTable OBJECT-TYPE         SYNTAX   SEQUENCE OF FrDlcmiEntry         ACCESS   not-accessible         STATUS   mandatory         DESCRIPTION            "The Parameters for the Data Link Connection Management            Interface for the frame relay service on this            interface."         REFERENCE            "Draft American National Standard T1.617-1991, Annex D"         ::= { frame-relay 1 }         frDlcmiEntry OBJECT-TYPE             SYNTAX   FrDlcmiEntry             ACCESS   not-accessible             STATUS   mandatory             DESCRIPTION                "The Parameters for a particular Data Link Con-                nection Management Interface."            INDEX { frDlcmiIfIndex }            ::= { frDlcmiTable 1 }         FrDlcmiEntry ::=             SEQUENCE {                 frDlcmiIfIndex                     Index,                 frDlcmiState                     INTEGER,                 frDlcmiAddress                     INTEGER,                 frDlcmiAddressLen                     INTEGER,                 frDlcmiPollingInterval                     INTEGER,                 frDlcmiFullEnquiryInterval                     INTEGER,                 frDlcmiErrorThreshold                     INTEGER,                 frDlcmiMonitoredEvents                     INTEGER,                 frDlcmiMaxSupportedVCs                     INTEGER,                 frDlcmiMulticast                     INTEGER         }         frDlcmiIfIndex OBJECT-TYPE             SYNTAX   Index             ACCESS   read-only             STATUS   mandatory             DESCRIPTION                "The ifIndex value of the  corresponding  ifEn-                try."            ::= { frDlcmiEntry 1 }         frDlcmiState OBJECT-TYPE             SYNTAX INTEGER {                 noLmiConfigured (1),                 lmiRev1         (2),                 ansiT1-617-D    (3),  -- ANSI T1.617 Annex D                 ansiT1-617-B    (4)   -- ANSI T1.617 Annex B             }             ACCESS   read-write             STATUS   mandatory             DESCRIPTION                "This variable states which Data  Link  Connec-                tion Management scheme is active (and by impli-                cation, what DLCI it uses) on the  Frame  Relay                interface."            REFERENCE               "Draft American National Standard T1.617-1991"           ::= { 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             }             ACCESS  read-write             STATUS  mandatory             DESCRIPTION                "This variable states which address  format  is                in use on the Frame Relay interface."            ::= { frDlcmiEntry 3 }         frDlcmiAddressLen OBJECT-TYPE             SYNTAX  INTEGER {                     two-octets (2),                     three-octets (3),                     four-octets (4)             }             ACCESS  read-write             STATUS  mandatory             DESCRIPTION                "This variable states which address  length  in                octets.  In the case of Q922 format, the length                indicates the entire length of the address  in-                cluding the control portion."            ::= { frDlcmiEntry 4 }         frDlcmiPollingInterval OBJECT-TYPE             SYNTAX   INTEGER (5..30)             ACCESS   read-write             STATUS   mandatory             DESCRIPTION                "This is the number of seconds between  succes-                sive status enquiry messages."            REFERENCE               "Draft American National  Standard  T1.617-1991,               Section D.7 Timer T391."           DEFVAL { 10 }           ::= { frDlcmiEntry 5 }         frDlcmiFullEnquiryInterval OBJECT-TYPE             SYNTAX   INTEGER (1..255)             ACCESS   read-write             STATUS   mandatory             DESCRIPTION                "Number of status enquiry intervals  that  pass                before  issuance  of a full status enquiry mes-                sage."            REFERENCE               "Draft American National  Standard  T1.617-1991,               Section D.7 Counter N391."           DEFVAL { 6 }           ::= { frDlcmiEntry 6 }         frDlcmiErrorThreshold OBJECT-TYPE             SYNTAX   INTEGER (1..10)             ACCESS   read-write             STATUS   mandatory             DESCRIPTION                "This  is  the  maximum  number  of  unanswered                Status Enquiries the equipment shall accept be-                fore declaring the interface down."            REFERENCE               "Draft American National  Standard  T1.617-1991,               Section D.5.1 Counter N392."           DEFVAL { 3 }           ::= { frDlcmiEntry 7 }         frDlcmiMonitoredEvents OBJECT-TYPE             SYNTAX   INTEGER (1..10)             ACCESS   read-write             STATUS   mandatory             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               "Draft American National  Standard  T1.617-1991,               Section D.5.2 Counter N393."           DEFVAL { 4 }           ::= { frDlcmiEntry 8 }         frDlcmiMaxSupportedVCs OBJECT-TYPE             SYNTAX   INTEGER             ACCESS   read-write             STATUS   mandatory             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  bad-                Value"            ::= { frDlcmiEntry 9 }         frDlcmiMulticast OBJECT-TYPE             SYNTAX   INTEGER {                         nonBroadcast (1),                         broadcast (2)                         }             ACCESS   read-write             STATUS   mandatory             DESCRIPTION                "This indicates whether the Frame Relay  inter-                face is using a multicast service."            ::= { frDlcmiEntry 10 }     -- 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.     --   Circuit Table     -- The table describing the use of the DLCIs attached to     -- each Frame Relay Interface.     frCircuitTable OBJECT-TYPE         SYNTAX   SEQUENCE OF FrCircuitEntry         ACCESS   not-accessible         STATUS   mandatory         DESCRIPTION            "A table containing information about specific Data            Link Connection Identifiers and corresponding virtual            circuits."         ::= { frame-relay 2 }         frCircuitEntry OBJECT-TYPE             SYNTAX   FrCircuitEntry             ACCESS   not-accessible             STATUS   mandatory             DESCRIPTION                "The information regarding a single  Data  Link                Connection Identifier."            INDEX { frCircuitIfIndex, frCircuitDlci }            ::= { frCircuitTable 1 }         FrCircuitEntry ::=             SEQUENCE {                 frCircuitIfIndex                     Index,                 frCircuitDlci                     DLCI,                 frCircuitState                     INTEGER,                 frCircuitReceivedFECNs                     Counter,                 frCircuitReceivedBECNs                     Counter,                 frCircuitSentFrames                     Counter,                 frCircuitSentOctets                     Counter,                 frCircuitReceivedFrames                     Counter,                 frCircuitReceivedOctets                     Counter,                 frCircuitCreationTime                     TimeTicks,                 frCircuitLastTimeChange                     TimeTicks,                 frCircuitCommittedBurst                     INTEGER,                 frCircuitExcessBurst                     INTEGER,                 frCircuitThroughput                     INTEGER         }         frCircuitIfIndex OBJECT-TYPE             SYNTAX   Index             ACCESS   read-only             STATUS   mandatory             DESCRIPTION                "The ifIndex Value of the ifEntry this  virtual                circuit is layered onto."            ::= { frCircuitEntry 1 }         frCircuitDlci OBJECT-TYPE             SYNTAX   DLCI             ACCESS   read-only

⌨️ 快捷键说明

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