QOS-POLICY-802-PIB

File: QOS-POLICY-802-PIB.mib (33836 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB POLICY-FRAMEWORK-PIB QOS-POLICY-IP-PIB
SYNOPTICS-ROOT-MIB

Imported symbols

Unsigned32 Integer32 MODULE-IDENTITY
OBJECT-TYPE MODULE-COMPLIANCE OBJECT-GROUP
TruthValue PhysAddress TEXTUAL-CONVENTION
RowStatus StorageType SnmpAdminString
PolicyInstanceId Dscp policy

Defined Types

QosIeee802Cos  
An integer that is in the range of the IEEE 802 CoS values. This corresponds to the 802.1p priority values.
TEXTUAL-CONVENTION    
  INTEGER 0..7  

Qos802DscpMappingEntry  
SEQUENCE    
  qos802DscpMappingId PolicyInstanceId
  qos802DscpMappingDscp Dscp
  qos802DscpMapping802Cos QosIeee802Cos
  qos802DscpMappingStorageType StorageType
  qos802DscpMappingStatus RowStatus

Qos802CosToDscpEntry  
SEQUENCE    
  qos802CosToDscpId PolicyInstanceId
  qos802CosToDscpCos QosIeee802Cos
  qos802CosToDscpDscp Dscp
  qos802CosToDscpStorageType StorageType
  qos802CosToDscpStatus RowStatus

Qos802AceEntry  
SEQUENCE    
  qos802AceId PolicyInstanceId
  qos802AceDstAddr PhysAddress
  qos802AceDstAddrMask PhysAddress
  qos802AceSrcAddr PhysAddress
  qos802AceSrcAddrMask PhysAddress
  qos802AceVlanId Integer32
  qos802AceVlanTagRequired INTEGER
  qos802AceEtherType Integer32
  qos802AceUserPriority BITS
  qos802AcePermit TruthValue
  qos802AceStorageType StorageType
  qos802AceStatus RowStatus

Qos802AclDefinitionEntry  
SEQUENCE    
  qos802AclDefinitionId PolicyInstanceId
  qos802AclDefinitionAclId PolicyInstanceId
  qos802AclDefinitionAceId PolicyInstanceId
  qos802AclDefinitionAceOrder Unsigned32
  qos802AclDefinitionStorageType StorageType
  qos802AclDefinitionStatus RowStatus
  qos802AclDefinitionLabel SnmpAdminString

Defined Values

qosPolicy802Pib 1.3.6.1.4.1.45.4.3
The PIB module containing an initial set of policy rule classes that describe the quality of service (QoS) policies supported by devices for IEEE 802- based traffic.
MODULE-IDENTITY    

qosPolicy802PibClasses 1.3.6.1.4.1.45.4.3.1
OBJECT IDENTIFIER    

qos802DomainConfig 1.3.6.1.4.1.45.4.3.1.1
OBJECT IDENTIFIER    

qos802DscpMappingTable 1.3.6.1.4.1.45.4.3.1.1.1
Maps each DSCP to an QosIeee802Cos. When configured for the first time, all 64 entries of the table must be specified. Thereafter, instances may be modified but not deleted unless all instances are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos802DscpMappingEntry

qos802DscpMappingEntry 1.3.6.1.4.1.45.4.3.1.1.1.1
An instance of the qos802DscpMapping class. A total of 64 class instances are constantly maintained after initial device configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos802DscpMappingEntry  

qos802DscpMappingId 1.3.6.1.4.1.45.4.3.1.1.1.1.1
A unique ID for this policy rule instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qos802DscpMappingDscp 1.3.6.1.4.1.45.4.3.1.1.1.1.2
The DSCP class instance attribute that is used to determine the appropriate Layer 2 CoS mappings. DSCP values 0 through 63 (inclusive) are maintained in the table.
Status: current Access: read-create
OBJECT-TYPE    
  Dscp  

qos802DscpMapping802Cos 1.3.6.1.4.1.45.4.3.1.1.1.1.3
The IEEE 802 CoS value to use when mapping the DSCP value specified by the qos802DscpMappingDscp attribute to a IEEE 802 CoS.
Status: current Access: read-create
OBJECT-TYPE    
  QosIeee802Cos  

qos802DscpMappingStorageType 1.3.6.1.4.1.45.4.3.1.1.1.1.4
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qos802DscpMappingStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qos802DscpMappingStatus 1.3.6.1.4.1.45.4.3.1.1.1.1.5
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qos802CosToDscpTable 1.3.6.1.4.1.45.4.3.1.1.2
Maps each of eight Layer 2 CoS values to a DSCP. When configured for the first time, all 8 entries of the table must be specified. Thereafter, instances may be modified but not deleted unless all instances are deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos802CosToDscpEntry

qos802CosToDscpEntry 1.3.6.1.4.1.45.4.3.1.1.2.1
An instance of the qosCosToDscp class. A total of 8 class instances are constantly maintained after initial device configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos802CosToDscpEntry  

qos802CosToDscpId 1.3.6.1.4.1.45.4.3.1.1.2.1.1
A unique ID for this policy rule instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qos802CosToDscpCos 1.3.6.1.4.1.45.4.3.1.1.2.1.2
The Layer 2 CoS class instance attribute that is used to determine the appropriate DSCP mappings. CoS values 0 through 7 (inclusive) are maintained in the table.
Status: current Access: read-create
OBJECT-TYPE    
  QosIeee802Cos  

qos802CosToDscpDscp 1.3.6.1.4.1.45.4.3.1.1.2.1.3
The DSCP value to use when mapping the Layer 2 CoS value specified by the qosCosToDscp attribute to a DSCP.
Status: current Access: read-create
OBJECT-TYPE    
  Dscp  

qos802CosToDscpStorageType 1.3.6.1.4.1.45.4.3.1.1.2.1.4
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qos802CosToDscpStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qos802CosToDscpStatus 1.3.6.1.4.1.45.4.3.1.1.2.1.5
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qos802Qos 1.3.6.1.4.1.45.4.3.1.2
OBJECT IDENTIFIER    

qos802AceTable 1.3.6.1.4.1.45.4.3.1.2.1
IEEE 802-based ACE definitions. A class that contains attributes of IEEE 802 (e.g., 802.3) traffic that form an association that is used to perform traffic classification.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos802AceEntry

qos802AceEntry 1.3.6.1.4.1.45.4.3.1.2.1.1
IEEE 802-based ACE definitions. An entry specifies (potentially) several distinct matching components. Each component is tested against the data in a frame individually. An overall match occurs when all of the individual components match the data they are compared against in the frame being processed. A failure of any one test causes the overall match to fail. Wildcards may be specified for those fields that are not relevant.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos802AceEntry  

qos802AceId 1.3.6.1.4.1.45.4.3.1.2.1.1.1
An arbitrary integer index that uniquely identifies this 802 ACE among all of the 802 ACEs. Note that this identifier is used in instances of the qos802Acl class to associate a 802 ACE with a 802 ACL. An active ACE/ACL association prohibits the deletion of the 802 ACE until the ACE/ACL association is terminated. Class instances may not be contiguous.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qos802AceDstAddr 1.3.6.1.4.1.45.4.3.1.2.1.1.2
The 802 address against which the 802 DA of incoming traffic streams will be compared. Frames whose 802 DA matches the physical address specified by this object, taking into account address wildcarding as specified by the qos802AceDstAddrMask object, are potentially subject to the processing guidelines that are associated with this entry through the related action class.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

qos802AceDstAddrMask 1.3.6.1.4.1.45.4.3.1.2.1.1.3
This object specifies the bits in a 802 destination address that should be considered when performing a 802 DA comparison against the address specified in the qos802AceDstAddr object. The value of this object represents a mask that is logically and'ed with the 802 DA in received frames to derive the value to be compared against the qos802AceDstAddr address. A zero bit in the mask thus means that the corresponding bit in the address always matches. The qos802AceDstAddr value must also be masked using this value prior to any comparisons. The length of this object in octets must equal the length in octets of the qos802AceDstAddr. Note that a mask with no bits set (i.e., all zeroes) effectively wildcards the qos802AceDstAddr object.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

qos802AceSrcAddr 1.3.6.1.4.1.45.4.3.1.2.1.1.4
The 802 MAC address against which the 802 MAC SA of incoming traffic streams will be compared. Frames whose 802 MAC SA matches the physical address specified by this object, taking into account address wildcarding as specified by the qos802AceSrcAddrMask object, are potentially subject to the processing guidelines that are associated with this entry through the related action class.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

qos802AceSrcAddrMask 1.3.6.1.4.1.45.4.3.1.2.1.1.5
This object specifies the bits in a 802 MAC source address that should be considered when performing a 802 MAC SA comparison against the address specified in the qos802AceSrcAddr object. The value of this object represents a mask that is logically and'ed with the 802 MAC SA in received frames to derive the value to be compared against the qos802AceSrcAddr address. A zero bit in the mask thus means that the corresponding bit in the address always matches. The qos802AceSrcAddr value must also be masked using this value prior to any comparisons. The length of this object in octets must equal the length in octets of the qos802AceSrcAddr. Note that a mask with no bits set (i.e., all zeroes) effectively wildcards the qos802AceSrcAddr object.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress  

qos802AceVlanId 1.3.6.1.4.1.45.4.3.1.2.1.1.6
The VLAN ID (VID) that uniquely identifies a VLAN within the device. This VLAN may be known or unknown (i.e., traffic associated with this VID has not yet been seen by the device) at the time this entry is instantiated. Setting the qos802AceVlanId object to -1 indicates that VLAN data should not be considered during traffic classification.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 1..4094  

qos802AceVlanTagRequired 1.3.6.1.4.1.45.4.3.1.2.1.1.7
This object indicates whether the presence of an IEEE 802.1Q VLAN tag in data link layer frames must be considered when determining if a given frame matches this 802 ACE entry. A value of 'taggedOnly(1)' means that only frames containing a VLAN tag with a non-Null VID (i.e., a VID in the range 1..4094) will be considered a match. A value of 'priorityTaggedPlus(2)' means that only frames containing a VLAN tag, regardless of the value of the VID, will be considered a match. A value of 'untaggedOnly(3)' indicates that only untagged frames will match this filter component. The presence of a VLAN tag is not taken into consideration in terms of a match if the value is 'ignoreTag(4)'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER taggedOnly(1), priorityTagged(2), untaggedOnly(3), ignoreTag(4)  

qos802AceEtherType 1.3.6.1.4.1.45.4.3.1.2.1.1.8
This object specifies the value that will be compared against the value contained in the EtherType field of an IEEE 802 frame. Example settings would include 'IP' (0x0800), 'ARP' (0x0806) and 'IPX' (0x8137). Setting the qos802AceEtherType object to -1 indicates that EtherType data should not be considered during traffic classification. Note that the position of the EtherType field depends on the underlying frame format. For Ethernet-II encapsulation, the EtherType field follows the 802 MAC source address. For 802.2 LLC/SNAP encapsulation, the EtherType value follows the Organization Code field in the 802.2 SNAP header. The value that is tested with regard to this filter component therefore depends on the data link layer frame format being used. If this 802 ACE component is active when there is no EtherType field in a frame (e.g., 802.2 LLC), a match is implied.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..ffff  

qos802AceUserPriority 1.3.6.1.4.1.45.4.3.1.2.1.1.9
The set of values, representing the potential range of user priority values, against which the value contained in the user priority field of a tagged 802.1 frame is compared. A test for equality is performed when determining if a match exists between the data in a data link layer frame and the value of this 802 ACE component. Multiple values may be set at one time such that potentially several different user priority values may match this 802 ACE component. Setting all of the bits that are associated with this object causes all user priority values to match this attribute. This essentially makes any comparisons with regard to user priority values unnecessary. Untagged frames are treated as an implicit match.
Status: current Access: read-create
OBJECT-TYPE    
  BITS matchPriority0(0), matchPriority1(1), matchPriority2(2), matchPriority3(3), matchPriority4(4), matchPriority5(5), matchPriority6(6), matchPriority7(7)  

qos802AcePermit 1.3.6.1.4.1.45.4.3.1.2.1.1.10
If the frame matches this ACE and the value of this attribute is true, then the matching process terminates and the QoS associated with this 802-based ACE (indirectly through the 802 ACL) is applied to the packet. If the value of this attribute is false, then no more 802 ACEs in this 802 ACL are compared to this packet and matching continues with the first 802-based ACE of the next 802 ACL.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

qos802AceStorageType 1.3.6.1.4.1.45.4.3.1.2.1.1.11
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qos802AceStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qos802AceStatus 1.3.6.1.4.1.45.4.3.1.2.1.1.12
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qos802AclDefinitionTable 1.3.6.1.4.1.45.4.3.1.2.2
IEEE 802-based ACL definitions. A class that defines a set of 802 ACLs, each of which is comprised of an ordered list of 802 ACEs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Qos802AclDefinitionEntry

qos802AclDefinitionEntry 1.3.6.1.4.1.45.4.3.1.2.2.1
IEEE 802-based ACL definitions. An entry specifies an instance of this class that associates an 802 ACE with a given 802 ACL. The evaluation order of distinct 802 ACEs that are associated with a specific 802 ACL is specified as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  Qos802AclDefinitionEntry  

qos802AclDefinitionId 1.3.6.1.4.1.45.4.3.1.2.2.1.1
An arbitrary integer index that uniquely identifies this 802 ACE / 802 ACL association.
Status: current Access: not-accessible
OBJECT-TYPE    
  PolicyInstanceId  

qos802AclDefinitionAclId 1.3.6.1.4.1.45.4.3.1.2.2.1.2
An index for this 802 ACL. Each 802 ACL in the device is assigned a unique integer index. There will (potentially) be multiple instances of the qos802AclDefinition class with this identifier, one for each 802 ACE that is associated with the specified 802 ACL. For example, assume that 2 802 ACLs, each comprised of 4 802 ACEs, have been installed. The instances of this class may appear as follows: Index AclId AceId AceOrder 10 6 4 1 11 6 5 2 12 6 9 23 13 6 11 24 65 18 5 8 66 18 9 12 67 18 13 15 70 18 14 16 Note that this identifier is used in instances of the qosAclTarget class to associate an 802 ACL with an interface set and action. An active ACL Target association prohibits the deletion of all of the qos802AclDefinition instances with a given qos802AclDefinitionAclId (i.e., at least one entry for the specific qos802AclDefinitionAclId must be present in this table) until the ACL Target association is terminated.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceId  

qos802AclDefinitionAceId 1.3.6.1.4.1.45.4.3.1.2.2.1.3
This attribute identifies the 802 ACE in the qos802AceTable that is associated with the 802 ACL specified by qos802AclDefinitionAclId object. The corresponding instance in the qos802Ace class must exist prior to being associated with a 802 ACL. Attempting to specify an unknown class instance will result in an appropriate error indication being returned to the entity that is attempting to install the conflicting entry. For example, a 'priUnknown(2)' error indication is returned to the policy server in this situation.
Status: current Access: read-create
OBJECT-TYPE    
  PolicyInstanceId  

qos802AclDefinitionAceOrder 1.3.6.1.4.1.45.4.3.1.2.2.1.4
The precedence of the 802 ACE, identified via the qos802AclDefinitionAceId object, with regard to evaluation order. The precedence determines the order of evaluation of this ACE in relation to related 802 ACEs that are associated with an ACL. An ACE with a given precedence order in the access control list is evaluated before one with a higher- valued precedence order. Precedence values within a group must be unique otherwise instance installation will be prohibited and an error value will be returned. Note that qos802AclDefinitionAceOrder values within a given ACL need not be contiguous.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

qos802AclDefinitionStorageType 1.3.6.1.4.1.45.4.3.1.2.2.1.5
The storage type for this conceptual row. Conceptual rows having the value permanent(4) need not allow write-access to any columnar objects in the row. This object may not be modified if the associated qos802AclDefinitionStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

qos802AclDefinitionStatus 1.3.6.1.4.1.45.4.3.1.2.2.1.6
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Row creation using only default values is supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

qos802AclDefinitionLabel 1.3.6.1.4.1.45.4.3.1.2.2.1.7
A label used to reference the filter group in a textual manner. All members of the same group, as determined by the value of the qos802AclDefinitionAclId attribute, must have the same label.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

qosPolicy802PibConformance 1.3.6.1.4.1.45.4.3.2
OBJECT IDENTIFIER    

qosPolicy802PibCompliances 1.3.6.1.4.1.45.4.3.2.1
OBJECT IDENTIFIER    

qosPolicy802PibGroups 1.3.6.1.4.1.45.4.3.2.2
OBJECT IDENTIFIER    

qosPolicy802PibCompliance 1.3.6.1.4.1.45.4.3.2.1.1
Describes the requirements for conformance to the QoS Policy 802 PIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

qos802DscpMappingGroup 1.3.6.1.4.1.45.4.3.2.2.1
Objects from the qos802DscpMappingTable.
Status: current Access: read-only
OBJECT-GROUP    

qos802CosToDscpGroup 1.3.6.1.4.1.45.4.3.2.2.2
Objects from the qos802CosToDscpTable.
Status: current Access: read-only
OBJECT-GROUP    

qos802AceGroup 1.3.6.1.4.1.45.4.3.2.2.3
Objects from the qos802AceTable.
Status: current Access: read-only
OBJECT-GROUP    

qos802AclDefinitionGroup 1.3.6.1.4.1.45.4.3.2.2.4
Objects from the qos802AclDefinitionTable.
Status: current Access: read-only
OBJECT-GROUP