EXTREME-PBQOS-MIB: View SNMP OID List / Download MIB

VENDOR: EXTREME NETWORKS


 Home MIB: EXTREME-PBQOS-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
 extremeQosPolicy 1.3.6.1.4.1.1916.1.7
Extreme QoS Policy configuration objects
     extremeNextAvailableQosRuleIndex 1.3.6.1.4.1.1916.1.7.1 integer read-only
The value of the next available QoS Rule index. This object is used by an NMS to select an index value for row-creation in the extremeQosRuleTable. The current value of this object is changed to a new value when the current value is written to an agent's table. Row creation using the current value of this object allocates a extremeQosRuleIndex. Note the following: 1. A newly created row does not have to be active(1) for the agent to allocate the extremeQosRuleIndex. 2. Race conditions between multiple NMS's end when a row is created. Rows are deemed created when a setRequest is successfully committed (i.e. the errorStats is noError(0)). 3. An agent that exhausts its supply of extremeQosRuleIndex values returns zero as the value of this object. This can be used by an NMS as an indication to deleted unused rows and reboot the device.
     extremeQosRuleTable 1.3.6.1.4.1.1916.1.7.2 no-access
Table of QoS policy rules. Entries that duplicate the exact same set of policy conditions are not allowed.
         extremeQosRuleEntry 1.3.6.1.4.1.1916.1.7.2.1 no-access
Entry in table of QoS policy rules
             extremeQosRuleIndex 1.3.6.1.4.1.1916.1.7.2.1.1 integer read-only
An index into the table of QoS policy pattern rules. The index for a manager to use for creating new rows is determined by reading the value of extremeNextAvailableQosRuleIndex.
             extremeQosRuleScope 1.3.6.1.4.1.1916.1.7.2.1.2 integer read-only
The scope of conditions in which this rule applies. The value 'signaled' means that the policy rule is applied only to QoS signaling messages e.g. RSVP. The value 'inband' means that the policy rule is applied only to data traffic passing through this node. the value 'any' means that the policy is applied to any of the above conditions. Only the value 'any' is supported in ExtremeWare 6.0. Enumeration: 'any': 1, 'inband': 3, 'signaled': 2.
             extremeQosRuleDirection 1.3.6.1.4.1.1916.1.7.2.1.3 integer read-only
The direction in which this rule applies. The value 'forward' means that the rule is applied to data streams in the direction specified by the classification pattern. The value 'backward' means that the rule is applied in the reverse direction. The value 'any' means that the rule is applied for traffic in either direction of data flow. Note that the direction is applied to where the data flow itself will go, not to the direction of any signaling messages e.g. RSVP. Only the value 'forward' is supported in ExtremeWare 6.0. Enumeration: 'forward': 2, 'backward': 3, 'any': 1.
             extremeQosRuleInPort 1.3.6.1.4.1.1916.1.7.2.1.4 integer read-only
The ifIndex value of the physical switch input port for which this rule applies. Rules that indicate an individual value for this object have a lower precedence in ExtremeWare than rules that specify IP patterns. Conversely, rules that use IP patterns must apply to all physical ports and specify a value of 0 for this object. Any attempt to write a rule that indicates an individual value for this object together with non-default values for any of { extremeQosRuleDestAddrStart, extremeQosRuleDestAddrEnd, extremeQosRuleSrcAddrStart, extremeQosRuleSrcAddrEnd, extremeQosRuleProtocol, extremeQosRuleDestL4PortStart, extremeQosRuleDestL4PortEnd, extremeQosRuleSourceL4PortStart, extremeQosRuleSourceL4PortEnd and extremeQosRuleInPortMask } will be rejected by the agent.
             extremeQosRuleInPortMask 1.3.6.1.4.1.1916.1.7.2.1.5 portlist read-only
The list of physical switch input ports which further qualifies an IP flow. This object is an octet string with the MSB of octet 0 indicating port 0 and LSB indicating port 7. Similarly, the MSB of octet 1 indicates port 8 and it's LSB indicates port 15 and so on. The port numbers are 0-based. This object has no meaning for rules defined on physical ports that are not associated with an IP flow. Port based rules can be defined by assigning a non zero value to extremeQosRuleInPort. Any attempt to set this value without specifying the source/destination address range and/or source/destination l4 port range will be rejected by the agent. For IP flows that apply to all physical ports in the switch, this will be a zero length octet string.
             extremeQosRuleDestAddrStart 1.3.6.1.4.1.1916.1.7.2.1.6 ipaddress read-only
The start of the destination IP address range for which this rule applies.If this object has any value other than the default then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent.
             extremeQosRuleDestAddrEnd 1.3.6.1.4.1.1916.1.7.2.1.7 ipaddress read-only
The end of the destination IP address range for which this rule applies. If this object has any value other than the default then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent.
             extremeQosRuleSrcAddrStart 1.3.6.1.4.1.1916.1.7.2.1.8 ipaddress read-only
The start of the source IP address range for which this rule applies. If this object has any value other than the default then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent.
             extremeQosRuleSrcAddrEnd 1.3.6.1.4.1.1916.1.7.2.1.9 ipaddress read-only
The end of the source IP address range for which this rule applies. If this object has any value other than the default then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent.
             extremeQosRuleProtocol 1.3.6.1.4.1.1916.1.7.2.1.10 integer read-only
The IP protocol number for which this rule applies. If this object has any value other than 'any' then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent. Enumeration: 'tcpPermitEstablished': 5, 'udp': 2, 'tcp': 3, 'other': 4, 'icmp': 6, 'any': 1.
             extremeQosRuleDestL4PortStart 1.3.6.1.4.1.1916.1.7.2.1.11 l4port read-only
The destination starting layer 4 port number that would be used to match an IP flow. The value of 0 means that all layer 4 information would be ignored when matching an IP flow. If this object has any value other than 0 then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent. Any attempt to write an ICMP rule specifying an IP pattern with a non-default value for this object will be rejected by the agent.
             extremeQosRuleSourceL4PortStart 1.3.6.1.4.1.1916.1.7.2.1.12 l4port read-only
The source starting layer 4 port number that would be used to match an IP flow. The value of 0 means that all layer 4 information would be ignored when matching an IP flow. If this object has any value other than 0 then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent. NOTE: For an ICMP rule that specifies an IP pattern, this object has a different meaning in that it specifies the ICMP Type and Code values, in the following manner: The value of the Type must be shifted to the left by 8 bits and logical ORed with the value of the Code. The result will be stored in this object. In this case, this object can only contain values between 0 and 65535 inclusive since the ICMP Type and Code values are limited between 0 and 255 each.
             extremeQosRuleTosMask 1.3.6.1.4.1.1916.1.7.2.1.13 octet string read-only
A mask for the incoming IP Type-of-Service field to be applied when matching. The value of 0 means that any incoming IP ToS field is ignored. Only the default value is supported in ExtremeWare 6.0.
             extremeQosRuleTosMatch 1.3.6.1.4.1.1916.1.7.2.1.14 octet string read-only
If the value of the incoming IP Type-of-Service field, after applying a mask of extremeQosRuleTosMask, is this value then this rule is applied. Only the default value is supported in ExtremeWare 6.0.
             extremeQosRuleQosProfileIndex 1.3.6.1.4.1.1916.1.7.2.1.15 integer read-only
A pointer into the extremeQosProfileTable indicating the QoS treatment and actions to be applied to traffic matching this rule. A value of 0 means that this traffic will be dropped/discarded. The default value is that this traffic gets the default QoS treatment and actions.
             extremeQosRuleOwner 1.3.6.1.4.1.1916.1.7.2.1.16 ownerstring read-only
Indicates the identity of the manager that configured this entry.
             extremeQosRuleRowStatus 1.3.6.1.4.1.1916.1.7.2.1.17 rowstatus read-only
The row status for this QoS rule. This OBJECT can be set to: active(1) createAndGo(4) createAndWait(5) destroy(6) The following values may be read: active(1) notReady(3).
             extremeQosRuleDestL4PortEnd 1.3.6.1.4.1.1916.1.7.2.1.18 l4port read-only
The destination last layer 4 port number that would determine the l4 port range to match an IP flow. The value of 0 means that all layer 4 information would be ignored when matching an IP flow. If this object has any value other than 0 then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent. Any attempt to write an ICMP rule specifying an IP pattern with a non-default value for this object will be rejected by the agent.
             extremeQosRuleSourceL4PortEnd 1.3.6.1.4.1.1916.1.7.2.1.19 l4port read-only
The source last layer 4 port number that would determine the l4 port range to match an IP flow. The value of 0 means that all layer 4 information would be ignored when matching an IP flow. If this object has any value other than 0 then this rule takes precedence over any rule that specifies an individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent. Any attempt to write an ICMP rule specifying an IP pattern with a non-default value for this object will be rejected by the agent.
             extremeQosRulePrecedence 1.3.6.1.4.1.1916.1.7.2.1.20 integer read-only
The precedence used to select one rule over potentially multiple rules that might match an L3/L4 flow. The rule with highest precedence takes precedence over any rule that specifies a matching flow, individual physical input port, a VLAN or any incoming implicit 802.1p traffic class rule. Any attempt to write a rule that indicates a non-default value for this object together with an individual port value for extremeQosRuleInPort will be rejected by the agent.
             extremeQosRuleCounter 1.3.6.1.4.1.1916.1.7.2.1.21 counter64 read-only
             extremeQosRuleName 1.3.6.1.4.1.1916.1.7.2.1.22 displaystring read-only
A unique Qos rule name. If this is not specified then the system generates one automatically.
     extremeQosCapabilitiesTable 1.3.6.1.4.1.1916.1.7.3 no-access
Table of per-port QoS policy capabilities. An entry only exists in this table for ifTable entries representing physical ports. On a modular system with mixed capability silicon it is necessary to indicate the QoS capabilities to a manager.
         extremeQosCapabilitiesEntry 1.3.6.1.4.1.1916.1.7.3.1 no-access
Entry in table of QoS policy capabilities for a given switch port.
             extremeQosCapMarkIpTosCapable 1.3.6.1.4.1.1916.1.7.3.1.1 truthvalue read-only
This port is capable of supporting policies that involve the changing of IP TOS octet values.
             extremeQosCapMatchIpTosCapable 1.3.6.1.4.1.1916.1.7.3.1.2 truthvalue read-only
This port is capable of supporting policies that involve packet classification based on matching of IP TOS octet values.
     extremeQosClearIPFdb 1.3.6.1.4.1.1916.1.7.4 truthvalue read-write
Setting this to true will clear the hardware IP flow table.
     extremeQosClearFdb 1.3.6.1.4.1.1916.1.7.5 truthvalue read-write
Setting this to true will clear the hardware MAC flow table.