📄 rfc2213.mib
字号:
STATUS current DESCRIPTION "The IP Protocol used by a session. This ob- ject may not be changed when the value of the RowStatus object is 'active'." ::= { intSrvFlowEntry 8 } intSrvFlowDestPort OBJECT-TYPE SYNTAX Port MAX-ACCESS read-create 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 intSrvResvFwdProtocol, 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'." ::= { intSrvFlowEntry 9 } intSrvFlowPort 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 intSrvResvFwdProtocol 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'." ::= { intSrvFlowEntry 10 } intSrvFlowFlowId 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." ::= { intSrvFlowEntry 11 } intSrvFlowInterface OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-create STATUS current DESCRIPTION "The ifIndex value of the interface on which this reservation exists." ::= { intSrvFlowEntry 12 } intSrvFlowIfAddr OBJECT-TYPE SYNTAX OCTET STRING (SIZE(4..16)) MAX-ACCESS read-create STATUS current DESCRIPTION "The IP Address on the ifEntry on which this reservation exists. This is present primarily to support those interfaces which layer multi- ple IP Addresses on the interface." ::= { intSrvFlowEntry 13 } intSrvFlowRate OBJECT-TYPE SYNTAX BitRate UNITS "bits per second" MAX-ACCESS read-create STATUS current DESCRIPTION "The Reserved Rate of the sender's data stream. If this is a Controlled Load service flow, this rate is derived from the Tspec rate parameter (r). If this is a Guaranteed service flow, this rate is derived from the Rspec clearing rate parameter (R)." ::= { intSrvFlowEntry 14 } intSrvFlowBurst OBJECT-TYPE SYNTAX BurstSize UNITS "bytes" MAX-ACCESS read-create 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." ::= { intSrvFlowEntry 15 } intSrvFlowWeight OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The weight used to prioritize the traffic. Note that the interpretation of this object is implementation-specific, as implementations vary in their use of weighting procedures." ::= { intSrvFlowEntry 16 } intSrvFlowQueue OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The number of the queue used by this traffic. Note that the interpretation of this object is implementation-specific, as implementations vary in their use of queue identifiers." ::= { intSrvFlowEntry 17 } intSrvFlowMinTU OBJECT-TYPE SYNTAX MessageSize MAX-ACCESS read-create STATUS current DESCRIPTION "The minimum message size for this flow. The policing algorithm will treat smaller messages as though they are this size." ::= { intSrvFlowEntry 18 } intSrvFlowMaxTU OBJECT-TYPE SYNTAX MessageSize MAX-ACCESS read-create STATUS current DESCRIPTION "The maximum datagram size for this flow that will conform to the traffic specification. This value cannot exceed the MTU of the interface." ::= { intSrvFlowEntry 19 } intSrvFlowBestEffort OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of packets that were remanded to best effort service." ::= { intSrvFlowEntry 20 } intSrvFlowPoliced OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of packets policed since the incep- tion of the flow's service." ::= { intSrvFlowEntry 21 } intSrvFlowDiscard OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "If 'true', the flow is to incur loss when traffic is policed. If 'false', policed traff- ic is treated as best effort traffic." DEFVAL { false } -- traffic is, by default, treated as best -- effort ::= { intSrvFlowEntry 22 } intSrvFlowService OBJECT-TYPE SYNTAX QosService MAX-ACCESS read-only STATUS current DESCRIPTION "The QoS service being applied to this flow." ::= { intSrvFlowEntry 23 } intSrvFlowOrder OBJECT-TYPE SYNTAX INTEGER (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "In the event of ambiguity, the order in which the classifier should make its comparisons. The row with intSrvFlowOrder=0 is tried first, and comparisons proceed in the order of in- creasing value. Non-serial implementations of the classifier should emulate this behavior." ::= { intSrvFlowEntry 24 } intSrvFlowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "'active' for all active flows. This object may be used to install static classifier infor- mation, delete classifier information, or au- thorize such." ::= { intSrvFlowEntry 25 } intSrvFlowNewIndex OBJECT-TYPE SYNTAX TestAndIncr MAX-ACCESS read-write STATUS current DESCRIPTION "This object is used to assign values to intSrvFlowNumber 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 intSrvFlowEntry. 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." ::= { intSrvGenObjects 1 }-- conformance informationintSrvGroups OBJECT IDENTIFIER ::= { intSrvConformance 1 }intSrvCompliances OBJECT IDENTIFIER ::= { intSrvConformance 2 }-- compliance statements intSrvCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement " MODULE -- this module MANDATORY-GROUPS { intSrvIfAttribGroup, intSrvFlowsGroup } OBJECT intSrvFlowType MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowOwner MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowDestAddr MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowSenderAddr MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowDestAddrLength MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowSenderAddrLength MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowProtocol MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowDestPort MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowPort MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowFlowId MIN-ACCESS not-accessible DESCRIPTION "This object is needed only in a system that imple- ments IPv6." OBJECT intSrvFlowInterface MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowRate MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowBurst MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowWeight MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowQueue MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowMinTU MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowMaxTU MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." OBJECT intSrvFlowStatus MIN-ACCESS read-only DESCRIPTION "read-create access is not required. This may be read-only." ::= { intSrvCompliances 1 } intSrvIfAttribGroup OBJECT-GROUP OBJECTS { intSrvIfAttribAllocatedBits, intSrvIfAttribMaxAllocatedBits, intSrvIfAttribAllocatedBuffer, intSrvIfAttribFlows, intSrvIfAttribPropagationDelay, intSrvIfAttribStatus } STATUS current DESCRIPTION "These objects are required for Systems sup- porting the Integrated Services Architecture." ::= { intSrvGroups 1 } intSrvFlowsGroup OBJECT-GROUP OBJECTS { intSrvFlowType, intSrvFlowOwner, intSrvFlowDestAddr, intSrvFlowSenderAddr, intSrvFlowDestAddrLength, intSrvFlowSenderAddrLength, intSrvFlowProtocol, intSrvFlowDestPort, intSrvFlowPort, intSrvFlowInterface, intSrvFlowBestEffort, intSrvFlowRate, intSrvFlowBurst, intSrvFlowWeight, intSrvFlowQueue, intSrvFlowMinTU, intSrvFlowDiscard, intSrvFlowPoliced, intSrvFlowService, intSrvFlowIfAddr, intSrvFlowOrder, intSrvFlowStatus } STATUS current DESCRIPTION "These objects are required for Systems sup- porting the Integrated Services Architecture." ::= { intSrvGroups 2 }END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -