Home/Catalog/CTRON-PRIORITY-CLASSIFY-MIB

CTRON-PRIORITY-CLASSIFY-MIB

AI MIB Summary

The CTRON-PRIORITY-CLASSIFY-MIB enables management of Cabletron network devices to define and enforce Quality of Service (QoS) policies by classifying traffic flows based on specific packet content attributes. This module facilitates the configuration of priority classification criteria to control bandwidth allocation and packet handling precedence for diverse traffic types.

The Cabletron Priority Classify MIB module for controlling Cabletron specific priority classification criteria based on packet content.
Main OID:
ctPriClassify.1.3.6.1.4.1.52.4.1.2.14.6
26
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

26 total
Object Name
ctPriClassifyThe Cabletron Priority Classify MIB module for controlling Cabletron specific priority classification criteria based on packet content.
MODULE-IDENTITY
.1.3.6.1.4.1.52.4.1.2.14.6
ctPriClassifyObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.52.4.1.2.14.6.1
ctPriClassifyStatusAllows the Priority Classification feature to be globally enabled/disabled. A value of disable(2), functionally supersedes the RowStatus of individual entries in the ctPriClassifyTable, but does not change their actual RowStatus value.rw
Enumeration
.1.3.6.1.4.1.52.4.1.2.14.6.1.1
ctPriClassifyMaxEntriesThe maximum number of entries allowed in the ctPriClassifyTable.ro
Unsigned32
.1.3.6.1.4.1.52.4.1.2.14.6.1.2
ctPriClassifyNumEntriesThe current number of entries in the ctPriClassifyTable.ro
Unsigned32
.1.3.6.1.4.1.52.4.1.2.14.6.1.3
ctPriClassifyTableA table containing configuration information for each Priority classification configured into the device by (local or network) management. All entries are permanent and will be restored after the device is reset.
SEQUENCE OF CtPriClassifyEntry
.1.3.6.1.4.1.52.4.1.2.14.6.1.4
ctPriClassifyEntryDescribes a particular entry of ctPriClassifyTable.
CtPriClassifyEntry
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1
ctPriClassifyPriorityThe priority for this entry. Any packet meeting the classification criteria specified by this conceptual row will be given the priority indicated by this object.
INTEGER
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.1
ctPriClassifyDataMeaningThe meaning of the ctPriClassifyDataVal leaf for this conceptual row. The ctPriClassifyDataVal specifies a particular value which, when compared to packet data, is used to classify that packet to a particular priority. The part of the packet (if any), to which this data comparison applies, is determined by this object. For example, the value ipAddressBilateral(8) means that the value ctPriClassifyDataVal for this entry is an IP address. It further means that the given IP address will be compared against both source and destination IP address fields in a packet. Such an entry obviously would not not match against any non-IP packets. Additionally, the value of this leaf will impose certain implicit ranges and interpretations of data contained within the ctPriClassifyDataVal leaf for this entry. The specific limitations of each type should be spelled out in the comments for that type.
CtPriClassifyType
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.2
ctPriClassifyDataValThe data value associated with ctPriClassifyDataMeaning. The explicit range of this value is any unsigned 32-bit integer(0..4294967295). This range may vary, however, depending upon the value of ctPriClassifyDataMeaning. Illegal values should not be allowed.
Unsigned32
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.3
ctPriClassifyDataMaskThis object is the one's complement of a 32-bit mask. This mask is applicable to the data comparison of ctPriClassifyDataVal. The mask is applied to the actual packet data under consideration through a logical bitwise AND operation. This result is then compared to the data. For example, we want to classify according to a bilateral IP address of 134.141.0.0 with a mask of 255.255.240.0. This would be reflected by the following values: ctPriClassifyDataMeaning: ipAddressBilateral(8) ctPriClassifyDataVal: 0x868d0000 ctPriClassifyDataMask: 0x00000fff Again there are contextual implications for this leaf depending upon the value of ctPriClassifyDataMeaning. Not all types will use the mask, and others will impose restrictions. This value should however be a true indication of the masking operation. In other words, data types that don't use a mask should only allow a value of zero, indicating that all data bits are significant in the comparison. The specific restrictions of each type should be spelled out in the comments for that type. Illegal values should not be allowed.
Unsigned32
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.4
ctPriClassifyIngressListThe set of ports on which this classification rule applies. Classification occurs on ingress. An agent implementation should allow a set operation of this object to create a row if it does not exist.rw
PortList
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.5
ctPriClassifyRowStatusThis object provides both control and status for the associated conceptual row in the table. Rows can be created in two ways. createAndGo - The specified row will be created and activated if the instance is allowable. If not, an inconsistentValue exception will be returned and the row will not be created. This provides the most optimal method of creating an active row, but provides the user no explanation if the row cannot be created. createAndWait - The specified row will be created and put in the notInService state if the instance is allowable. A subsequent activation of this row will bring it into the active state. If the instance is not allowable, the row will be created and put in the notReady state. A subsequent activation of this row will fail. Since the inappropriate information is always contained in the indexing leaves, activation will never succeed and the row should be removed by the management station. When a row is in the notReady state, the ctPriClassifyRowInfo may be retrieved to obtain a plain English explanation of why this row cannot be activated. createAndWait is the preferred method for this reason. Both methods described above leave ctPriClassifyIngressList in it's default state, requiring an additional set operation in order to modify it. An even more optimal twist on the createAndWait method is to set the ctPriClassifyIngressList to it's desired value as a method for row creation. This will essentially cause an implicit createAndWait since it too will leave the row in either the notInService or notReady state. This leaves only activation or error analysis as the last step. Any rows left in the notReady or notInService state for more than 5 minutes should be automatically removed by the agent implementation.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.6
ctPriClassifyRowInfoThis object provides info about this row in the form of an ASCII string, suitable for display purposes. The intended purpose of this object is to provide an 'agent-specific' explanation as to why the ctPriClassifyRowStatus for this conceptual row is in the 'notReady' state. A management station should read this object and display it to the user in this case. A conceptual row that does not fall into this category may simply return a single NULL, but may also provide any useful info of its choice. A management station may attempt to display such info if it so chooses, but is under no burden to do so.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.7
ctPriClassifyTOSStatusThis object indicates whether an IP Type Of Service (TOS) value, defined by ctPriClassifyTOSValue, should be written into the TOS field of the IP header for any packet matching the classification specified by this conceptual row. This object may be set to enable only for the conceptual rows whose ctPriClassifyDataMeaning and ctPriClassifyDataVal have the following values: ctPriClassifyDataMeaning ctPriClassifyDataVal ------------------------ -------------------- etherType(1) 0x0800 (IP) llcDsapSsap(2) 0x0606 (IP) ipTypeOfService(3) any ipProtocolType(4) any ipAddressSource(7) any ipAddressDestination(8) any ipAddressBilateral(9) any ipUdpPortSource(13) any ipUdpPortDestination(14) any ipUdpPortBilateral(15) any ipTdpPortSource(16) any ipTdpPortDestination(17) any ipTdpPortBilateral(18) any ipFrag(25) not applicable A conceptual row that does not fall into these categories may be set to disable(2) and will return disable(2).rw
Enumeration
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.8
ctPriClassifyTOSValueThe value to be written into the IP TOS field of the IP header of any packet that matches the classification specified by the conceptual row.rw
INTEGER
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.9
ctPriClassifyAbilityTableA table containing information for each of the priority classification types. Types for which there is no corresponding row are not supported by this device.
SEQUENCE OF CtPriClassifyAbilityEntry
.1.3.6.1.4.1.52.4.1.2.14.6.1.5
ctPriClassifyAbilityEntryDescribes a particular entry of ctPriClassifyAbilityTable.
CtPriClassifyAbilityEntry
.1.3.6.1.4.1.52.4.1.2.14.6.1.5.1
ctPriClassifyAbilityThe priority classification type associated with this entry.
CtPriClassifyType
.1.3.6.1.4.1.52.4.1.2.14.6.1.5.1.1
ctPriClassifyPortsThe set of ports on which the classification type specified by ctPriClassifyAbility is supported.ro
PortList
.1.3.6.1.4.1.52.4.1.2.14.6.1.5.1.2
ctPriClassifyTableLastChangeIndicates the sysUpTime at which the last change was made to the ctPriClassifyTable.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.52.4.1.2.14.6.1.6
ctPriClassifyConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.52.4.1.2.14.6.2
ctPriClassifyGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.52.4.1.2.14.6.2.1
ctPriClassifyBaseGroupA collection of objects providing device level control and status information for Priority classification.
Unknown
.1.3.6.1.4.1.52.4.1.2.14.6.2.1.1
ctPriClassifyCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.52.4.1.2.14.6.2.2
ctPriClassifyComplianceThe compliance statement for devices that support Priority classification.
Unknown
.1.3.6.1.4.1.52.4.1.2.14.6.2.2.1
CTRON-PRIORITY-CLASSIFY-MIB - SNMP MIB Reference | MIBs Explorer