EXTREME-PBQOS-MIB

File: EXTREME-PBQOS-MIB.mib (32240 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
RMON-MIB RFC1213-MIB EXTREME-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter64 TruthValue RowStatus
ifEntry OwnerString DisplayString
extremeAgent PortList L4Port

Defined Types

ExtremeQosRuleEntry  
SEQUENCE    
  extremeQosRuleIndex INTEGER
  extremeQosRuleScope INTEGER
  extremeQosRuleDirection INTEGER
  extremeQosRuleInPort INTEGER
  extremeQosRuleInPortMask PortList
  extremeQosRuleDestAddrStart IpAddress
  extremeQosRuleDestAddrEnd IpAddress
  extremeQosRuleSrcAddrStart IpAddress
  extremeQosRuleSrcAddrEnd IpAddress
  extremeQosRuleProtocol INTEGER
  extremeQosRuleDestL4PortStart L4Port
  extremeQosRuleSourceL4PortStart L4Port
  extremeQosRuleTosMask OCTET STRING
  extremeQosRuleTosMatch OCTET STRING
  extremeQosRuleQosProfileIndex INTEGER
  extremeQosRuleOwner OwnerString
  extremeQosRuleRowStatus RowStatus
  extremeQosRuleDestL4PortEnd L4Port
  extremeQosRuleSourceL4PortEnd L4Port
  extremeQosRulePrecedence INTEGER
  extremeQosRuleCounter Counter64
  extremeQosRuleName DisplayString

ExtremeQosCapabilitiesEntry  
SEQUENCE    
  extremeQosCapMarkIpTosCapable TruthValue
  extremeQosCapMatchIpTosCapable TruthValue

Defined Values

extremeQosPolicy 1.3.6.1.4.1.1916.1.7
Extreme QoS Policy configuration objects
MODULE-IDENTITY    

extremeNextAvailableQosRuleIndex 1.3.6.1.4.1.1916.1.7.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

extremeQosClearIPFdb 1.3.6.1.4.1.1916.1.7.4
Setting this to true will clear the hardware IP flow table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeQosClearFdb 1.3.6.1.4.1.1916.1.7.5
Setting this to true will clear the hardware MAC flow table.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

extremeQosRuleTable 1.3.6.1.4.1.1916.1.7.2
Table of QoS policy rules. Entries that duplicate the exact same set of policy conditions are not allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeQosRuleEntry

extremeQosRuleEntry 1.3.6.1.4.1.1916.1.7.2.1
Entry in table of QoS policy rules
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeQosRuleEntry  

extremeQosRuleIndex 1.3.6.1.4.1.1916.1.7.2.1.1
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

extremeQosRuleScope 1.3.6.1.4.1.1916.1.7.2.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(1), signaled(2), inband(3)  

extremeQosRuleDirection 1.3.6.1.4.1.1916.1.7.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(1), forward(2), backward(3)  

extremeQosRuleInPort 1.3.6.1.4.1.1916.1.7.2.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

extremeQosRuleInPortMask 1.3.6.1.4.1.1916.1.7.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

extremeQosRuleDestAddrStart 1.3.6.1.4.1.1916.1.7.2.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

extremeQosRuleDestAddrEnd 1.3.6.1.4.1.1916.1.7.2.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

extremeQosRuleSrcAddrStart 1.3.6.1.4.1.1916.1.7.2.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

extremeQosRuleSrcAddrEnd 1.3.6.1.4.1.1916.1.7.2.1.9
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.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

extremeQosRuleProtocol 1.3.6.1.4.1.1916.1.7.2.1.10
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(1), udp(2), tcp(3), other(4), tcpPermitEstablished(5), icmp(6)  

extremeQosRuleDestL4PortStart 1.3.6.1.4.1.1916.1.7.2.1.11
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.
Status: current Access: read-create
OBJECT-TYPE    
  L4Port  

extremeQosRuleSourceL4PortStart 1.3.6.1.4.1.1916.1.7.2.1.12
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.
Status: current Access: read-create
OBJECT-TYPE    
  L4Port  

extremeQosRuleTosMask 1.3.6.1.4.1.1916.1.7.2.1.13
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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

extremeQosRuleTosMatch 1.3.6.1.4.1.1916.1.7.2.1.14
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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

extremeQosRuleQosProfileIndex 1.3.6.1.4.1.1916.1.7.2.1.15
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

extremeQosRuleOwner 1.3.6.1.4.1.1916.1.7.2.1.16
Indicates the identity of the manager that configured this entry.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString Size(0..32)  

extremeQosRuleRowStatus 1.3.6.1.4.1.1916.1.7.2.1.17
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).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

extremeQosRuleDestL4PortEnd 1.3.6.1.4.1.1916.1.7.2.1.18
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.
Status: current Access: read-create
OBJECT-TYPE    
  L4Port  

extremeQosRuleSourceL4PortEnd 1.3.6.1.4.1.1916.1.7.2.1.19
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.
Status: current Access: read-create
OBJECT-TYPE    
  L4Port  

extremeQosRulePrecedence 1.3.6.1.4.1.1916.1.7.2.1.20
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

extremeQosRuleCounter 1.3.6.1.4.1.1916.1.7.2.1.21
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

extremeQosRuleName 1.3.6.1.4.1.1916.1.7.2.1.22
A unique Qos rule name. If this is not specified then the system generates one automatically.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

extremeQosCapabilitiesTable 1.3.6.1.4.1.1916.1.7.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ExtremeQosCapabilitiesEntry

extremeQosCapabilitiesEntry 1.3.6.1.4.1.1916.1.7.3.1
Entry in table of QoS policy capabilities for a given switch port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ExtremeQosCapabilitiesEntry  

extremeQosCapMarkIpTosCapable 1.3.6.1.4.1.1916.1.7.3.1.1
This port is capable of supporting policies that involve the changing of IP TOS octet values.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

extremeQosCapMatchIpTosCapable 1.3.6.1.4.1.1916.1.7.3.1.2
This port is capable of supporting policies that involve packet classification based on matching of IP TOS octet values.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue