rfc2206.txt
来自「RFC 的详细文档!」· 文本 代码 · 共 1,914 行 · 第 1/5 页
TXT
1,914 行
SYNTAX Protocol
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP Protocol used by this session. This
object may not be changed when the value of the
RowStatus object is 'active'."
Baker, et. al. Standards Track [Page 7]
RFC 2206 RSVP MIB using SMIv2 September 1997
::= { rsvpSessionEntry 5 }
rsvpSessionPort 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 rsvpSen-
derProtocol, 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 object may
not be changed when the value of the RowStatus
object is 'active'."
::= { rsvpSessionEntry 6 }
rsvpSessionSenders OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of distinct senders currently known
to be part of this session."
::= { rsvpSessionEntry 7 }
rsvpSessionReceivers OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of reservations being requested of
this system for this session."
::= { rsvpSessionEntry 8 }
rsvpSessionRequests OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of reservation requests this system
is sending upstream for this session."
::= { rsvpSessionEntry 9 }
Baker, et. al. Standards Track [Page 8]
RFC 2206 RSVP MIB using SMIv2 September 1997
rsvpBadPackets OBJECT-TYPE
SYNTAX Gauge32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object keeps a count of the number of bad
RSVP packets received."
::= { rsvpGenObjects 1 }
-- The RSVP Session Sender Database contains the information
-- displayed by senders regarding their potential contribution
-- to session data content. It is in essence a list of the
-- valid PATH messages that the RSVP Router or Host is receiving.
rsvpSenderNewIndex OBJECT-TYPE
SYNTAX TestAndIncr
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object is used to assign values to
rsvpSenderNumber 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
rsvpSenderEntry. 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 2 }
rsvpSenderTable OBJECT-TYPE
SYNTAX SEQUENCE OF RsvpSenderEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Information describing the state information
displayed by senders in PATH messages."
::= { rsvpObjects 2 }
rsvpSenderEntry OBJECT-TYPE
SYNTAX RsvpSenderEntry
MAX-ACCESS not-accessible
STATUS current
Baker, et. al. Standards Track [Page 9]
RFC 2206 RSVP MIB using SMIv2 September 1997
DESCRIPTION
"Information describing the state information
displayed by a single sender's PATH message."
INDEX { rsvpSessionNumber, rsvpSenderNumber }
::= { rsvpSenderTable 1 }
RsvpSenderEntry ::=
SEQUENCE {
rsvpSenderNumber SessionNumber,
rsvpSenderType SessionType,
rsvpSenderDestAddr OCTET STRING,
rsvpSenderAddr OCTET STRING,
rsvpSenderDestAddrLength INTEGER,
rsvpSenderAddrLength INTEGER,
rsvpSenderProtocol Protocol,
rsvpSenderDestPort Port,
rsvpSenderPort Port,
rsvpSenderFlowId INTEGER,
rsvpSenderHopAddr OCTET STRING,
rsvpSenderHopLih Integer32,
rsvpSenderInterface InterfaceIndex,
rsvpSenderTSpecRate BitRate,
rsvpSenderTSpecPeakRate BitRate,
rsvpSenderTSpecBurst BurstSize,
rsvpSenderTSpecMinTU MessageSize,
rsvpSenderTSpecMaxTU MessageSize,
rsvpSenderInterval RefreshInterval,
rsvpSenderRSVPHop TruthValue,
rsvpSenderLastChange TimeStamp,
rsvpSenderPolicy OCTET STRING,
rsvpSenderAdspecBreak TruthValue,
rsvpSenderAdspecHopCount INTEGER,
rsvpSenderAdspecPathBw BitRate,
rsvpSenderAdspecMinLatency Integer32,
rsvpSenderAdspecMtu INTEGER,
rsvpSenderAdspecGuaranteedSvc TruthValue,
rsvpSenderAdspecGuaranteedBreak TruthValue,
rsvpSenderAdspecGuaranteedCtot Integer32,
rsvpSenderAdspecGuaranteedDtot Integer32,
rsvpSenderAdspecGuaranteedCsum Integer32,
rsvpSenderAdspecGuaranteedDsum Integer32,
rsvpSenderAdspecGuaranteedHopCount INTEGER,
rsvpSenderAdspecGuaranteedPathBw BitRate,
rsvpSenderAdspecGuaranteedMinLatency Integer32,
rsvpSenderAdspecGuaranteedMtu INTEGER,
rsvpSenderAdspecCtrlLoadSvc TruthValue,
Baker, et. al. Standards Track [Page 10]
RFC 2206 RSVP MIB using SMIv2 September 1997
rsvpSenderAdspecCtrlLoadBreak TruthValue,
rsvpSenderAdspecCtrlLoadHopCount INTEGER,
rsvpSenderAdspecCtrlLoadPathBw BitRate,
rsvpSenderAdspecCtrlLoadMinLatency Integer32,
rsvpSenderAdspecCtrlLoadMtu INTEGER,
rsvpSenderStatus RowStatus,
rsvpSenderTTL INTEGER
}
rsvpSenderNumber OBJECT-TYPE
SYNTAX SessionNumber
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The number of this sender. This is for SNMP
Indexing purposes only and has no relation to
any protocol value."
::= { rsvpSenderEntry 1 }
rsvpSenderType OBJECT-TYPE
SYNTAX SessionType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The type of session (IP4, IP6, IP6 with flow
information, etc)."
::= { rsvpSenderEntry 2 }
rsvpSenderDestAddr OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(4..16))
MAX-ACCESS read-create
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'."
::= { rsvpSenderEntry 3 }
rsvpSenderAddr OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(4..16))
MAX-ACCESS read-create
STATUS current
Baker, et. al. Standards Track [Page 11]
RFC 2206 RSVP MIB using SMIv2 September 1997
DESCRIPTION
"The source address used by this sender in this
session. This object may not be changed when
the value of the RowStatus object is 'active'."
::= { rsvpSenderEntry 4 }
rsvpSenderDestAddrLength OBJECT-TYPE
SYNTAX INTEGER(0..128)
MAX-ACCESS read-create
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'."
::= { rsvpSenderEntry 5 }
rsvpSenderAddrLength OBJECT-TYPE
SYNTAX INTEGER(0..128)
MAX-ACCESS read-create
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'."
::= { rsvpSenderEntry 6 }
rsvpSenderProtocol OBJECT-TYPE
SYNTAX Protocol
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The IP Protocol used by this session. This
object may not be changed when the value of the
RowStatus object is 'active'."
::= { rsvpSenderEntry 7 }
rsvpSenderDestPort OBJECT-TYPE
SYNTAX Port
MAX-ACCESS read-create
STATUS current
Baker, et. al. Standards Track [Page 12]
RFC 2206 RSVP MIB using SMIv2 September 1997
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 rsvpSen-
derProtocol, 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 object may
not be changed when the value of the RowStatus
object is 'active'."
::= { rsvpSenderEntry 8 }
rsvpSenderPort OBJECT-TYPE
SYNTAX Port
MAX-ACCESS read-create
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 rsvpSenderPro-
tocol 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 object may not be changed
when the value of the RowStatus object is 'ac-
tive'."
::= { rsvpSenderEntry 9 }
rsvpSenderFlowId OBJECT-TYPE
SYNTAX INTEGER (0..16777215)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The flow ID that this sender is using, if
this is an IPv6 session."
::= { rsvpSenderEntry 10 }
rsvpSenderHopAddr OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(4..16))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The address used by the previous RSVP hop
(which may be the original sender)."
::= { rsvpSenderEntry 11 }
Baker, et. al. Standards Track [Page 13]
RFC 2206 RSVP MIB using SMIv2 September 1997
rsvpSenderHopLih OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The Logical Interface Handle used by the pre-
vious RSVP hop (which may be the original
sender)."
::= { rsvpSenderEntry 12 }
rsvpSenderInterface OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"The ifIndex value of the interface on which
this PATH message was most recently received."
::= { rsvpSenderEntry 13 }
rsvpSenderTSpecRate OBJECT-TYPE
SYNTAX BitRate
UNITS "bits per second"
MAX-ACCESS read-create
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 rsvpSenderTSpec-
PeakRate (if supported by the service model);
however, averaged across two or more burst in-
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?