DOCS-QOS3-MIB
This MIB module contains the management objects for the management of QOS for channel bonding.
Main OID:
docsQosMib.1.3.6.1.4.1.4491.2.1.21
236
Objects
Active
Status
9
Dependencies
Imported Objects
Objects
236 total| Object Name |
|---|
docsQosMibThis MIB module contains the management objects for the
management of QOS for channel bonding. MODULE-IDENTITY .1.3.6.1.4.1.4491.2.1.21 |
docsQosMibObjects OBJECT IDENTIFIER .1.3.6.1.4.1.4491.2.1.21.1 |
docsQosPktClassTableThis object describes the packet classification
configured on the CM or CMTS.
The model is that a packet either received as input from
an interface or transmitted for output on an interface
may be compared against an ordered list of rules
pertaining to the packet contents. Each rule is an instance
of this object. A matching rule provides a Service
Flow ID to which the packet is classified.
All rules need to match for a packet to match a classifier.
The attibutes in this row correspond to a set of Classifier
Encoding parameters in a DOCSIS MAC management
message. The BitMap attribute indicates which particular
parameters were present in the classifier as
signaled in the DOCSIS message.
If the referenced parameter was not present in the signaled
Classifier, the corresponding attribute in
this instance reports a value as specified by that attribute
description. SEQUENCE OF DocsQosPktClassEntry .1.3.6.1.4.1.4491.2.1.21.1.1 |
docsQosPktClassEntryThe conceptual row of docsQosPktClassTable.
The ifIndex key corresponds to the MAC Domain interface
of the service flow of this classifier. DocsQosPktClassEntry .1.3.6.1.4.1.4491.2.1.21.1.1.1 |
docsQosPktClassIdThis key indicates the assigned identifier to the
packet classifier instance by the CMTS, which is unique
per Service Flow.
For UDCs this corresponds to the Service Flow Reference
of the classifier. Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.1.1.1 |
docsQosPktClassDirectionThis attribute indicates the direction to which the
classifier is applied.ro IfDirection .1.3.6.1.4.1.4491.2.1.21.1.1.1.2 |
docsQosPktClassPriorityThis attribute specifies the order of evaluation
of the classifiers.
The higher the value, the higher the priority.
The value of 0 is used as default in provisioned Service
Flows Classifiers.
The default value of 64 is used for dynamic Service Flow
Classifiers.
If the referenced parameter is not present in a classifier,
this attribute reports the default
value as defined above.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.1.1.3 |
docsQosPktClassIpTosLowThis attribute indicates the low value of a range of
TOS byte values.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 0.
The IP TOS octet, as originally defined in RFC 791, has
been superseded by the 6-bit Differentiated Services
Field (DSField, RFC 3260) and the 2-bit Explicit
Congestion Notification Field (ECN field, RFC 3168).
This object is defined as an 8-bit octet as per the DOCSIS
Specification for packet classification.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.1.1.4 |
docsQosPktClassIpTosHighThis attribute indicates the 8-bit high value of a
range of TOS byte values.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 0.
The IP TOS octet as originally defined in RFC 791 has been
superseded by the 6-bit Differentiated Services
Field (DSField, RFC 3260) and the 2-bit Explicit Congestion
Notification Field (ECN field, RFC 3168).
This object is defined as an 8-bit octet as defined by
the DOCSIS Specification for packet classification.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.1.1.5 |
docsQosPktClassIpTosMaskThis attribute indicates the mask value is bitwise
ANDed with TOS byte in an IP packet, and this value is
used for range checking of TosLow and TosHigh.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 0.
The IP TOS octet as originally defined in RFC 791 has been
superseded by the 6-bit Differentiated Services
Field (DSField, RFC 3260) and the 2-bit Explicit Congestion
Notification Field (ECN field, RFC 3168).
This object is defined as an 8-bit octet per the DOCSIS
Specification for packet classification.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.1.1.6 |
docsQosPktClassIpProtocolThis attribute indicates the value of the IP Protocol
field required for IP packets to match this rule.
The value 256 matches traffic with any IP Protocol value.
The value 257 by convention matches both TCP and
UDP.
If the referenced parameter is not present in a classifier,
this attibute reports the value of 258.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.1.1.7 |
docsQosPktClassIpSourceAddrThis attribute specifies the value of the IP Source
Address required for packets to match this rule.
An IP packet matches the rule when the packet IP Source
Address bitwise ANDed with the InetSourceMask value
equals the InetSourceAddr value.
The address type of this object is specified by InetAddressType.
If the referenced parameter is not present in a classifier,
this object reports the value of '00000000'H.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.8 |
docsQosPktClassIpSourceMaskThis attribute specifies which bits of a packet's
IP Source Address are compared to match this rule.
An IP packet matches the rule when the packet source address
bitwise ANDed with the InetSourceMask value
equals the docsIetfQosIpPktClassInetSourceAddr
value.
The address type of this attribute is specified by InetAddressType.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 'FFFFFFFF'H.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.9 |
docsQosPktClassIpDestAddrThis attribute specifies the value of the IP Destination
Address required for packets to match this rule.
An IP packet matches the rule when the packet IP Destination
Address bitwise ANDed with the InetDestMask
value equals the InetDestAddr value.
The address type of this attribute is specified by
InetAddressType.
If the referenced parameter is not present in a classifier,
this attribute reports the value of '00000000'H.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.10 |
docsQosPktClassIpDestMaskThis attribute specifies which bits of a packet's
IP Destination Address are compared to match this rule.
An IP packet matches the rule when the packet destination
address bitwise ANDed with the InetDestMask value
equals the docsIetfQosIpPktClassInetDestAddr
value.
The address type of this attribute is specified by InetAddressType.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 'FFFFFFFF'H.ro InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.11 |
docsQosPktClassSourcePortStartThis attribute specifies the low-end inclusive range
of TCP/UDP source port numbers to which a packet
is compared. This attribute is irrelevant for non-TCP/UDP
IP packets.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 0.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.12 |
docsQosPktClassSourcePortEndThis attribute specifies the high-end inclusive
range of TCP/UDP source port numbers to which a packet
is compared. This attribute is irrelevant for non-TCP/UDP
IP packets.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 65535.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.13 |
docsQosPktClassDestPortStartThis attribute specifies the low-end inclusive range
of TCP/UDP destination port numbers to which a packet
is compared.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 0.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.14 |
docsQosPktClassDestPortEndThis attribute specifies the high-end inclusive
range of TCP/UDP destination port numbers to which a
packet is compared.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 65535.ro InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.15 |
docsQosPktClassDestMacAddrAn Ethernet packet matches an entry when its destination
MAC address bitwise ANDed with DestMacMask equals
the value of DestMacAddr.
If the referenced parameter is not present in a classifier,
this attribute reports the value of '000000000000'H.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.1.1.16 |
docsQosPktClassDestMacMaskAn Ethernet packet matches an entry when its destination
MAC address bitwise ANDed with DestMacMask equals
the value of DestMacAddr.
If the referenced parameter is not present in a classifier,
this attribute reports the value of '000000000000'H.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.1.1.17 |
docsQosPktClassSourceMacAddrAn Ethernet packet matches this entry when its source
MAC address equals the value of this attribute.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 'FFFFFFFFFFFF'ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.1.1.18 |
docsQosPktClassEnetProtocolTypeThis attribute indicates the format of the layer 3
protocol ID in the Ethernet packet. A value of 'none'
means that the rule does not use the layer 3 protocol type
as a matching criteria.
A value of 'ethertype' means that the rule applies only
to frames that contain an EtherType value. Ethertype
values are contained in packets using the Dec-Intel-Xerox
(DIX) encapsulation or the RFC1042 Sub-Network
Access Protocol (SNAP) encapsulation formats.
A value of 'dsap' means that the rule applies only to frames
using the IEEE802.3 encapsulation format with
a Destination Service Access Point (DSAP) other than
0xAA (which is reserved for SNAP).
A value of 'mac' means that the rule applies only to MAC
management messages for MAC management messages.
A value of 'all' means that the rule matches all Ethernet
packets.
If the Ethernet frame contains an 802.1P/Q Tag header
(i.e., EtherType 0x8100), this attribute applies
to the embedded EtherType field within the 802.1P/Q
header.
If the referenced parameter is not present in a classifier,
this attribute reports the value of 0.ro Enumeration .1.3.6.1.4.1.4491.2.1.21.1.1.1.19 |
docsQosPktClassEnetProtocolIf EnetProtocolType is 'none', this attribute is
ignored when considering whether a packet matches the
current rule.
If EnetProtocolType is 'ethertype', this attribute
gives the 16-bit value of the EtherType that the packet
must match in order to match the rule.
If EnetProtocolType is 'dsap', the lower 8 bits of this
attribute's value must match the DSAP byte of the packet
in order to match the rule.
If EnetProtocolType is 'mac', the lower 8 bits of this
attribute's value represent a
lower bound (inclusive) of MAC management message type
codes matched, and the upper 8 bits represent the
upper bound (inclusive) of matched MAC message type
codes. Certain message type codes are excluded from
matching, as specified in the reference.
If the Ethernet frame contains an 802.1P/Q Tag header
(i.e., EtherType 0x8100), this attribute applies
to the embedded EtherType field within the 802.1P/Q
header.
If the referenced parameter is not present in the classifier,
the value of this attribute is reported as 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.1.1.20 |
docsQosPktClassUserPriLowThis attribute applies only to Ethernet frames using
the 802.1P/Q tag header (indicated with EtherType
0x8100). Such frames include a 16-bit Tag that contains
a 3-bit Priority field and a 12-bit VLAN number.
Tagged Ethernet packets must have a 3-bit Priority field
within the range of PriLow to PriHigh in order to
match this rule.
If the referenced parameter is not present in the classifier,
the value of this attribute is reported as 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.1.1.22 |
docsQosPktClassUserPriHighThis attribute applies only to Ethernet frames using
the 802.1P/Qtag header (indicated with EtherType
0x8100). Such frames include a 16-bit Tag that contains
a 3-bit Priority field and a 12-bit VLAN number.
Tagged Ethernet packets must have a 3-bit Priority field
within the range of PriLow to
PriHigh in order to match this rule.
If the referenced parameter is not present in the classifier,
the value of this attribute is reported as 7.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.1.1.23 |
docsQosPktClassVlanIdThis attribute applies only to Ethernet frames
using the 802.1P/Q tag header.
Tagged packets must have a VLAN Identifier that matches
the value in order to match the rule.
If the referenced parameter is not present in the classifier,
the value of this attribute is reported as 0.ro Unsigned32 (0 | 1..4094) .1.3.6.1.4.1.4491.2.1.21.1.1.1.24 |
docsQosPktClassStateThis attribute indicates whether or not the classifier
is enabled to classify packets to a Service Flow.
If the referenced parameter is not present in the classifier,
the value of this attribute is reported as 'true'.ro Enumeration .1.3.6.1.4.1.4491.2.1.21.1.1.1.25 |
docsQosPktClassPktsThis attribute counts the number of packets that have
been classified using this entry. This includes
all packets delivered to a Service Flow maximum rate
policing function, whether or not that function drops
the packets.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for the same ifIndex that
indexes this attribute.ro Counter64 .1.3.6.1.4.1.4491.2.1.21.1.1.1.26 |
docsQosPktClassBitMapThis attribute indicates which parameter encodings
were actually present in the DOCSIS packet classifier
encoding signaled in the DOCSIS message that created
or modified the classifier. Note that Dynamic
Service Change messages have replace semantics, so
that all non-default parameters must be present whether
the classifier is being created or changed.
A bit of this attribute is set to 1 if the parameter indicated
by the comment was present in the classifier encoding,
and to 0 otherwise.
Note that BITS are encoded most significant bit first,
so that if, for example, bits 6 and 7 are set, this attribute
is encoded as the octet string '030000'H.ro Bits .1.3.6.1.4.1.4491.2.1.21.1.1.1.27 |
docsQosPktClassIpAddrTypeThis attribute indicates the type of the Internet
address for InetSourceAddr, InetSourceMask, InetDestAddr,
and InetDestMask.
If the referenced parameter is not present in a classifier,
this object reports the value of 'ipv4'.ro InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.28 |
docsQosPktClassFlowLabelThis attribute represents the Flow Label field in
the IPv6 header to be matched by the classifier.
The value zero indicates that the Flow Label is not specified
as part of the classifier and is not matched against
the packets.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.1.1.29 |
docsQosPktClassCmInterfaceMaskThis attribute represents a bit-mask of the CM in-bound
interfaces to which this classifer applies.
This attribute only applies to QOS upstream Classifiers
and upstream Drop Classifiers. For QOS downstream
classifiers this object reports the zero-length
string.ro DocsL2vpnIfList (CLAB-DEF-MIB) .1.3.6.1.4.1.4491.2.1.21.1.1.1.30 |
docsQosParamSetTableThis object describes the set of QOS parameters defined
in a managed device.
DOCSIS 1.0 COS service profiles are not represented
in this object.
Each row corresponds to a DOCSIS QOS Parameter Set as
signaled via DOCSIS MAC management messages.Each attribute
of an instance of this object corresponds to
one or part of oneService Flow Encoding.
The BitMap attribute indicates which particular parameters
were signaled in the original registration
or dynamic service request message that created the
QOS Parameter Set.
In many cases, even if a QOS Parameter Set parameter was
not signaled, the DOCSIS specification calls for
a default value to be used. That default value is reported
as the value of the corresponding attribute in this
object instance.
Many attributes are not applicable, depending on the
Service Flow direction, upstream scheduling type
or Service Flow bonding configuration. The attribute
value reported in this case is specified by those attributes
descriptions. SEQUENCE OF DocsQosParamSetEntry .1.3.6.1.4.1.4491.2.1.21.1.2 |
docsQosParamSetEntryThe conceptual row of docsQosParamSetTable.
The ifIndex key corresponds to the MAC Domain interface of the
service flow of this Qos Param Set. DocsQosParamSetEntry .1.3.6.1.4.1.4491.2.1.21.1.2.1 |
docsQosParamSetServiceClassNameThis attribute represents the Service Class Name
from which the parameter set values were derived.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute returns the
zero-length string.ro SnmpAdminString .1.3.6.1.4.1.4491.2.1.21.1.2.1.4 |
docsQosParamSetPriorityThis attribute represents the relative priority
of a Service Flow. Higher numbers indicate higher priority.
This priority should only be used to differentiate Service
Flow from identical parameter sets.
This attribute returns 0 if the referenced parameter
is not present in the corresponding DOCSIS QOS Parameter
Set or if the parameter is not applicable.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.5 |
docsQosParamSetMaxTrafficRateThis attribute represents the maximum sustained
traffic rate allowed for this Service Flow in bits/sec.
It counts all MAC frame data PDUs from the bytes following
the MAC header HCS to the end of the CRC. The number
of bytes forwarded is limited during any time interval.
The value 0 means no maximum traffic rate is enforced.
This attribute applies to both upstream and
downstream Service Flows.
This attribute returns 0 if the referenced parameter
is not present in the corresponding DOCSIS QOS Parameter
Set, or if the parameter is not applicable.ro BitRate UNITS "bps" .1.3.6.1.4.1.4491.2.1.21.1.2.1.6 |
docsQosParamSetMaxTrafficBurstThis attribute specifies the token bucket size in
bytes for this parameter set. The value is calculated
from the byte following the MAC header HCS to the end
of the CRC. This object is applied in conjunction with
MaxTrafficRate to calculate maximum sustained traffic
rate.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute
returns 3044 for scheduling types 'bestEffort', 'nonRealTimePollingService'
and 'realTimePollingService'.
If this parameter is not applicable, it is reported as
0.ro Unsigned32 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.2.1.7 |
docsQosParamSetMinReservedRateThis attribute specifies the guaranteed minimum
rate in bits/sec for this parameter set. The value is
calculated from the byte following the MAC header HCS
to the end of the CRC. The value of 0 indicates that no
bandwidth is reserved.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute
returns 0. If the parameter is not applicable, it is
reported as 0.ro BitRate UNITS "bps" .1.3.6.1.4.1.4491.2.1.21.1.2.1.8 |
docsQosParamSetMinReservedPktThis attribute specifies an assumed minimum packet
size in bytes for which the MinReservedRate will be
provided. The value is calculated from the byte following
the MAC header HCS to the end of the CRC. If the referenced
parameter is omitted from a DOCSIS QOS parameter
set, the used and reported value is CMTS implementation
and the CM reports a value of 0. If the referenced
parameter is not applicable to the direction or
scheduling type of the Service Flow, both CMTS and CM
report the value 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.9 |
docsQosParamSetActiveTimeoutThis attribute specifies the maximum duration in
seconds that resources remain unused on an active service
flow before the CMTS signals that both the active
and admitted parameter sets are null. The value 0 signifies
an infinite amount of time.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute
returns 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.10 |
docsQosParamSetAdmittedTimeoutThis attribute specifies the maximum duration in
seconds that resources remain in admitted state before
resources must be released. The value of 0 signifies
an infinite amount of time. If the referenced parameter
is not present in the corresponding DOCSIS QOS
Parameter Set, this attribute returns 200.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.11 |
docsQosParamSetMaxConcatBurstThis attribute specifies the maximum concatenated
burst in bytes that an upstream Service Flow is allowed.
The value is calculated from the FC byte of the Concatenation
MAC Header to the last CRC byte of the last concatenated
MAC frame, inclusive. The value of 0 specifies
no maximum burst.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute
returns the value of 1522 for scheduling types 'bestEffort',
'nonRealTimePollingService', and 'realTimePollingService'.
If the parameter is not applicable,
it is reported as 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.12 |
docsQosParamSetSchedulingTypeThis attribute specifies the upstream scheduling
service used for upstream Service Flow.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set of an upstream Service
Flow, this attribute returns the value of 'bestEffort'.
For QOS parameter sets of downstream Service
Flows, this attribute's value is reported as 'undefined'.ro SchedulingType .1.3.6.1.4.1.4491.2.1.21.1.2.1.13 |
docsQosParamSetNomPollIntervalThis attribute specifies the nominal interval in
microseconds between successive unicast request opportunities
on an upstream Service Flow.
This attribute applies only to upstream Service Flows
with SchedulingType of value 'nonRealTimePollingService',
'realTimePollingService', and 'unsolictedGrantServiceWithAD'.
The parameter is mandatory
for 'realTimePollingService'. If the parameter
is omitted with 'nonRealTimePollingService',
the CMTS uses an implementation-dependent value. If
the parameter is omitted with 'unsolictedGrantServiceWithAD(5)'
the CMTS uses the value of the Nominal
Grant Interval parameter. In all cases, the CMTS reports
the value it is using when the parameter is applicable.
The CM reports the signaled parameter value
if it was signaled. Otherwise, it returns 0.
If the referenced parameter is not applicable to the
direction or scheduling type of the corresponding DOCSIS
QOS Parameter Set, both CMTS and CM report this
attribute's value as 0.ro Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.2.1.14 |
docsQosParamSetTolPollJitterThis attribute specifies the maximum amount of time
in microseconds that the unicast request interval
may be delayed from the nominal periodic schedule on
an upstream Service Flow. This parameter is applicable
only to upstream Service Flows with a SchedulingType
of 'realTimePollingService' or 'unsolictedGrantServiceWithAD'.
If the referenced parameter is applicable but not present
in the corresponding DOCSIS QOS Parameter Set,
the CMTS uses an implementation-dependent value and
reports the value it is using. The CM reports a value
of 0 in this case.
If the parameter is not applicable to the direction or
upstream scheduling type of the Service Flow, both
CMTS and CM report this attribute's value as 0.ro Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.2.1.15 |
docsQosParamSetUnsolicitGrantSizeThis attribute specifies the unsolicited grant size
in bytes. The grant size includes the entire MAC frame
data PDU from the Frame Control byte to the end of
the MAC frame.
The referenced parameter is applicable only for upstream
flows with a SchedulingType of 'unsolicitedGrantServicewithAD'
or 'unsolicitedGrantService',
and it is mandatory when applicable. Both CMTS and
CM report the signaled value of the parameter in this
case.
If the referenced parameter is not applicable to the
direction or scheduling type of the corresponding DOCSIS
QOS Parameter Set, both CMTS and CM report this
attribute's value as 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.16 |
docsQosParamSetNomGrantIntervalThis attribute specifies the nominal interval in
microseconds between successive data grant opportunities
on an upstream Service Flow.
The referenced parameter is applicable only for upstream
flows with a SchedulingType of 'unsolicitedGrantServicewithAD'
or 'unsolicitedGrantService(6)',
and it is mandatory when applicable. Both CMTS
and CM report the signaled value of the parameter in this
case.
If the referenced parameter is not applicable to the
direction or scheduling type of the corresponding DOCSIS
QOS Parameter Set, both CMTS and CM report this
attribute's value as 0.ro Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.2.1.17 |
docsQosParamSetTolGrantJitterThis attribute specifies the maximum amount of time
in microseconds that the transmission opportunities
may be delayed from the nominal periodic schedule.
The referenced parameter is applicable only for
upstream flows with a SchedulingType of 'unsolicitedGrantServicewithAD'
or 'unsolicitedGrantService(6)',
and it is mandatory when applicable. Both CMTS
and CM report the signaled value of the parameter
in this case.
If the referenced parameter is not applicable to the
direction or scheduling type of the corresponding DOCSIS
QOS Parameter Set, both CMTS and CM report this
attribute's value as 0.ro Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.2.1.18 |
docsQosParamSetGrantsPerIntervalThis attribute specifies the number of data grants
per Nominal Grant Interval (NomGrantInterval). The
referenced parameter is applicable only for upstream
flows with a SchedulingType of 'unsolicitedGrantServicewithAD'
or 'unsolicitedGrantService',
and it is mandatory when applicable. Both CMTS and CM
report the signaled value of the parameter in this case.
If the referenced parameter is not applicable to the
direction or scheduling type of the corresponding DOCSIS
QOS Parameter Set, both CMTS and CM report this
attribute's value as 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.19 |
docsQosParamSetTosAndMaskThis attribute specifies the AND mask for the IP TOS
byte for overwriting an IPv4 packet's TOS value or IPv6
packet's Traffic Class value. The IP packet TOS byte
is bitwise ANDed with TosAndMask, then the result
is bitwise ORed with TosORMask and the result is written
to the IP packet TOS byte.
A value of 'FF'H for TosAndMask and a value of '00'H for
TosOrMask means that the IP Packet TOS byte is not overwritten.
This combination is reported if the referenced parameter
is not present in a QOS Parameter Set.
The IP TOS octet as originally defined in RFC 791 has been
superseded by the 6-bit Differentiated Services
Field (DSField, RFC 3260) and the 2-bit Explicit Congestion
Notification Field (ECN field, RFC 3168).
The IPv6 Traffic Class octet RFC 2460 is consistent with
that new definition.
Network operators SHOULD avoid specifying values of
TosAndMask and TosORMask that would result in the modification
of the ECN bits.
In particular, operators should not use values of TosAndMask
that have either of the least-significant
two bits set to 0. Similarly, operators should not use
values of TosORMask that have either of the least-significant
two bits set to 1.
Even though this attribute is only enforced by the CMTS,
the CM reports the value as signaled in the referenced
parameter.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.2.1.20 |
docsQosParamSetTosOrMaskThis attribute specifies the OR mask for the IPv4 TOS
value or IPv6 Traffic Class value. See the description
of TosAndMask for further details.
The IP TOS octet, as originally defined in RFC 791 has
been superseded by the 6-bit Differentiated Services
Field (DSField, RFC 3260) and the 2-bit Explicit Congestion
Notification Field (ECN field, RFC 3168).
The IPv6 Traffic Class octet RFC 2460 is consistent
with that new definition.
Network operators SHOULD avoid specifying values of
TosAndMask and TosORMask that would result in the modification
of the ECN bits.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.2.1.21 |
docsQosParamSetMaxLatencyThis attribute specifies the maximum latency between
the reception of a packet by the CMTS on its NSI and
the forwarding of the packet to the RF interface. A value
of 0 signifies no maximum latency is enforced. This
attribute only applies to downstream Service Flows.
If the referenced parameter is not present in the corresponding
downstream DOCSIS QOS Parameter Set, this
attribute returns 0. This parameter is not applicable
to upstream DOCSIS QOS Parameter Sets, so its value
is reported as 0 in that case.ro Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.2.1.22 |
docsQosParamSetTypeThis key represents the QoS Parameter Set Type of the
Service Flow.
The following values are defined:
'active'
Indicates the Active QOS parameter set, describing
the service currently being provided by the DOCSIS MAC
domain to the service flow.
'admitted'
Indicates the Admitted QOS Parameter Set, describing
services reserved by the DOCSIS MAC domain for use
by the service flow.
'provisioned'
Indicates the QOS Parameter Set defined in the DOCSIS
CM Configuration file for the service flow. Enumeration .1.3.6.1.4.1.4491.2.1.21.1.2.1.23 |
docsQosParamSetRequestPolicyOctThis attribute specifies which transmit interval
opportunities the CM omits for upstream transmission
requests and packet transmissions. This object
takes its default value for downstream Service Flows.
Unless otherwise indicated, a bit value of 1 means
that a CM must not use that opportunity for upstream transmission.
The format of this string enumerated the bits from 0 to
31 from left to right, for example bit 0 corresponds
to the left most bit of the fourth octet. (octets numbered
from right to left). The bit positions are defined
as follows:
'broadcastReqOpp'
all CMs broadcast request opportunities
'priorityReqMulticastReq'
priority request multicast request opportunities
'reqDataForReq'
request/data opportunities for requests
'reqDataForData'
request/data opportunities for data
'piggybackReqWithData'
piggyback requests with data
'concatenateData'
concatenate data
'fragmentData'
fragment data
'suppressPayloadHeaders'
suppress payload headers
'dropPktsExceedUGSize'
A value of 1 means that the service flow must drop
packets that do not fit in the Unsolicited Grant size.
If the referenced parameter is not present in a QOS Parameter
Set, the value of this object is reported as '00000000'H.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.2.1.24 |
docsQosParamSetBitMapThis attribute indicates the set of QOS Parameter
Set parameters actually signaled in the DOCSIS registration
or dynamic service request message that created
or modified the QOS Parameter Set. A bit is set to
1 when the associated parameter is present in the original
request as follows:
'trafficPriority' Traffic Priority
'maxTrafficRate' Maximum Sustained Traffic Rate
'maxTrafficBurst' Maximum Traffic Burst
'minReservedRate' Minimum Reserved Traffic Rate
'minReservedPkt' Assumed Minimum Reserved Rate Packet
Size
'activeTimeout' Timeout for Active QoS Parameters
'admittedTimeout' Timeout for Admitted QoS Parameters
'maxConcatBurst' Maximum Concatenated Burst
'schedulingType' Service Flow Scheduling Type
'requestPolicy' Request/Transmission Policy
'nomPollInterval' Nominal Polling Interval
'tolPollJitter' Tolerated Poll Jitter
'unsolicitGrantSize' Unsolicited Grant Size
'nomGrantInterval' Nominal Grant Interval
'tolGrantJitter' Tolerated Grant Jitter
'grantsPerInterval' Grants per Interval
'tosOverwrite' IP Type of Service (DSCP) Overwrite
'maxLatency' Maximum Downstream Latency
'requiredAttrMask' Service Flow Required Attribute
Mask
'forbiddenAttrMask Service Flow Forbidden Attribute
Mask
'attrAggrMask' Service Flow Attribute Aggregation
Mask
'applicationId' Application Identifier
'multipCntnReqWindow' Multiplier to Contention
Request Backoff Window
'multipBytesReq' Multiplier to Number of Bytes Requested
'maxReqPerSidCluster' Maximum Requests per SID Cluster
'maxOutstandingBytesPerSidCluster' Maximum Outstanding
Bytes per SID Cluster
'maxTotalBytesReqPerSidCluster' Maximum Total
Bytes Requested per SID
Cluster
'maximumTimeInSidCluster' Maximum Time in the SID Cluster
'peakTrafficRate' Downstream Peak Traffic Rate
'dsResequencing' Downstream Resequencing
Note that when Service Class names are expanded, the
registration or dynamic response message may contain
parameters expanded by the CMTS based on a stored service
class. These expanded parameters are not indicated
by a 1 bit in this attribute.
Note that even though some QOS Parameter Set parameters
may not be signaled in a message (so that the parameter's
bit in this object is 0), the DOCSIS specification
requires that default values be used. These default
values are reported as the corresponding attribute.ro Bits .1.3.6.1.4.1.4491.2.1.21.1.2.1.25 |
docsQosParamSetServiceFlowIdThis key represents the Service Flow ID for the service
flow. Unsigned32 (1.. 4294967295) .1.3.6.1.4.1.4491.2.1.21.1.2.1.26 |
docsQosParamSetRequiredAttrMaskThis attribute specifies the Required Attribute
Mask to compare with the Provisioned Required Attributes
when selecting the bonding groups for the service
flow.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute returns '00000000'H.ro AttributeMask (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.2.1.27 |
docsQosParamSetForbiddenAttrMaskThis attribute specifies the Forbidden Attribute
Mask to compare with the Provisioned Forbidden Attributes
when selecting the bonding groups for the service
flow.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute returns '00000000'H.ro AttributeMask (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.2.1.28 |
docsQosParamSetAttrAggrRuleMaskThis attribute specifies the Attribute Aggregation
Mask to compare the Service Flow Required and Forbidden
Attributes with the CMTS dynamically-created
bonding group when selecting the bonding groups for
the service flow.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute returns '00000000'H.ro AttrAggrRuleMask (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.2.1.29 |
docsQosParamSetAppIdThis attribute represents the Application Identifier
associated with the service flow for purposes beyond the
scope of this specification.
If the referenced parameter is not present in the corresponding
DOCSIS QOS Parameter Set, this attribute returns 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.30 |
docsQosParamSetMultiplierContentionReqWindowThis attribute specifies the multiplier to be applied by a
CM when performing contention request backoff for data requests.
This attribute only applies to upstream Service Flows in 3.0
operation. If the referenced parameter is not present in the
upstream DOCSIS QOS Parameter Set or is not applicable, this
attribute returns 8.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.31 |
docsQosParamSetMultiplierBytesReqThis attribute specifies the assumed bandwidth request
multiplier. This attribute only applies to upstream Service
Flows in 3.0 operation. If the referenced parameter is not
present in the upstream DOCSIS QOS Parameter Set, or is not
applicable, this attribute returns 4.ro Unsigned32 (1 | 2 | 4 | 8 | 16) UNITS "requests" .1.3.6.1.4.1.4491.2.1.21.1.2.1.32 |
docsQosParamSetMaxReqPerSidClusterThis attribute specifies the maximum number of requests
that a CM can make within a given SID Cluster before it must
switch to a different SID Cluster to make further requests.
A value of 0 indicates there is no limit.
This attribute only applies to upstream Service Flows in 3.0
operation, in other cases it is reported as 0. If the
referenced parameter is not present in the DOCSIS QOS
Parameter Set, this attribute returns 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.33 |
docsQosParamSetMaxOutstandingBytesPerSidClusterThis attribute specifies the maximum number of bytes
for which a CM can have requests outstanding on a given
SID Cluster. If defined number of bytes are outstanding
and further requests are required, the CM must switch to
a different SID Cluster if one is available. A value of 0
indicates there is no limit.
This attribute only applies to upstream Service Flows in 3.0
operation, in other cases it is reported as 0.
If the referenced parameter is not present in the DOCSIS QOS
Parameter Set, this attribute returns 0.ro Unsigned32 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.2.1.34 |
docsQosParamSetMaxTotBytesReqPerSidClusterThis attribute specifies the maximum total number of bytes
a CM can have requested using a given SID Cluster before it
must switch to a different SID Cluster to make further
requests. A value of 0 indicates there is no limit.
This attribute only applies to upstream Service Flows in 3.0
operation, in other cases it is reported as 0.
If the referenced parameter is not present in the DOCSIS QOS
Parameter Set, this attribute returns 0.ro Unsigned32 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.2.1.35 |
docsQosParamSetMaxTimeInSidClusterThis attribute specifies the maximum time in milliseconds
that a CM may use a particular SID Cluster before it must
switch to a different SID Cluster to make further requests.
A value of 0 indicates there is no limit.
This attribute only applies to upstream Service Flows in 3.0
operation, in other cases it is reported as 0.
If the referenced parameter is not present in the DOCSIS QOS
Parameter Set, this attribute returns 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.2.1.36 |
docsQosParamSetPeakTrafficRateThis attribute specifies the rate parameter 'P' of a
token-bucket-based peak rate limiter for packets of a
downstream service flow. A value of 0 signifies no
Downstream Peak Traffic Rate is enforced.
This attribute only applies to downstream Service Flows.
If the referenced parameter is not present in the
corresponding downstream DOCSIS QOS Parameter Set,
this attribute returns 0.
This parameter is not applicable to upstream DOCSIS QOS
Parameter Sets, so its value is reported as 0 in that case.ro Unsigned32 UNITS "bps" .1.3.6.1.4.1.4491.2.1.21.1.2.1.37 |
docsQosParamSetDsResequencingThis attribute specifies if a resequending DSID need to be
allocated to the service flow.
The value 'resequencingDsid' indicates that a resequencing DSID
is required if the service flow is assigned to a downstream
bonding group.
The value 'noResequencingDsid' indicates no resequencing DSID
is associated with the service flow.
This attribute only applies to downstream Service Flows in 3.0
operation. If the referenced parameter is not present in the
corresponding downstream DOCSIS QOS Parameter Set, this
attribute returns 0. This parameter is not applicable to
upstream DOCSIS QOS Parameter Sets, so its value is reported
as 0 in that case.ro Enumeration .1.3.6.1.4.1.4491.2.1.21.1.2.1.38 |
docsQosServiceFlowTableThis object describes the set of DOCSIS-QOS Service
Flows in a managed device. SEQUENCE OF DocsQosServiceFlowEntry .1.3.6.1.4.1.4491.2.1.21.1.3 |
docsQosServiceFlowEntryThe conceptual row of docsQosServiceFlowTable.
The ifIndex key corresponds to the MAC Domain interface
of this service flow. DocsQosServiceFlowEntry .1.3.6.1.4.1.4491.2.1.21.1.3.1 |
docsQosServiceFlowIdThis key represents an identifier assigned to a Service
Flow by CMTS within a MAC Domain.
The value 0 is used only for the purpose of reporting instances
of the PktClass object pertaining UDCs and
not used for association of QOS classifiers to service
flows. Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.3.1.1 |
docsQosServiceFlowSIDService Identifier (SID) assigned to an admitted
or active Service Flow. This attribute
reports a value of 0 if a Service ID is not associated with
the Service Flow. Only active
or admitted upstream Service Flows will have a Service
ID (SID).ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.3.1.6 |
docsQosServiceFlowDirectionThis attribute represents the direction of the Service
Flow.ro IfDirection .1.3.6.1.4.1.4491.2.1.21.1.3.1.7 |
docsQosServiceFlowPrimaryThis attribute reflects whether Service Flow is the
primary
or a secondary Service Flow.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.3.1.8 |
docsQosServiceFlowParamSetTypeStatusThis attribute represents the status of the service
flow based on the admission state.
'active' bit set to '1' indicates that the service flow
is active and that the corresponding QOS ParamSet
is stored in the CMTS.
'admitted' bit set to '1' indicates that the service
flow resources were reserved and that the corresponding
QOS ParamSet is stored in the CMTS.
'provisioned' bit set to '1' indicates that the service
flow was defined in the CM config file and that the
corresponding QOS ParamSet is stored in the CMTS.ro Bits .1.3.6.1.4.1.4491.2.1.21.1.3.1.9 |
docsQosServiceFlowChSetIdThis attribute represents the Channel Set Id associated
with the service flow.ro ChSetId (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.3.1.10 |
docsQosServiceFlowAttrAssignSuccessIf set to 'true', this attribute indicates that the
current channel set associated with the service flow
meets the Required and Forbidden Attribute Mask encodings.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.3.1.11 |
docsQosServiceFlowDsidThis attribute indicates the DSID associated with
the downstream service flow. downstream service flows
without a DSID or upstream Service Flows report
the value zero.ro Dsid (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.3.1.12 |
docsQosServiceFlowStatsTableThis object describes statistics associated with
the Service Flows in a managed device. SEQUENCE OF DocsQosServiceFlowStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.4 |
docsQosServiceFlowStatsEntryThe conceptual row of docsQosServiceFlowStatsTable.
The ifIndex key corresponds to the MAC Domain interface
of the service flow. DocsQosServiceFlowStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.4.1 |
docsQosServiceFlowPktsFor outgoing Service Flows, this attribute counts
the number of Packet Data PDUs forwarded to this Service
Flow. For incoming upstream CMTS service flows,
this attribute counts the number of Packet Data PDUs
actually received on the Service Flow identified by
the SID for which the packet was scheduled. CMs not classifying
downstream packets may report this attribute's
value as 0 for downstream Service Flows. This
attribute does not count MAC-specific management
messages.
Particularly for UGS flows, packets sent on the primary
Service Flow in violation of the UGS grant size should
be counted only by the instance of this attribute
that is associated with the primary service flow.
Unclassified upstream user data packets (i.e., non-
MAC-management) forwarded to the primary upstream
Service Flow should be counted by the instance of this
attribute that is associated with the primary service
flow.
This attribute does include packets counted by
ServiceFlowPolicedDelayPkts, but does not include packets
counted by ServiceFlowPolicedDropPkts and
ServiceFlowPHSUnknowns.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter64 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.4.1.1 |
docsQosServiceFlowOctetsThis attribute indicates the count of the number of
octets from the byte after the MAC header HCS to the end
of the CRC for all packets counted in the ServiceFlowPkts
attribute for this row. Note that this counts
the octets after payload header suppression and before
payload header expansion have been applied.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter64 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.4.1.2 |
docsQosServiceFlowTimeCreatedThis attribute indicates the value of sysUpTime when
the service flow was created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.4.1.3 |
docsQosServiceFlowTimeActiveThis attribute indicates the number of seconds that
the service flow has been active.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter32 UNITS "seconds" .1.3.6.1.4.1.4491.2.1.21.1.4.1.4 |
docsQosServiceFlowPHSUnknownsFor incoming upstream CMTS service flows, this attribute
counts the number of packets received with an
unknown payload header suppression index.
The service flow is identified by the SID for which the
packet was scheduled.
On a CM, only this attribute's instance for the primary
downstream service flow counts packets received
with an unknown payload header suppression index. All
other downstream service flows on CM report this attributes
value as 0.
All outgoing service flows report this attribute's
value as 0.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter32 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.4.1.5 |
docsQosServiceFlowPolicedDropPktsFor outgoing service flows, this attribute counts
the number of Packet Data PDUs classified to this service
flow dropped due to:
(1) implementation-dependent excessive delay while
enforcing the Maximum Sustained Traffic Rate; or
(2) UGS packets dropped due to exceeding the Unsolicited
Grant Size with a Request/Transmission policy
that requires such packets to be dropped.
Classified packets dropped due to other reasons must
be counted in ifOutDiscards for the interface of this
service flow. This attribute reports 0 for incoming
service flows.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter32 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.4.1.6 |
docsQosServiceFlowPolicedDelayPktsThis attribute counts only outgoing packets delayed
in order to maintain the Maximum Sustained Traffic
Rate. This attribute will always report a value of
0 for UGS flows because the Maximum Sustained Traffic
Rate does not apply. This attribute is 0 for incoming
service flows.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter32 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.4.1.7 |
docsQosServiceFlowTimeLastActiveThe value of sysUpTime when the service flow last became active. TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.4.1.8 |
docsQosServiceFlowTimePrevActiveTotalThe total previous time that the service had been active.
This is used to compute docsQosServiceFlowTimeActive using the
following formula :
docsQosServiceFlowTimeActive =
(sysUpTime - docsQosServiceFlowTimeLastActive) +
docsQosServiceFlowTimePrevActiveTotal;
Furthermore, this object is computed using the following formula:
docsQosServiceFlowTimPrevActiveTotal =
sysUpTime - docsQosServiceFlowTimeLastActive;
This object is re-computed whenever the flow transitions from
active to any other state. Counter32 UNITS "seconds" .1.3.6.1.4.1.4491.2.1.21.1.4.1.9 |
docsQosUpstreamStatsTableThis object describes statistics associated with
upstream service flows. All counted frames must be
received without a Frame Check Sequence (FCS) error. SEQUENCE OF DocsQosUpstreamStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.5 |
docsQosUpstreamStatsEntryThe conceptual row of docsQosUpstreamStatsTable.
The ifIndex key corresponds to the upstream logical channel
interface of the service flow. DocsQosUpstreamStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.5.1 |
docsQosSIDThis key identifies a service ID for an admitted
or active upstream service flow. Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.5.1.1 |
docsQosUpstreamFragmentsThis attribure indicates the number of fragmentation
headers received on an upstream service flow, regardless
of whether the fragment was correctly reassembled
into a valid packet.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter32 UNITS "fragments" .1.3.6.1.4.1.4491.2.1.21.1.5.1.2 |
docsQosUpstreamFragDiscardsThis attribute indicates the number of upstream fragments
discarded and not assembled into a valid upstream
packet.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter32 UNITS "fragments" .1.3.6.1.4.1.4491.2.1.21.1.5.1.3 |
docsQosUpstreamConcatBurstsThis attribute indicates the number of concatenation
headers received on an upstream service flow.
This counter's last discontinuity is the
ifCounterDiscontinuityTime for of the associated MAC Domain
interface index.ro Counter32 UNITS "headers" .1.3.6.1.4.1.4491.2.1.21.1.5.1.4 |
docsQosDynamicServiceStatsTableThis object describes statistics associated with
the Dynamic Service Flows, Dynamic Channel Changes
and Dynamic Bonding Changes in a managed device within
a MAC Domain.
For each MAC Domain there are two instances for the for
the upstream and downstream
direction.
On the CMTS, the downstream direction instance indicates
messages transmitted or transactions originated
by the CMTS. The upstream direction intance indicates
messages received or transaction originated
by the CM.
On the CM, the downstream direction instance indicates
messages received or transactions originated by
the CMTS. The upstream direction instance indicates
messages transmitted by the CM or transactions originated
by the CM. SEQUENCE OF DocsQosDynamicServiceStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.6 |
docsQosDynamicServiceStatsEntryThe conceptual row of docsQosDynamicServiceStatsTable.
The ifIndex key corresponds to the MAC Domain interface
of the service flow. DocsQosDynamicServiceStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.6.1 |
docsQosIfDirectionThis attribute indicates the interface direction
for the instance the statistics are collected. IfDirection .1.3.6.1.4.1.4491.2.1.21.1.6.1.1 |
docsQosDSAReqsThis attribute indicates the number of Dynamic Service
Addition Requests, including retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.2 |
docsQosDSARspsThe number of Dynamic Service Addition Responses,
including retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.3 |
docsQosDSAAcksThe number of Dynamic Service Addition Acknowledgements,
including retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.4 |
docsQosDSCReqsThe number of Dynamic Service Change Requests, including
retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.5 |
docsQosDSCRspsThe number of Dynamic Service Change Responses, including
retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.6 |
docsQosDSCAcksThe number of Dynamic Service Change Acknowledgements,
including retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.7 |
docsQosDSDReqsThe number of Dynamic Service Delete Requests, including
retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.8 |
docsQosDSDRspsThe number of Dynamic Service Delete Responses, including
retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.9 |
docsQosDynamicAddsThe number of successful Dynamic Service Addition
transactions.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.10 |
docsQosDynamicAddFailsThe number of failed Dynamic Service Addition transactions.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.11 |
docsQosDynamicChangesThe number of successful Dynamic Service Change transactions.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.12 |
docsQosDynamicChangeFailsThe number of failed Dynamic Service Change transactions.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.13 |
docsQosDynamicDeletesThe number of successful Dynamic Service Delete transactions.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.14 |
docsQosDynamicDeleteFailsThe number of failed Dynamic Service Delete transactions.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.15 |
docsQosDCCReqsThe number of Dynamic Channel Change Request messages
traversing an interface. This count is nonzero
only on downstream direction rows. This count should
include the number of retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.16 |
docsQosDCCRspsThe number of Dynamic Channel Change Response messages
traversing an interface. This count is nonzero
only on upstream direction rows. This count should
include the number of retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.17 |
docsQosDCCAcksThe number of Dynamic Channel Change Acknowledgement
messages traversing an interface. This count is
nonzero only on downstream direction rows. This count
should include the number of retries.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.18 |
docsQosDCCsThe number of successful Dynamic Channel Change transactions.
This count is nonzero only on downstream
direction rows.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.19 |
docsQosDCCFailsThe number of failed Dynamic Channel Change transactions.
This count is nonzero only on downstream direction
rows.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and at
other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.20 |
docsQosDCCRspDepartsThis attribute contains the number of Dynamic Channel
Change Response (depart) messages. It only applies
to upstream direction. Discontinuities in the
value of this counter can occur at reinitialization
of the managed system, and at other times as indicated
by the value of ifCounterDiscontinuityTime of the
associated MAC Domain interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.21 |
docsQosDCCRspArrivesThis attribute contains the number of Dynamic Channel
Change Response (arrive) messages and should include
retries. It only applies to the upstream direction.
Discontinuities in the value of this counter
can occur at reinitialization of the managed system,
and at other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.22 |
docsQosDbcReqsThis attribute contains the number of Dynamic Bonding
Change Requests, including retries. It only applies
to the upstream direction. Discontinuities in
the value of this counter can occur at reinitialization
of the managed system, and at other times as indicated
by the value of ifCounterDiscontinuityTime of
the associated MAC Domain interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.23 |
docsQosDbcRspsThis attribute contains the number of Dynamic Bonding
Change Responses, including retries. It only applies
to the upstream direction. Discontinuities
in the value of this counter can occur at reinitialization
of the managed system, and at other times as indicated
by the value of ifCounterDiscontinuityTime
of the associated MAC Domain interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.24 |
docsQosDbcAcksThis attribute contains the number of Dynamic Bonding
Change Acknowledgements, including retries.
It only applies to the downstream direction. Discontinuities
in the value of this counter can occur at reinitialization
of the managed system, and at other times
as indicated by the value of ifCounterDiscontinuityTime
of the associated MAC Domain interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.25 |
docsQosDbcSuccessesThis attribute contains the number of fully successful
Dynamic Bonding Change transactions. It only
applies to the downstream direction and does not include
DBC transactions that result in Partial Service.
Discontinuities in the value of this counter can occur
at reinitialization of the managed system, and
at other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.26 |
docsQosDbcFailsThis attribute contains the number of failed Dynamic
Bonding Change transactions. It only applies to
the downstream direction. Note that Partial Service
is not considered a failed transaction. Discontinuities
in the value of this counter can occur at reinitialization
of the managed system, and at other times
as indicated by the value of ifCounterDiscontinuityTime
of the associated MAC Domain interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.27 |
docsQosDbcPartialThis attribute contains the number of unsuccessful
Dynamic Bonding Change transactions that result
in Partial Service. IT only applies to the downstream
direction. Discontinuities in the value of this counter
can occur at reinitialization of the managed system,
and at other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC
Domain interface index.ro Counter32 .1.3.6.1.4.1.4491.2.1.21.1.6.1.28 |
docsQosServiceFlowLogTableThis object contains a log of the disconnected Service
Flows in a managed device. SEQUENCE OF DocsQosServiceFlowLogEntry .1.3.6.1.4.1.4491.2.1.21.1.7 |
docsQosServiceFlowLogEntryThe conceptual row of docsQosServiceFlowLogTable. DocsQosServiceFlowLogEntry .1.3.6.1.4.1.4491.2.1.21.1.7.1 |
docsQosServiceFlowLogIndexThis key indicates an unique index for a logged service
flow. Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.7.1.1 |
docsQosServiceFlowLogIfIndexThis attribute indicates the MAC Domain Interface
index where the service flow was present.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.4491.2.1.21.1.7.1.2 |
docsQosServiceFlowLogSFIDThis attribute indicates the identifier assigned
to the service flow.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.7.1.3 |
docsQosServiceFlowLogCmMacThis attribute indicates the MAC address of the cable
modem associated with the service flow.ro MacAddress (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.7.1.4 |
docsQosServiceFlowLogPktsThis attribute indicates the final value of the Pkts
attribute in the ServiceFlowStats object for the
service flow.ro Counter64 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.7.1.5 |
docsQosServiceFlowLogOctetsThis attribute indicates the final value of the Pkts
attribute in the ServiceFlowStats object for the
service flow.ro Counter64 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.7.1.6 |
docsQosServiceFlowLogTimeDeletedThis attribute indicates the value of sysUpTime when
the service flow was deleted.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.7.1.7 |
docsQosServiceFlowLogTimeCreatedThis attribute indicates the value of sysUpTime when
the service flow was created.ro TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.7.1.8 |
docsQosServiceFlowLogTimeActiveThis attribute indicates the total time that the service
flow was active.ro Counter32 UNITS "seconds" .1.3.6.1.4.1.4491.2.1.21.1.7.1.9 |
docsQosServiceFlowLogDirectionThis attribute indicates the value of Service Flow
direction for the service flow.ro IfDirection .1.3.6.1.4.1.4491.2.1.21.1.7.1.11 |
docsQosServiceFlowLogPrimaryIf set to 'true', this attribute indicates that the
Service Flow in the log was a Primary Service Flow, otherwise,
a Secondary Service Flow.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.7.1.12 |
docsQosServiceFlowLogServiceClassNameThis attribute indicates the value of ServiceClassName
for the provisioned QOS Parameter Set of the service
flow.ro SnmpAdminString .1.3.6.1.4.1.4491.2.1.21.1.7.1.13 |
docsQosServiceFlowLogPolicedDropPktsThis attribute indicates the final value of PolicedDropPkts
attribute of the ServiceFlowStats object
for the service flow.ro Counter32 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.7.1.14 |
docsQosServiceFlowLogPolicedDelayPktsThis attribute indicates the final value of PolicedDelayPkts
attribute of the ServiceFlowStats object
for the service flow.ro Counter32 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.7.1.15 |
docsQosServiceFlowLogControlThis attribute when set to 'destroy' removes this
instance from the object.
Reading this attribute returns the value 'active'.rw Enumeration .1.3.6.1.4.1.4491.2.1.21.1.7.1.16 |
docsQosServiceClassTableThis object describes a provisioned service class
on a CMTS.
Each object instance defines a template for certain
DOCSIS QOS Parameter Set values. When a CM creates or
modifies an Admitted QOS Parameter Set for a Service
Flow, it may reference a Service Class Name instead of
providing explicit QOS Parameter
Set values. In this case, the CMTS populates the QOS Parameter
Set with the applicable
corresponding values from the named Service Class.
Subsequent changes to a Service Class row do not affect
the QOS Parameter Set values of any service flows already
admitted.
A service class template applies to only a single direction,
as indicated in the ServiceClassDirection
attribute. SEQUENCE OF DocsQosServiceClassEntry .1.3.6.1.4.1.4491.2.1.21.1.8 |
docsQosServiceClassEntryThe conceptual row of docsQosServiceClassTable. DocsQosServiceClassEntry .1.3.6.1.4.1.4491.2.1.21.1.8.1 |
docsQosServiceClassNameThis key indicates the Service Class Name associated
with this object instance. DOCSIS specifies
that the maximum size is 16 ASCII characters including
a terminating zero. The terminating zero is not
represented in this SnmpAdminString syntax attribute. SnmpAdminString .1.3.6.1.4.1.4491.2.1.21.1.8.1.1 |
docsQosServiceClassStatusThe conceptual row status of this object.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.8.1.3 |
docsQosServiceClassPriorityThis attribute is the template for the Priority attribute
of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.4 |
docsQosServiceClassMaxTrafficRateThis attribute is the template for the MaxTrafficRate
attribute of the QoS Parameter Set.rw BitRate UNITS "bps" .1.3.6.1.4.1.4491.2.1.21.1.8.1.5 |
docsQosServiceClassMaxTrafficBurstThis attribute is the template for the MaxTrafficBurst
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.8.1.6 |
docsQosServiceClassMinReservedRateThis attribute is the template for the MinReservedRate
attribute of the QoS Parameter Set.rw BitRate UNITS "bps" .1.3.6.1.4.1.4491.2.1.21.1.8.1.7 |
docsQosServiceClassMinReservedPktThis attribute is the template for the MinReservedPkt
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.8 |
docsQosServiceClassMaxConcatBurstThis attribute is the template for the MaxConcatBurst
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.9 |
docsQosServiceClassNomPollIntervalThis attribute is the template for the NomPollInterval
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.8.1.10 |
docsQosServiceClassTolPollJitterThis attribute is the template for the TolPolJitter
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.8.1.11 |
docsQosServiceClassUnsolicitGrantSizeThis attribute is the template for the UnsolicitGrantSize
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.12 |
docsQosServiceClassNomGrantIntervalThis attribute is the template for the NomGrantInterval
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.8.1.13 |
docsQosServiceClassTolGrantJitterThis attribute is the template for the TolGrantJitter
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.8.1.14 |
docsQosServiceClassGrantsPerIntervalThis attribute is the template for the GrantsPerInterval
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.15 |
docsQosServiceClassMaxLatencyThis attribute is the template for the MaxLatency
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "microseconds" .1.3.6.1.4.1.4491.2.1.21.1.8.1.16 |
docsQosServiceClassActiveTimeoutThis attribute is the template for the ActiveTimeout
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.17 |
docsQosServiceClassAdmittedTimeoutThis attribute is the template for the AddmitedTimeout
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.18 |
docsQosServiceClassSchedulingTypeThis attribute is the template for the SchedulingType
attribute of the QoS Parameter Set.rw SchedulingType .1.3.6.1.4.1.4491.2.1.21.1.8.1.19 |
docsQosServiceClassRequestPolicyThis attribute is the template for the ReqPolicyOct
attribute of the QoS Parameter Set.rw OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.8.1.20 |
docsQosServiceClassTosAndMaskThis attribute is the template for the TosAndMask
attribute of the QoS Parameter Set.rw OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.8.1.21 |
docsQosServiceClassTosOrMaskThis attribute is the template for the TosOrMask attribute
of the QoS Parameter Set.rw OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.8.1.22 |
docsQosServiceClassDirectionThis attribute is the template for the Direction attribute
of the QoS Parameter Set.rw IfDirection .1.3.6.1.4.1.4491.2.1.21.1.8.1.23 |
docsQosServiceClassStorageTypeThis attribute defines whether this row is kept in
volatile storage and lost upon reboot or whether
it is backed up by non-volatile or permanent storage.
'permanent' entries need not allow writable access to
any instance attribute.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.8.1.24 |
docsQosServiceClassDSCPOverwriteThis attribute allows the overwrite of the DSCP field
per RFC 3260.
If this attribute is -1, then the corresponding TosAndMask
value is set to be 'FF'H and TosOrMask is set to
'00'H. Otherwise, this attribute is in the range of 0..63,
and the corresponding TosAndMask value is '03'H
and TosOrMaskvalue is this attribute value shifted
left by two bit positions.rw DscpOrAny .1.3.6.1.4.1.4491.2.1.21.1.8.1.25 |
docsQosServiceClassRequiredAttrMaskThis attribute is the template for the RequiredAttrMask
attribute of the QoS Parameter Set.rw AttributeMask (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.8.1.26 |
docsQosServiceClassForbiddenAttrMaskThis attribute is the template for the ForbiddenAttrMask
attribute of the QoS Parameter Set.rw AttributeMask (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.8.1.27 |
docsQosServiceClassAttrAggrRuleMaskThis attribute is the template for the AttrAggregationMask
attribute of the QoS Parameter Set.rw AttrAggrRuleMask (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.8.1.28 |
docsQosServiceClassAppIdThis attribute is the template for the AppId attribute
of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.29 |
docsQosServiceClassMultiplierContentionReqWindowThis attribute is the template for the MultiplierContentionReqWindow
attribute of the QoS Parameter
Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.30 |
docsQosServiceClassMultiplierBytesReqThis attribute is the template for the MultiplierBytesReq
attribute of the QoS Parameter Set.rw Unsigned32 (1 | 2 | 4 | 8 | 16) .1.3.6.1.4.1.4491.2.1.21.1.8.1.31 |
docsQosServiceClassMaxReqPerSidClusterThis attribute is the template for the MaxReqPerSidCluster
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.32 |
docsQosServiceClassMaxOutstandingBytesPerSidClusterThis attribute is the template for the MaxOutstandingBytesPerSidCluster
attribute of the QoS Parameter
Set.rw Unsigned32 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.8.1.33 |
docsQosServiceClassMaxTotBytesReqPerSidClusterThis attribute is the template for the MaxTotBytesReqPerSidCluster
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "bytes" .1.3.6.1.4.1.4491.2.1.21.1.8.1.34 |
docsQosServiceClassMaxTimeInSidClusterThis attribute is the template for the MaxTimeInSidCluster
attribute of the QoS Parameter Set.rw Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.8.1.35 |
docsQosServiceClassPeakTrafficRateThis attribute is the template for the PeakTrafficRate
attribute of the QoS Parameter Set.rw Unsigned32 UNITS "bps" .1.3.6.1.4.1.4491.2.1.21.1.8.1.36 |
docsQosServiceClassDsResequencingThis attribute is the template for the DsResequencing
attribute of the QoS Parameter Set.rw Enumeration .1.3.6.1.4.1.4491.2.1.21.1.8.1.37 |
docsQosPHSTableThis object describes the set of payload header suppression
of Service Flows. SEQUENCE OF DocsQosPHSEntry .1.3.6.1.4.1.4491.2.1.21.1.10 |
docsQosPHSEntryThe conceptual row of docsQosPHSTable.
The ifIndex key corresponds to the MAC Domain interface
of the service flow of the classifier that includes this
PHS rule. DocsQosPHSEntry .1.3.6.1.4.1.4491.2.1.21.1.10.1 |
docsQosPHSFieldThis attribute indicates the Payload Header suppression
field defines the bytes of the header that must
be suppressed/restored by the sending/receiving
device.
The number of octets in this attribute should be the same
as the value of PHSSize.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.10.1.2 |
docsQosPHSMaskThis attribute defines the bit mask that is used in
combination with the PHSField. It defines which bytes
in the header must be suppressed/restored by the sending
or receiving device.
Each bit of this bit mask corresponds to a byte in the PHSField,
with the least
significant bit corresponding to the first byte of the
PHSField.
Each bit of the bit mask specifies whether the corresponding
byte should be suppressed in the packet. A bit
value of '1' indicates that the byte should be suppressed
by the sending device and restored by the receiving
device.
A bit value of '0' indicates that the byte should not be
suppressed by the sending device or restored by the
receiving device.
If the bit mask does not contain a bit for each byte in the
PHSField, then the bit mask is extended with bit values
of '1' to be the necessary length.ro OCTET STRING .1.3.6.1.4.1.4491.2.1.21.1.10.1.3 |
docsQosPHSSizeThis attribute specifies the number of bytes in the
header to be suppressed and restored.
The value of this attribute matches the numberof bytes
in the Field attribute.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.10.1.4 |
docsQosPHSVerifyIf 'true', this attribute indicates that the sender
must verify that the PHS Field
is the same as the content in the packet to be suppressed.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.10.1.5 |
docsQosPHSIndexThis attribute uniquely references the PHS rule for
a given service flow.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.10.1.7 |
docsQosCmtsMacToSrvFlowTableThis object provides the mapping of unicast service
flows with the cable modem the service flows belongs
to. SEQUENCE OF DocsQosCmtsMacToSrvFlowEntry .1.3.6.1.4.1.4491.2.1.21.1.11 |
docsQosCmtsMacToSrvFlowEntryThe conceptual row of docsQosCmtsMacToSrvFlowTable. DocsQosCmtsMacToSrvFlowEntry .1.3.6.1.4.1.4491.2.1.21.1.11.1 |
docsQosCmtsCmMacThis key represents the MAC address for the referenced
CM. MacAddress (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.11.1.1 |
docsQosCmtsServiceFlowIdThis key represents the identifier of the Service
Flow. Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.11.1.2 |
docsQosCmtsIfIndexThis attribute represents the interface index of
the MAC domain of the Service Flow and where the CableModem
is registered.ro InterfaceIndex (IF-MIB) .1.3.6.1.4.1.4491.2.1.21.1.11.1.3 |
docsQosServiceFlowSidClusterTableThis object defines the SID clusters associated with
an upstream service flow. SEQUENCE OF DocsQosServiceFlowSidClusterEntry .1.3.6.1.4.1.4491.2.1.21.1.12 |
docsQosServiceFlowSidClusterEntryThe conceptual row of docsQosServiceFlowSidClusterTable.
The ifIndex key corresponds to the MAC Domain interface
of the service flow. DocsQosServiceFlowSidClusterEntry .1.3.6.1.4.1.4491.2.1.21.1.12.1 |
docsQosServiceFlowSidClusterIdThis key represents the SID Cluster ID of the SID Cluster. Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.12.1.1 |
docsQosServiceFlowSidClusterUcidThis key represents the upstream Channel ID mapped
to the corresponding SID. ChId .1.3.6.1.4.1.4491.2.1.21.1.12.1.2 |
docsQosServiceFlowSidClusterSidThis attribute represents the SID assigned to the
upstream channel in this SID Cluster.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.12.1.3 |
docsQosGrpServiceFlowTableThis object provides extensions to the service flow
information for Group Service Flows (GSFs). SEQUENCE OF DocsQosGrpServiceFlowEntry .1.3.6.1.4.1.4491.2.1.21.1.13 |
docsQosGrpServiceFlowEntryThe conceptual row of docsQosGrpServiceFlowTable.
The ifIndex key corresponds to the MAC Domain interface
of the group service flow. DocsQosGrpServiceFlowEntry .1.3.6.1.4.1.4491.2.1.21.1.13.1 |
docsQosGrpServiceFlowIsDefThis attribute indicates whether the GSF QOS Parameter
Set corresponds to the Default Group Service Flow.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.13.1.1 |
docsQosGrpServiceFlowQosConfigIdThis attribute indicates the Group QoS Configuration
(GQC) identifier used of the creation of this GSF.
The value zero indicates that the Service Flow is using
the default service flow.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.13.1.2 |
docsQosGrpServiceFlowNumSessThis attribute indicates the number of sessions that
are configured in an aggregated Service Flow. If
this is a single session replication, the value of this
attribute is 1.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.13.1.3 |
docsQosGrpPktClassTableThis object provides additional packet classification
information for Group Classifier References
(GCRs) in a Group Service Flow (GSF). SEQUENCE OF DocsQosGrpPktClassEntry .1.3.6.1.4.1.4491.2.1.21.1.14 |
docsQosGrpPktClassEntryThe conceptual row of docsQosGrpPktClassTable.
The ifIndex key corresponds to the MAC Domain interface of the
service flow of this group classifier. DocsQosGrpPktClassEntry .1.3.6.1.4.1.4491.2.1.21.1.14.1 |
docsQosGrpPktClassGrpConfigIdThis attribute indicates the GC identifier used of
the creation of this GSF.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.14.1.1 |
docsQosUpChCounterExtTableThis object provides extensions for service flow
statistics for fragmentation for channel bonding. SEQUENCE OF DocsQosUpChCounterExtEntry .1.3.6.1.4.1.4491.2.1.21.1.15 |
docsQosUpChCounterExtEntryThe conceptual row of docsQosUpChCounterExtTable.
The ifIndex key corresponds to the upstream Channel Interface
of the service flow. DocsQosUpChCounterExtEntry .1.3.6.1.4.1.4491.2.1.21.1.15.1 |
docsQosUpChCounterExtSgmtValidsThis attribute represents the total number segments
processed on this channel. Discontinuities in the
value of this counter can occur at reinitialization
of the managed system, and at other times as indicated
by the value of ifCounterDiscontinuityTime of the
associated MAC Domain interface index.ro Counter32 UNITS "segments" .1.3.6.1.4.1.4491.2.1.21.1.15.1.1 |
docsQosUpChCounterExtSgmtDiscardsThis attribute represents the total number of discarded
segments on this channel due to segment HCS problems.
Discontinuities in the value of this counter
can occur at reinitialization of the managed system,
and at other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 UNITS "segments" .1.3.6.1.4.1.4491.2.1.21.1.15.1.2 |
docsQosServiceFlowCcfStatsTableThis object provides upstream service flow statistics
for Continous Concatenation and Fragmentation
(CCF).
The CMTS MAY not instantate this object for service flows
that do not use CCF or return the zero value on individual
counter's statistics. SEQUENCE OF DocsQosServiceFlowCcfStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.16 |
docsQosServiceFlowCcfStatsEntryThe conceptual row of docsQosServiceFlowCcfStatsTable.
The ifIndex key corresponds to the MAC Domain interface
of the service flow. DocsQosServiceFlowCcfStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.16.1 |
docsQosServiceFlowCcfStatsSgmtValidsThis attribute contains the number of segments counted
on this service flow regardless of whether the
fragment was correctly reassembled into valid packets.
Discontinuities in the value of this counter can
occur at reinitialization of the managed system, and
at other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 UNITS "segments" .1.3.6.1.4.1.4491.2.1.21.1.16.1.1 |
docsQosServiceFlowCcfStatsSgmtLostThis attribute counts the number of segments which
the CMTS segment reassembly function determines were
lost. Discontinuities in the value of this counter
can occur at reinitialization of the managed system,
and at other times as indicated by the value of
ifCounterDiscontinuityTime of the associated MAC Domain
interface index.ro Counter32 UNITS "segments" .1.3.6.1.4.1.4491.2.1.21.1.16.1.2 |
docsQosCmtsDsidTableThis object describes DSID information stored in
the CMTS.
The CMTS reports the current status of existing DSIDs.
When a DSID is created during the registration process
or a DBC transaction, a corresponding object instance
is created. If a DSID is deleted or changed via
a DBC message the corresponding object instance is deleted
or updated respectively. SEQUENCE OF DocsQosCmtsDsidEntry .1.3.6.1.4.1.4491.2.1.21.1.18 |
docsQosCmtsDsidEntryThe conceptual row of docsQosCmtsDsidTable.
The ifIndex key corresponds to the MAC Domain interface
of the DSID. DocsQosCmtsDsidEntry .1.3.6.1.4.1.4491.2.1.21.1.18.1 |
docsQosCmtsDsidDsidThis key represents the DSID. Dsid (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.18.1.1 |
docsQosCmtsDsidUsageThis attribute indicates the properties of the DSID.
The bits are defined as follows:
'resequencing' This bit is set to 1 for a Resequencing
DSID.
'multicastCapable' This bit is set to 1 for a DSID that
is capable of transporting multicast traffic (i.e.,
the DSID has multicast forwarding attributes).
'multicastReplication' This bit is set to 1 for a DSID
that is used for transporting a multicast replication
(i.e. there is a corresponding instance of the MulticastRepl
object).
'bonding' This bit is set to a 1 for a DSID that is associated
with a bonding group.ro Bits .1.3.6.1.4.1.4491.2.1.21.1.18.1.2 |
docsQosCmtsDsidDsChSetThis attribute represents the Downstream Channel
Set over which the DSID is being resequenced.ro ChSetId (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.18.1.3 |
docsQosCmtsDsidReseqWaitTimeThis attribute represents the DSID Resequencing
Wait Time that is used for this DSID. This attribute is
only valid when the Usage attribute has the resequencing
bit set to 1. This attribute returns a value of 0
when the Usage attribute has the resequencing bit set
to 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.18.1.4 |
docsQosCmtsDsidReseqWarnThrshldThis attribute represents the DSID Resequencing
Warning Threshold that is used for this DSID. The value
of 0 indicates that the threshold warnings are disabled.
This attribute is only valid when the Usage attribute
has the resequencing bit set to 1. This attribute
returns a value of 0 when the Usage attribute has
the resequencing bit set to 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.18.1.5 |
docsQosCmtsDsidStatusHldoffTimerSeqOutOfRngThis attribute represents the hold-off timer for
reporting Out-of-Range Events via the CM-STATUS MAC
Management message. This attribute is only valid when
the Usage attribute has the resequencing bit set
to 1. This attribute returns a value of 0 when the Usage
attribute has the resequencing bit set to 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.18.1.6 |
docsQosCmtsDsidCurrentSeqNumThis attribute reports the value of the most recent
sequence number assigned by the CMTS for this DSID.
This attribute is only valid when the Usage attribute
has the resequencing bit set to 1. This attribute returns
a value of 0 when the Usage attribute has the resequencing
bit set to 0.ro Unsigned32 .1.3.6.1.4.1.4491.2.1.21.1.18.1.7 |
docsQosCmtsDebugDsidTableThe CMTS Debug DSID object contains the control of
DSID debug statistics reporting
An instance in this object defines the DSID and MAC domain
to which the CmtsDebugDsidStats collects statistics
for the downstream channel associated with that
DSID and MAC Domain. The deletion of an instance stops
the reporting of statistics for the specified DSID.
This object supports instance creation and deletion.
The CMTS MUST support at least one instance of this object. SEQUENCE OF DocsQosCmtsDebugDsidEntry .1.3.6.1.4.1.4491.2.1.21.1.19 |
docsQosCmtsDebugDsidEntryThe conceptual row of docsQosCmtsDebugDsidTable.
The ifIndex key corresponds to the MAC Domain interface
of the DSID. DocsQosCmtsDebugDsidEntry .1.3.6.1.4.1.4491.2.1.21.1.19.1 |
docsQosCmtsDebugDsidDsidThis attribute represents the DSID value to be debugged,
identified by the IfIndex attribute of this object. Dsid (DOCS-IF3-MIB) .1.3.6.1.4.1.4491.2.1.21.1.19.1.1 |
docsQosCmtsDebugDsidRowStatusThe conceptual row status of this object.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.4491.2.1.21.1.19.1.2 |
docsQosCmtsDebugDsidStatsTableThe CMTS Debug DSID Stats object describes statistics
at the CMTS for the forwarding of DSID-labeled downstream
packets.
The CMTS creates an instance for every combination of
MAC Domain, DSID value, and downstream channel on which
packets labeled with that DSID are transmitted.
The CMTS does not delete such instances while the corresponding
CmtsDebug object control instance exists. SEQUENCE OF DocsQosCmtsDebugDsidStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.20 |
docsQosCmtsDebugDsidStatsEntryThe conceptual row of docsQosCmtsDebugDsidStatsTable.
The ifIndex key corresponds to the MAC Domain interface
of the DSID. DocsQosCmtsDebugDsidStatsEntry .1.3.6.1.4.1.4491.2.1.21.1.20.1 |
docsQosCmtsDebugDsidStatsDsIfIndexThis key represents an interface index of a downstream
channel that belongs to the DSID InterfaceIndex (IF-MIB) .1.3.6.1.4.1.4491.2.1.21.1.20.1.1 |
docsQosCmtsDebugDsidStatsDsidPacketsThis attribute is a counter which contains the number
of packets transmitted by the CMTS which are labeled
with the DSID on the downstream channel. Discontinuities in
the value of this counter can occur as indicated by the value
of ifCounterDiscontinuityTime of the associated Downstream
interface index.ro Counter64 UNITS "packets" .1.3.6.1.4.1.4491.2.1.21.1.20.1.2 |
docsQosCmtsDebugDsidStatsDsidOctetsThis attribute counts the number of bytes transmitted
by the CMTS which are labeled with the DSID on the
downstream interface. Discontinuities in the value of
this counter can occur as indicated by the value of
ifCounterDiscontinuityTime of the associated Downstream
interface index.ro Counter64 UNITS "octets" .1.3.6.1.4.1.4491.2.1.21.1.20.1.3 |
docsQosMibConformance OBJECT IDENTIFIER .1.3.6.1.4.1.4491.2.1.21.2 |
docsQosMibCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.4491.2.1.21.2.1 |
docsQosMibGroups OBJECT IDENTIFIER .1.3.6.1.4.1.4491.2.1.21.2.2 |