CT-PRIORITY-CLASSIFY-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: CT-PRIORITY-CLASSIFY-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ctPriorityExtClassifyConfig 1.3.6.1.4.1.52.4.1.2.14.5
     pClassifyRTP 1.3.6.1.4.1.52.4.1.2.14.5.1
         pClassifyRTPLowDelayQueuePreference 1.3.6.1.4.1.52.4.1.2.14.5.1.1 integer read-write
This value represents one of eight preference levels, 0 through 7, with 0 being the worst and 7 the best. The value will be translated by the device into a three bit binary number. This value shall be used to put incoming RTP packets on an internal queue.
         pClassifyRTCPParsing 1.3.6.1.4.1.52.4.1.2.14.5.1.2 integer read-write
This object will enable or disable parsing of all forwarded packets looking for RTCP packets. Enabled(2) means that all fowarded packets will be parsed for RTCP. When an RTCP packet is found, the identification of the associated RTP 'connection' (next lower port number) is added to the list of low delay ports. Disabled(1) means that no packets will be parsed. Enumeration: 'disabled': 1, 'enabled': 2.
         pClassifyRTPTable 1.3.6.1.4.1.52.4.1.2.14.5.1.3 no-access
A list describing which MIB-II interfaces will allow 802.1 P/Q tagging or modification of the precedence field in the TOS portion of an IP packet or both. It also specifies the tagging value and the TOS precedence where applicable.
             pClassifyRTPEntry 1.3.6.1.4.1.52.4.1.2.14.5.1.3.1 no-access
This entry for pClassifyRTPEntry.
                 pClassifyRTPInterfaceNumber 1.3.6.1.4.1.52.4.1.2.14.5.1.3.1.1 integer read-only
The index of the MIB-II interface that the packet is destined for.
                 pClassifyRTPState 1.3.6.1.4.1.52.4.1.2.14.5.1.3.1.2 integer read-write
This object will enable or disable modification of the TOS precedence field and the 802.1 P/Q tagging. A value of NoModification(1) implies that modification is not allowed. OnlyQTag(2) means that only 802.1 P/Q tagging is allowed. When this object has a value OnlyQTOS(3), modification of only the TOS precedence field is permitted. QTagAndQTOS means that both TOS precedence modification and P/Q tagging is allowed. Enumeration: 'qTagAndQTOS': 4, 'onlyQTOS': 3, 'onlyQTag': 2, 'noModification': 1.
                 pClassifyRTPTOSPrecedence 1.3.6.1.4.1.52.4.1.2.14.5.1.3.1.3 integer read-write
This value represents one of eight precedence levels, 0 through 7, with 0 being the lowest and 7 the highest. The value will be translated by the device into a three bit binary number for use as the precedence field in the TOS portion of the IP Datagram. This object is valid only if pClassifyRTPState is OnlyQTOS or QTagAndQTOS.
                 pClassifyRTPTagPriority 1.3.6.1.4.1.52.4.1.2.14.5.1.3.1.4 integer read-write
This value represents one of eight priority levels, 0 through 7, with 0 being the lowest and 7 the highest. The value will be translated by the device into a three bit binary number for use as the user_priority field of the TCI (Tag Control Information) format. This object is only valid if pClassifyRTPState is OnlyQTag or QTagAndQTOS.
                 pClassifyRTPTagVID 1.3.6.1.4.1.52.4.1.2.14.5.1.3.1.5 integer read-write
This value represents a twelve bit VLAN identifier (VID) as specified in the IEEE 802.1Q standard. This object will provide a twelve bit VID in the TCI (Tag Control Information) portion of a tagged frame as specified in the IEEE 802.1Q. This value will be used to classify qualified packets in accordance with the IEEE 802.1Q standard. This object will also be used to reclassify certain packets exiting the port specified in pClassifyRTPInterfaceNumber whose TCI field contains a VID equal to the NULL VLAN ID. This object is valid only if pClassifyRTPState is OnlyQTag or QTagAndQTOS.
     pClassifyUDP 1.3.6.1.4.1.52.4.1.2.14.5.2
         pClassifyUDPTable 1.3.6.1.4.1.52.4.1.2.14.5.2.1 no-access
A list of UDP destination port numbers, UDP packets whose port numbers appear in this table will be put on a low delay queue, and the preference specified.
             pClassifyUDPEntry 1.3.6.1.4.1.52.4.1.2.14.5.2.1.1 no-access
A list of objects that describe the UDP port numbers that qualify as candidates for low delay queue preference classification.
                 pClassifyUDPPortNumber 1.3.6.1.4.1.52.4.1.2.14.5.2.1.1.1 integer read-write
The UDP destination port number tha qualifies as a candidate for low delay classification.
                 pClassifyUDPState 1.3.6.1.4.1.52.4.1.2.14.5.2.1.1.2 integer read-write
A packet with UDP port number equal to pClassifyUDPPortNumber will be put on a low_delay queue if state is Enabled(2). Enumeration: 'disabled': 1, 'enabled': 2, 'remove': 3.
                 pClassifyUDPLowDelayQueuePreference 1.3.6.1.4.1.52.4.1.2.14.5.2.1.1.3 integer read-write
Preference with which packet with UDP destination port number equal to pClassifyUDPPortNumberis put on the queue.