TRAFFIC-TEMPLATE-MIB

File: TRAFFIC-TEMPLATE-MIB.mib (16975 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF Q-BRIDGE-MIB
SNMPv2-TC HP-ICF-OID

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
MODULE-COMPLIANCE OBJECT-GROUP PortList
DisplayString TruthValue RowStatus
hpSwitch

Defined Types

HpSwitchTrafficTemplateEntry  
SEQUENCE    
  hpSwitchTrafficTemplateName DisplayString
  hpSwitchTrafficTemplateMappedPorts PortList
  hpSwitchTrafficTemplateRowStatus RowStatus
  hpSwitchTrafficTemplateNumQueues Integer32
  hpSwitchTrafficTemplatePredefined TruthValue

HpSwitchTrafficGroupEntry  
SEQUENCE    
  hpSwitchTrafficQueue Integer32
  hpSwitchTrafficGroupID Integer32
  hpSwitchTrafficGroupName OCTET STRING
  hpSwitchTrafficGroupPriorityMap BITS
  hpSwitchTrafficGroupLossless TruthValue
  hpSwitchTrafficGroupEgressDiscardThreshold INTEGER

Defined Values

hpicfTrafficTemplateMIB 1.3.6.1.4.1.11.2.14.11.5.1.72
This MIB defines HP proprietary objects used to configure traffic templates for CoS (Class of Service) queuing.
MODULE-IDENTITY    

hpicfTrafficTemplateObjects 1.3.6.1.4.1.11.2.14.11.5.1.72.1
OBJECT IDENTIFIER    

hpicfTrafficTemplateScalars 1.3.6.1.4.1.11.2.14.11.5.1.72.1.1
OBJECT IDENTIFIER    

hpSwitchTrafficTemplateSystemDefaultName 1.3.6.1.4.1.11.2.14.11.5.1.72.1.1.1
The name of the traffic template used as the system default when no name has been explicitly set. Limited to 40 characters on some devices.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpSwitchTrafficTemplate 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2
OBJECT IDENTIFIER    

hpSwitchTrafficTemplateTable 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.1
A table that contains information about traffic templates for CoS (class of service) queue configuration in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpSwitchTrafficTemplateEntry

hpSwitchTrafficTemplateEntry 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.1.1
Information about a single traffic template for CoS queue configuration in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpSwitchTrafficTemplateEntry  

hpSwitchTrafficTemplateName 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.1.1.1
A unique name by which this template is referenced. Limited to 40 characters on some devices.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..80)  

hpSwitchTrafficTemplateMappedPorts 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.1.1.2
The set of ports to which this traffic template is mapped. The set of ports is identified by a PortList in which each port is represented by a bit. A port cannot be mapped to more than one traffic template. Not all devices support different traffic templates for different ports. The port map is ignored on devices that use a common template for all ports.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

hpSwitchTrafficTemplateRowStatus 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.1.1.3
The Row Status of this traffic template entry. To create a new traffic template, send a SET request with a RowStatus of 'createAndWait'. This will result in the creation of a template of that name and a new hpSwitchTrafficGroupTable entry with system default values. active - all traffic groups in the template row are valid and the template is applied to one or more interfaces. notReady - template is not valid or is undergoing modification. notInService - template is valid, but is not applied to any interface. createAndWait - create a new traffic template. delete - delete the traffic template. createAndGo - not valid for this table. A device reboot is required to apply updated templates to their interfaces.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpSwitchTrafficTemplateNumQueues 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.1.1.4
The number of egress queues this template is valid for.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..9000  

hpSwitchTrafficTemplatePredefined 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.1.1.5
Indicates that this template is factory predefined. Predefined templates may not be deleted and their queue configuration may not be modified.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpSwitchTrafficGroupTable 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2
A table that contains the mapping of 802.1q packet priorities to CoS traffic queues in the device. Entries in this table define traffic class groups containing a queue number, an optional ID number, a set of priority values mapped to the queue, an optional name, and a lossless flag when Priority Flow Control is enabled for a port. A SET to an object in any row of this table causes the RowStatus of the parent template to change to notReady. Changes are temporary until the template RowStatus is successfully SET to active.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpSwitchTrafficGroupEntry

hpSwitchTrafficGroupEntry 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2.1
Traffic group configuration for a given queue.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpSwitchTrafficGroupEntry  

hpSwitchTrafficQueue 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2.1.1
The internal number of the queue this entry will apply to.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..9000  

hpSwitchTrafficGroupID 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2.1.2
The ID value of this traffic class group in the DCBX exchange. Only IDs 0-7 are allowed in a SET request. This setting is not supported on all devices.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..15  

hpSwitchTrafficGroupName 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2.1.3
An optional user-defined name for this traffic group. Limited to 40 characters on some devices.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpSwitchTrafficGroupPriorityMap 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2.1.4
A bitmap of 802.1q priority values assigned to this traffic group. Each priority value 0-7 must be assigned to exactly one group for the template to be valid.
Status: current Access: read-write
OBJECT-TYPE    
  BITS priority0(0), priority1(1), priority2(2), priority3(3), priority4(4), priority5(5), priority6(6), priority7(7), priority8(8), priority9(9), priority10(10), priority11(11), priority12(12), priority13(13), priority14(14), priority15(15)  

hpSwitchTrafficGroupLossless 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2.1.5
A flag indicating that this queue is to be configured for lossless behavior when Priority Flow Control (PFC) is enabled on a port. Designating a queue as lossless causes ingress thresholds to be set that will trigger PFC frames when this queue exceeds or falls below a specific threshold. The queue will also respond to PFC frames received from a neighbor. This flag may not be set if any queue in the template is configured for a 'medium' or 'low' discard threshold (see hpSwitchTrafficGroupEgressDiscardThreshold). This flag is not supported on all devices.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpSwitchTrafficGroupEgressDiscardThreshold 1.3.6.1.4.1.11.2.14.11.5.1.72.1.2.2.1.6
The Egress Buffer Discard Threshold setting for this traffic group. This setting controls the maximum size of the group egress queue. When set to 'medium' or 'low', the maximum number of buffers permitted in the queue is reduced so packets are dropped sooner and their buffers made available for higher priority traffic. However, this also reduces the maximum traffic burst that can be absorbed without dropping packets. The default is 'high'. This setting may not be changed if any queue in the template is configured for lossless behavior (see hpSwitchTrafficGroupLossless). This setting is not supported on all devices.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER low(1), medium(2), high(3)  

hpicfTrafficTempalteConformance 1.3.6.1.4.1.11.2.14.11.5.1.72.2
OBJECT IDENTIFIER    

hpicfTrafficTemplateGroups 1.3.6.1.4.1.11.2.14.11.5.1.72.2.1
OBJECT IDENTIFIER    

hpicfTrafficTemplateCompliances 1.3.6.1.4.1.11.2.14.11.5.1.72.2.2
OBJECT IDENTIFIER    

hpicfTrafficTemplateScalarGroup 1.3.6.1.4.1.11.2.14.11.5.1.72.2.1.1
A collection of scalars related to traffic template configuration.
Status: current Access: read-write
OBJECT-GROUP    

hpicfTrafficTemplateGroup 1.3.6.1.4.1.11.2.14.11.5.1.72.2.1.2
###DEPRECATED### A collection of objects providing configuration of traffic templates. This conformance is deprecated and replaced by hpicfTrafficTemplateGroup2.
Status: deprecated Access: read-write
OBJECT-GROUP    

hpicfTrafficGroup 1.3.6.1.4.1.11.2.14.11.5.1.72.2.1.3
###DEPRECATED### A collection of objects providing configuration of traffic groups in a template. This conformance is deprecated and replaced by hpicfTrafficGroup2.
Status: deprecated Access: read-write
OBJECT-GROUP    

hpicfTrafficTemplateGroup2 1.3.6.1.4.1.11.2.14.11.5.1.72.2.1.4
A collection of objects providing configuration of traffic templates.
Status: current Access: read-write
OBJECT-GROUP    

hpicfTrafficGroup2 1.3.6.1.4.1.11.2.14.11.5.1.72.2.1.5
A collection of objects providing configuration of traffic groups in a template.
Status: current Access: read-write
OBJECT-GROUP    

hpicfTrafficTemplateCompliance 1.3.6.1.4.1.11.2.14.11.5.1.72.2.2.1
###DEPRECATED### The compliance statement for device support of TRAFFIC-TEMPLATE-MIB. This compliance is deprecated and replaced by hpicfTrafficTemplateCompliance2.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

hpicfTrafficTemplateCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.72.2.2.2
The compliance statement for device support of TRAFFIC-TEMPLATE-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE