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

📄 rfc1315-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 2 页
字号:
           virtual circuit."       REFERENCE          "Draft American National  Standard  T1.618-1991,          Section 3.3.6"      ::= { frCircuitEntry 2 }frCircuitState OBJECT-TYPE        SYNTAX   INTEGER {                    invalid (1),                    active (2),                    inactive (3)                 }        ACCESS   read-write        STATUS   mandatory        DESCRIPTION           "Indicates whether the particular virtual  cir-           cuit  is operational.  In the absence of a Data           Link Connection Management  Interface,  virtual           circuit  entries  (rows) may be created by set-           ting virtual  circuit  state  to  'active',  or           deleted by changing Circuit state to 'invalid'.           Whether or not the row actually  disappears  is           left  to the implementation, so this object may           actually read as 'invalid' for  some  arbitrary           length  of  time.   It is also legal to set the           state of a virtual  circuit  to  'inactive'  to           temporarily disable a given circuit."       DEFVAL { active }       ::= { frCircuitEntry 3 }frCircuitReceivedFECNs OBJECT-TYPE        SYNTAX   Counter        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "Number of frames received from the network in-           dicating  forward  congestion since the virtual           circuit was created."       REFERENCE          "Draft American National  Standard  T1.618-1991,          Section 3.3.3"      ::= { frCircuitEntry 4 }frCircuitReceivedBECNs OBJECT-TYPE        SYNTAX   Counter        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "Number of frames received from the network in-           dicating  backward congestion since the virtual           circuit was created."       REFERENCE          "Draft American National  Standard  T1.618-1991,          Section 3.3.4"      ::= { frCircuitEntry 5 }frCircuitSentFrames OBJECT-TYPE        SYNTAX   Counter        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "The number of frames sent  from  this  virtual           circuit since it was created."       ::= { frCircuitEntry 6 }frCircuitSentOctets OBJECT-TYPE        SYNTAX   Counter        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "The number of octets sent  from  this  virtual           circuit since it was created."       ::= { frCircuitEntry 7 }frCircuitReceivedFrames OBJECT-TYPE        SYNTAX   Counter        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "Number of frames received  over  this  virtual           circuit since it was created."       ::= { frCircuitEntry 8 }frCircuitReceivedOctets OBJECT-TYPE        SYNTAX   Counter        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "Number of octets received  over  this  virtual           circuit since it was created."       ::= { frCircuitEntry 9 }frCircuitCreationTime OBJECT-TYPE        SYNTAX   TimeTicks        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "The value of sysUpTime when the  virtual  cir-           cuit was created, whether by the Data Link Con-           nection Management Interface  or  by  a  SetRe-           quest."       ::= { frCircuitEntry 10 }frCircuitLastTimeChange OBJECT-TYPE        SYNTAX   TimeTicks        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "The value of sysUpTime when last there  was  a           change in the virtual circuit state"       ::= { frCircuitEntry 11 }frCircuitCommittedBurst OBJECT-TYPE        SYNTAX   INTEGER        ACCESS   read-write        STATUS   mandatory        DESCRIPTION           "This variable indicates the maximum amount  of           data,  in  bits,  that  the  network  agrees to           transfer under normal  conditions,  during  the           measurement interval."       REFERENCE          "Draft American National  Standard  T1.617-1991,          Section 6.5.19"      DEFVAL   { 0 }  -- the default indicates no commitment      ::= { frCircuitEntry 12 }frCircuitExcessBurst OBJECT-TYPE        SYNTAX   INTEGER        ACCESS   read-write        STATUS   mandatory        DESCRIPTION           "This variable indicates the maximum amount  of           uncommitted data bits that the network will at-           tempt to deliver over the measurement interval.           By default, if not configured when creating the           entry, the Excess Information Burst Size is set           to the value of ifSpeed."       REFERENCE          "Draft American National  Standard  T1.617-1991,          Section 6.5.19"              ::= { frCircuitEntry 13 }frCircuitThroughput OBJECT-TYPE        SYNTAX   INTEGER        ACCESS   read-write        STATUS   mandatory        DESCRIPTION           "Throughput is the average number of 'Frame Re-           lay  Information  Field'  bits  transferred per           second across a user network interface  in  one           direction, measured over the measurement inter-           val.           If the  configured  committed  burst  rate  and           throughput  are  both non-zero, the measurement           interval           T=frCircuitCommittedBurst/frCircuitThroughput.           If the  configured  committed  burst  rate  and           throughput  are  both zero, the measurement in-           terval                  T=frCircuitExcessBurst/ifSpeed."       REFERENCE          "Draft American National  Standard  T1.617-1991,          Section 6.5.19"      DEFVAL {0}  -- the default value of Throughput is                  -- "no commitment".      ::= { frCircuitEntry 14 }--  Error Table-- The table describing errors encountered on each Frame-- Relay Interface.frErrTable OBJECT-TYPE    SYNTAX   SEQUENCE OF FrErrEntry    ACCESS   not-accessible    STATUS   mandatory    DESCRIPTION       "A table containing information about Errors on the       Frame Relay interface."    ::= { frame-relay 3 }frErrEntry OBJECT-TYPE        SYNTAX   FrErrEntry        ACCESS   not-accessible        STATUS   mandatory        DESCRIPTION           "The error information for a single frame relay           interface."       INDEX { frErrIfIndex }       ::= { frErrTable 1 }FrErrEntry ::=        SEQUENCE {            frErrIfIndex                Index,            frErrType                INTEGER,            frErrData                OCTET STRING,            frErrTime                TimeTicks    }frErrIfIndex OBJECT-TYPE        SYNTAX   Index        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "The ifIndex Value of the  corresponding  ifEn-           try."       ::= { frErrEntry 1 }frErrType OBJECT-TYPE        SYNTAX   INTEGER {                    unknownError(1),                    receiveShort(2),                    receiveLong(3),                    illegalDLCI(4),                    unknownDLCI(5),                    dlcmiProtoErr(6),                    dlcmiUnknownIE(7),                    dlcmiSequenceErr(8),                    dlcmiUnknownRpt(9),                    noErrorSinceReset(10)                 }        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "The type of error that was last seen  on  this           interface."       ::= { frErrEntry 2 }frErrData OBJECT-TYPE        SYNTAX   OCTET STRING        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "An octet string containing as much of the  er-           ror  packet as possible.  As a minimum, it must           contain the Q.922 Address or  as  much  as  was           delivered.   It is desirable to include all in-           formation up to the PDU."       ::= { frErrEntry 3 }frErrTime OBJECT-TYPE        SYNTAX   TimeTicks        ACCESS   read-only        STATUS   mandatory        DESCRIPTION           "The value of sysUpTime at which the error  was           detected."       ::= { frErrEntry 4 }    -- Frame Relay Globalsframe-relay-globals OBJECT IDENTIFIER ::= { frame-relay 4 }frTrapState OBJECT-TYPE        SYNTAX  INTEGER { enabled(1), disabled(2) }        ACCESS   read-write        STATUS   mandatory        DESCRIPTION           "This variable  indicates  whether  the  system           produces the frDLCIStatusChange trap."       DEFVAL { disabled }       ::= { frame-relay-globals 1 }    --  Data Link Connection Management Interface Related TrapsfrDLCIStatusChange TRAP-TYPE        ENTERPRISE frame-relay        VARIABLES  { frCircuitIfIndex, frCircuitDlci, frCircuitState }        DESCRIPTION           "This trap indicates that the indicated Virtual           Circuit  has changed state.  It has either been           created or invalidated, or has toggled  between           the active and inactive states."        ::= 1END

⌨️ 快捷键说明

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