Home/Catalog/TRAFFIC-TEMPLATE-MIB

TRAFFIC-TEMPLATE-MIB

AI MIB Summary

The TRAFFIC-TEMPLATE-MIB enables HP proprietary management of Class of Service (CoS) queuing configurations by exposing objects for defining and modifying traffic templates on HP network devices. This module facilitates the enforcement of Quality of Service (QoS) policies by allowing administrators to map traffic classes to specific queuing behaviors and scheduling parameters.

This MIB defines HP proprietary objects used to configure traffic templates for CoS (Class of Service) queuing.
Main OID:
hpicfTrafficTemplateMIB.1.3.6.1.4.1.25506.11.1.72
23
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

23 total
Object Name
hpicfTrafficTemplateMIBThis MIB defines HP proprietary objects used to configure traffic templates for CoS (Class of Service) queuing.
MODULE-IDENTITY
.1.3.6.1.4.1.25506.11.1.72
hpicfTrafficTemplateObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.25506.11.1.72.1
hpicfTrafficTemplateScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.25506.11.1.72.1.1
hpSwitchTrafficTemplateSystemDefaultNameThe name of the traffic template used as the system default when no name has been explicitly set. Limited to 40 characters on some devices.rw
OCTET STRING
.1.3.6.1.4.1.25506.11.1.72.1.1.1
hpSwitchTrafficTemplate
OBJECT IDENTIFIER
.1.3.6.1.4.1.25506.11.1.72.1.2
hpSwitchTrafficTemplateTableA table that contains information about traffic templates for CoS (class of service) queue configuration in the device.
SEQUENCE OF HpSwitchTrafficTemplateEntry
.1.3.6.1.4.1.25506.11.1.72.1.2.1
hpSwitchTrafficTemplateEntryInformation about a single traffic template for CoS queue configuration in the device.
HpSwitchTrafficTemplateEntry
.1.3.6.1.4.1.25506.11.1.72.1.2.1.1
hpSwitchTrafficTemplateNameA unique name by which this template is referenced. Limited to 40 characters on some devices.
DisplayString
.1.3.6.1.4.1.25506.11.1.72.1.2.1.1.1
hpSwitchTrafficTemplateMappedPortsThe 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.rw
PortList (Q-BRIDGE-MIB)
.1.3.6.1.4.1.25506.11.1.72.1.2.1.1.2
hpSwitchTrafficTemplateRowStatusThe 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.rw
RowStatus (SNMPv2-TC)
.1.3.6.1.4.1.25506.11.1.72.1.2.1.1.3
hpSwitchTrafficTemplateNumQueuesThe number of egress queues this template is valid for.rw
Integer32
.1.3.6.1.4.1.25506.11.1.72.1.2.1.1.4
hpSwitchTrafficTemplatePredefinedIndicates that this template is factory predefined. Predefined templates may not be deleted and their queue configuration may not be modified.ro
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.25506.11.1.72.1.2.1.1.5
hpSwitchTrafficGroupTableA 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.
SEQUENCE OF HpSwitchTrafficGroupEntry
.1.3.6.1.4.1.25506.11.1.72.1.2.2
hpSwitchTrafficGroupEntryTraffic group configuration for a given queue.
HpSwitchTrafficGroupEntry
.1.3.6.1.4.1.25506.11.1.72.1.2.2.1
hpSwitchTrafficQueueThe internal number of the queue this entry will apply to.
Integer32
.1.3.6.1.4.1.25506.11.1.72.1.2.2.1.1
hpSwitchTrafficGroupIDThe 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.rw
Integer32
.1.3.6.1.4.1.25506.11.1.72.1.2.2.1.2
hpSwitchTrafficGroupNameAn optional user-defined name for this traffic group. Limited to 40 characters on some devices.rw
OCTET STRING
.1.3.6.1.4.1.25506.11.1.72.1.2.2.1.3
hpSwitchTrafficGroupPriorityMapA 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.rw
Bits
.1.3.6.1.4.1.25506.11.1.72.1.2.2.1.4
hpSwitchTrafficGroupLosslessA 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.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.25506.11.1.72.1.2.2.1.5
hpSwitchTrafficGroupEgressDiscardThresholdThe 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.rw
Enumeration
.1.3.6.1.4.1.25506.11.1.72.1.2.2.1.6
hpicfTrafficTempalteConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.25506.11.1.72.2
hpicfTrafficTemplateGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.25506.11.1.72.2.1
hpicfTrafficTemplateCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.25506.11.1.72.2.2
TRAFFIC-TEMPLATE-MIB - SNMP MIB Reference | MIBs Explorer