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

📄 rfc2206.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        DESCRIPTION           "This  object  is  used  to  assign  values  to           rsvpResvFwdNumber as described in 'Textual Con-           ventions  for  SNMPv2'.   The  network  manager           reads  the  object,  and  then writes the value           back in the SET that creates a new instance  of           rsvpResvFwdEntry.   If  the  SET fails with the           code 'inconsistentValue', then the process must           be  repeated; If the SET succeeds, then the ob-           ject is incremented, and the  new  instance  is           created according to the manager's directions."       ::= { rsvpGenObjects 4 }    rsvpResvFwdTable OBJECT-TYPE        SYNTAX      SEQUENCE OF RsvpResvFwdEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION           "Information describing the  state  information           displayed upstream in RESV messages."       ::= { rsvpObjects 5 }    rsvpResvFwdEntry OBJECT-TYPE        SYNTAX      RsvpResvFwdEntry        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION           "Information describing the  state  information           displayed  upstream in an RESV message concern-           ing a single sender."       INDEX { rsvpSessionNumber, rsvpResvFwdNumber }       ::= { rsvpResvFwdTable 1 }    RsvpResvFwdEntry ::=        SEQUENCE {            rsvpResvFwdNumber               SessionNumber,            rsvpResvFwdType                 SessionType,            rsvpResvFwdDestAddr             OCTET STRING,            rsvpResvFwdSenderAddr           OCTET STRING,            rsvpResvFwdDestAddrLength       INTEGER,            rsvpResvFwdSenderAddrLength     INTEGER,            rsvpResvFwdProtocol             Protocol,            rsvpResvFwdDestPort             Port,            rsvpResvFwdPort                 Port,            rsvpResvFwdHopAddr              OCTET STRING,            rsvpResvFwdHopLih               Integer32,            rsvpResvFwdInterface            InterfaceIndex,            rsvpResvFwdService              QosService,            rsvpResvFwdTSpecRate            BitRate,            rsvpResvFwdTSpecPeakRate        BitRate,            rsvpResvFwdTSpecBurst           BurstSize,            rsvpResvFwdTSpecMinTU           MessageSize,            rsvpResvFwdTSpecMaxTU           MessageSize,            rsvpResvFwdRSpecRate            BitRate,            rsvpResvFwdRSpecSlack           Integer32,            rsvpResvFwdInterval             RefreshInterval,            rsvpResvFwdScope                OCTET STRING,            rsvpResvFwdShared               TruthValue,            rsvpResvFwdExplicit             TruthValue,            rsvpResvFwdRSVPHop              TruthValue,            rsvpResvFwdLastChange           TimeStamp,            rsvpResvFwdPolicy               OCTET STRING,            rsvpResvFwdStatus               RowStatus,            rsvpResvFwdTTL                  INTEGER,            rsvpResvFwdFlowId               INTEGER        }    rsvpResvFwdNumber OBJECT-TYPE        SYNTAX      SessionNumber        MAX-ACCESS  not-accessible        STATUS      current        DESCRIPTION           "The number of this reservation request.   This           is  for  SNMP Indexing purposes only and has no           relation to any protocol value."       ::= { rsvpResvFwdEntry 1 }    rsvpResvFwdType OBJECT-TYPE        SYNTAX      SessionType        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The type of session (IP4, IP6, IP6  with  flow           information, etc)."       ::= { rsvpResvFwdEntry 2 }    rsvpResvFwdDestAddr OBJECT-TYPE        SYNTAX      OCTET STRING (SIZE(4..16))        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The destination address used by all senders in           this  session.   This object may not be changed           when the value of the RowStatus object is  'ac-           tive'."       ::= { rsvpResvFwdEntry 3 }    rsvpResvFwdSenderAddr OBJECT-TYPE        SYNTAX      OCTET STRING (SIZE(4..16))        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The source address of the sender  selected  by           this  reservation.  The value of all zeroes in-           dicates 'all senders'.  This object may not  be           changed  when the value of the RowStatus object           is 'active'."       ::= { rsvpResvFwdEntry 4 }    rsvpResvFwdDestAddrLength OBJECT-TYPE        SYNTAX      INTEGER(0..128)        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The length of the destination address in bits.           This  is  the CIDR Prefix Length, which for IP4           hosts and multicast addresses is 32 bits.  This           object may not be changed when the value of the           RowStatus object is 'active'."       ::= { rsvpResvFwdEntry 5 }    rsvpResvFwdSenderAddrLength OBJECT-TYPE        SYNTAX      INTEGER(0..128)        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The length of the sender's  address  in  bits.           This  is  the CIDR Prefix Length, which for IP4           hosts and multicast addresses is 32 bits.  This           object may not be changed when the value of the           RowStatus object is 'active'."       ::= { rsvpResvFwdEntry 6 }    rsvpResvFwdProtocol OBJECT-TYPE        SYNTAX      Protocol        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The IP Protocol used by a session. for  secure           sessions, this indicates IP Security.  This ob-           ject may not be changed when the value  of  the           RowStatus object is 'active'."       ::= { rsvpResvFwdEntry 7 }    rsvpResvFwdDestPort OBJECT-TYPE        SYNTAX      Port        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The UDP or TCP port number used as a  destina-           tion  port for all senders in this session.  If           the  IP   protocol   in   use,   specified   by           rsvpResvFwdProtocol,  is  50  (ESP) or 51 (AH),           this  represents  a  virtual  destination  port           number.   A value of zero indicates that the IP           protocol in use does not have ports.  This  ob-           ject  may  not be changed when the value of the           RowStatus object is 'active'."       ::= { rsvpResvFwdEntry 8 }    rsvpResvFwdPort OBJECT-TYPE        SYNTAX      Port        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The UDP or TCP port number used  as  a  source           port  for  this sender in this session.  If the           IP    protocol    in    use,    specified    by           rsvpResvFwdProtocol  is  50  (ESP)  or 51 (AH),           this represents a generalized  port  identifier           (GPI).   A  value of zero indicates that the IP           protocol in use does not have ports.  This  ob-           ject  may  not be changed when the value of the           RowStatus object is 'active'."       ::= { rsvpResvFwdEntry 9 }    rsvpResvFwdHopAddr OBJECT-TYPE        SYNTAX      OCTET STRING (SIZE(4..16))        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The address of the (previous) RSVP  that  will           receive this message."       ::= { rsvpResvFwdEntry 10 }    rsvpResvFwdHopLih OBJECT-TYPE        SYNTAX      Integer32        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The Logical Interface Handle sent to the (pre-           vious) RSVP that will receive this message."       ::= { rsvpResvFwdEntry 11 }    rsvpResvFwdInterface OBJECT-TYPE        SYNTAX      InterfaceIndex        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The ifIndex value of the  interface  on  which           this RESV message was most recently sent."       ::= { rsvpResvFwdEntry 12 }    rsvpResvFwdService OBJECT-TYPE        SYNTAX      QosService        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The QoS Service classification requested."       ::= { rsvpResvFwdEntry 13 }    rsvpResvFwdTSpecRate OBJECT-TYPE        SYNTAX      BitRate        UNITS       "bits per second"        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The Average Bit  Rate  of  the  sender's  data           stream.   Within  a transmission burst, the ar-           rival rate may be as fast as  rsvpResvFwdTSpec-           PeakRate  (if  supported by the service model);           however, averaged across two or more burst  in-           tervals,    the    rate   should   not   exceed           rsvpResvFwdTSpecRate.           Note that this is a prediction, often based  on           the  general  capability  of a type of codec or           particular encoding; the measured average  rate           may be significantly lower."       ::= { rsvpResvFwdEntry 14 }    rsvpResvFwdTSpecPeakRate OBJECT-TYPE        SYNTAX      BitRate        UNITS       "bits per second"        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The Peak Bit Rate of the sender's data  stream           Traffic  arrival is not expected to exceed this           rate at any time, apart  from  the  effects  of           jitter in the network.  If not specified in the           TSpec, this returns zero or noSuchValue."       ::= { rsvpResvFwdEntry 15 }    rsvpResvFwdTSpecBurst OBJECT-TYPE        SYNTAX      BurstSize        UNITS       "bytes"        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The size of the largest  burst  expected  from           the sender at a time.           If this is less than  the  sender's  advertised           burst  size, the receiver is asking the network           to provide flow pacing  beyond  what  would  be           provided  under normal circumstances. Such pac-           ing is at the network's option."       ::= { rsvpResvFwdEntry 16 }    rsvpResvFwdTSpecMinTU OBJECT-TYPE        SYNTAX      MessageSize        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The minimum message size for  this  flow.  The           policing  algorithm will treat smaller messages           as though they are this size."       ::= { rsvpResvFwdEntry 17 }    rsvpResvFwdTSpecMaxTU OBJECT-TYPE        SYNTAX      MessageSize        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The maximum message size for  this  flow.  The           admission  algorithm  will  reject TSpecs whose           Maximum Transmission Unit, plus  the  interface           headers, exceed the interface MTU."       ::= { rsvpResvFwdEntry 18 }    rsvpResvFwdRSpecRate OBJECT-TYPE        SYNTAX      BitRate        UNITS       "bytes per second"        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "If the requested  service  is  Guaranteed,  as           specified   by  rsvpResvService,  this  is  the           clearing rate that is being requested.   Other-           wise,  it  is  zero,  or  the  agent may return           noSuchValue."       ::= { rsvpResvFwdEntry 19 }    rsvpResvFwdRSpecSlack OBJECT-TYPE        SYNTAX      Integer32        UNITS       "microseconds"        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "If the requested  service  is  Guaranteed,  as           specified by rsvpResvService, this is the delay           slack.  Otherwise, it is zero, or the agent may           return noSuchValue."       ::= { rsvpResvFwdEntry 20 }    rsvpResvFwdInterval OBJECT-TYPE        SYNTAX      RefreshInterval        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The interval between refresh  messages  adver-           tised to the Previous Hop."       ::= { rsvpResvFwdEntry 21 }    rsvpResvFwdScope OBJECT-TYPE        SYNTAX      OCTET STRING (SIZE(0..65535))        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "The contents of the scope object, displayed as           an  uninterpreted  string  of octets, including           the object header.  In the absence of  such  an           object, this should be of zero length."       ::= { rsvpResvFwdEntry 22 }    rsvpResvFwdShared OBJECT-TYPE        SYNTAX      TruthValue        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "If TRUE, a reservation shared among senders is           requested.  If FALSE, a reservation specific to           this sender is requested."       ::= { rsvpResvFwdEntry 23 }    rsvpResvFwdExplicit OBJECT-TYPE        SYNTAX      TruthValue        MAX-ACCESS  read-only        STATUS      current        DESCRIPTION           "If TRUE, individual senders are  listed  using           Filter  Specifications.   If FALSE, all senders           are implicitly selected.  The Scope Object will  

⌨️ 快捷键说明

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