IEEE8021-FQTSS-MIB

File: IEEE8021-FQTSS-MIB.mib (22230 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IEEE8021-TC-MIB IEEE8021-BRIDGE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TEXTUAL-CONVENTION TruthValue RowStatus
MODULE-COMPLIANCE OBJECT-GROUP ieee802dot1mibs
IEEE8021PriorityValue ieee8021BridgeBaseComponentId ieee8021BridgeBasePort

Defined Types

IEEE8021FqtssTrafficClassValue  
An 802.1 FQTSS traffic class value. This is the numerical value associated with a traffic class in a Bridge. Larger values are associated with higher priority traffic classes.
TEXTUAL-CONVENTION    
  Unsigned32 0..7  

IEEE8021FqtssDeltaBandwidthValue  
An 802.1 FQTSS delta bandwidth percentage, represented as a fixed point number scaled by 1,000,000.
TEXTUAL-CONVENTION    
  Unsigned32 0..100000000  

IEEE8021FqtssTxSelectionAlgorithmIDValue  
An 802.1 transmission selection algorithm identifier value. This is an integer, with the following interpretation placed on the value: 0: Strict priority algorithm, 1: Credit-based shaper algorithm, 2-255: Reserved for future standardization, 256-4294967295: Vendor-specific transmission selection algorithm identifiers, consisting of a four-octet integer, where the most significant 3 octets hold an OUI or CID value, and the least significant octet holds an integer value in the range 0-255 assigned by the owner of the OUI or CID.
TEXTUAL-CONVENTION    
  Unsigned32  

Ieee8021FqtssBapEntry  
SEQUENCE    
  ieee8021FqtssBAPTrafficClass IEEE8021FqtssTrafficClassValue
  ieee8021FqtssDeltaBandwidth IEEE8021FqtssDeltaBandwidthValue
  ieee8021FqtssOperIdleSlopeMs Unsigned32
  ieee8021FqtssOperIdleSlopeLs Unsigned32
  ieee8021FqtssAdminIdleSlopeMs Unsigned32
  ieee8021FqtssAdminIdleSlopeLs Unsigned32
  ieee8021FqtssBapRowStatus RowStatus

Ieee8021FqtssTxSelectionAlgorithmEntry  
SEQUENCE    
  ieee8021FqtssTrafficClass IEEE8021FqtssTrafficClassValue
  ieee8021FqtssTxSelectionAlgorithmID IEEE8021FqtssTxSelectionAlgorithmIDValue

Ieee8021FqtssSrpRegenOverrideEntry  
SEQUENCE    
  ieee8021FqtssSrClassPriority IEEE8021PriorityValue
  ieee8021FqtssPriorityRegenOverride IEEE8021PriorityValue
  ieee8021FqtssSrpBoundaryPort TruthValue

Defined Values

ieee8021FqtssMib 1.3.111.2.802.1.1.16
The Bridge MIB module for managing devices that support the Forwarding and Queuing Enhancements for Time Sensitive Streams. Unless otherwise indicated, the references in this MIB module are to IEEE Std 802.1Q-2014. Copyright (C) IEEE (2014). This version of this MIB module is part of IEEE802.1Q; see the draft itself for full legal notices.
MODULE-IDENTITY    

ieee8021FqtssNotifications 1.3.111.2.802.1.1.16.0
OBJECT IDENTIFIER    

ieee8021FqtssObjects 1.3.111.2.802.1.1.16.1
OBJECT IDENTIFIER    

ieee8021FqtssConformance 1.3.111.2.802.1.1.16.2
OBJECT IDENTIFIER    

ieee8021FqtssBap 1.3.111.2.802.1.1.16.1.1
OBJECT IDENTIFIER    

ieee8021FqtssMappings 1.3.111.2.802.1.1.16.1.2
OBJECT IDENTIFIER    

ieee8021FqtssBapTable 1.3.111.2.802.1.1.16.1.1.1
A table containing a set of bandwidth availability parameters for each traffic class that supports the credit-based shaper algorithm. All writable objects in this table must be persistent over power up restart/reboot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021FqtssBapEntry

ieee8021FqtssBapEntry 1.3.111.2.802.1.1.16.1.1.1.1
A list of objects containing bandwidth allocation information for each traffic class that supports the credit-based shaper algorithm. Rows in the table are automatically created and deleted as a result of the operation of the algorithm described in 34.5.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021FqtssBapEntry  

ieee8021FqtssBAPTrafficClass 1.3.111.2.802.1.1.16.1.1.1.1.1
The traffic class number associated with the row of the table. A row in this table is created for each traffic class that supports the credit-based shaper algrithm. The recommended mappings of priorities to traffic classes for support of the credit-based shaper algorithm are described in 34.5.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021FqtssTrafficClassValue  

ieee8021FqtssDeltaBandwidth 1.3.111.2.802.1.1.16.1.1.1.1.2
The value of the deltaBandwidth parameter for the traffic class. This value is represented as a fixed point number scaled by a factor of 1,000,000; i.e., 100,000,000 (the maximum value) represents 100%. The default value of the deltaBandwidth parameter for the highest numbered traffic class that supports the credit-based shaper algorithm is 75%; for all lower numbered traffic classes that support the credit-based shaper algorithm the default value is 0%. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  IEEE8021FqtssDeltaBandwidthValue  

ieee8021FqtssOperIdleSlopeMs 1.3.111.2.802.1.1.16.1.1.1.1.3
The most significant 32 bits of the bandwidth, in bits per second, that is currently allocated to the traffic class (idleSlope(N)). This object MUST be read at the same time as ieee8021FqtssOperIdleSlopeLs, which represents the LS 32 bits of the value, in order for the read operation to succeed. If SRP is supported and in operation, then the reserved bandwidth is determined by the operation of SRP; otherwise, the value of ieee8021FqtssOperIdleSlopeMs is equal to the value of ieee8021FqtssAdminIdleSlopeMs. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021FqtssOperIdleSlopeLs 1.3.111.2.802.1.1.16.1.1.1.1.4
The least significant 32 bits of the bandwidth, in bits per second, that is currently allocated to the traffic class (idleSlope(N)). This object MUST be read at the same time as ieee8021FqtssOperIdleSlopeMs, which represents the LS 32 bits of the value, in order for the read operation to succeed. If SRP is supported and in operation, then the reserved bandwidth is determined by the operation of SRP; otherwise, the value of ieee8021FqtssOperIdleSlopeLs is equal to the value of ieee8021FqtssAdminIdleSlopeMs. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021FqtssAdminIdleSlopeMs 1.3.111.2.802.1.1.16.1.1.1.1.5
The most significant 32 bits of the bandwidth, in bits per second, that the manager desires to allocate to the traffic class as idleSlope(N). This object MUST be read or written at the same time as ieee8021FqtssAdminIdleSlopeLs, which represents the LS 32 bits of the value, in order for the read or write operation to succeed. If SRP is supported and in operation, then the reserved bandwidth is determined by the operation of SRP, and any changes to the value of this object have no effect on the operational value of idleSlope(N). The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ieee8021FqtssAdminIdleSlopeLs 1.3.111.2.802.1.1.16.1.1.1.1.6
The least significant 32 bits of the bandwidth, in bits per second, that the manager desires to allocate to the traffic class as idleSlope(N). This object MUST be read or written at the same time as ieee8021FqtssAdminIdleSlopeMs, which represents the LS 32 bits of the value, in order for the read or write operation to succeed. If SRP is supported and in operation, then the reserved bandwidth is determined by the operation of SRP, and any changes to the value of this object have no effect on the operational value of idleSlope(N). The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ieee8021FqtssBapRowStatus 1.3.111.2.802.1.1.16.1.1.1.1.7
Indicates the status of an entry (row) in this table, and is used to create/delete entries. The corresponding instances of the following objects must be set before this object can be made active(1): ieee8021FqtssBAPTrafficClass ieee8021FqtssDeltaBandwidth ieee8021FqtssOperIdleSlopeMs ieee8021FqtssOperIdleSlopeLs ieee8021FqtssAdminIdleSlopeMs ieee8021FqtssAdminIdleSlopeLs The corresponding instances of the following objects may not be changed while this object is active(1): ieee8021FqtssBAPTrafficClass
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ieee8021FqtssTxSelectionAlgorithmTable 1.3.111.2.802.1.1.16.1.2.1
A table containing the assignment of transmission selection algorithms to traffic classes for the Port. This table provides management of the Transmission Selection Algorithm Table defined in 8.6.8. For a given Port, a row in the table exists for each traffic class that is supported by the Port. The default assignments of transmission selection algorithms to traffic classes in the table are made on instantiation of the table, in accordance with the defaults defined in 8.6.8 and 34.5. All writable objects in this table must be persistent over power up restart/reboot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021FqtssTxSelectionAlgorithmEntry

ieee8021FqtssTxSelectionAlgorithmEntry 1.3.111.2.802.1.1.16.1.2.1.1
A list of objects that contain the mapping of a traffic class value to a transmission selection algorithm value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021FqtssTxSelectionAlgorithmEntry  

ieee8021FqtssTrafficClass 1.3.111.2.802.1.1.16.1.2.1.1.1
The traffic class to which the transmission selection algorithm is assigned. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021FqtssTrafficClassValue  

ieee8021FqtssTxSelectionAlgorithmID 1.3.111.2.802.1.1.16.1.2.1.1.2
The identifier of the transmission selection algorithm assigned to the traffic class. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  IEEE8021FqtssTxSelectionAlgorithmIDValue  

ieee8021FqtssSrpRegenOverrideTable 1.3.111.2.802.1.1.16.1.2.2
A table containing the set of priority regeneration table override values for the Port. The recommended default values of priorities associated with SR classes, and the corresponding override values, are defined in 6.9.4. All writable objects in this table must be persistent over power up restart/reboot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021FqtssSrpRegenOverrideEntry

ieee8021FqtssSrpRegenOverrideEntry 1.3.111.2.802.1.1.16.1.2.2.1
A list of objects that contain the mapping of a priority value to a priority regeneration override value, and a boundary port indication. Rows in the table exist for all priorities that are associated with SR classes.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021FqtssSrpRegenOverrideEntry  

ieee8021FqtssSrClassPriority 1.3.111.2.802.1.1.16.1.2.2.1.1
The priority value that is overridden at the SRP domain boundary.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021PriorityValue  

ieee8021FqtssPriorityRegenOverride 1.3.111.2.802.1.1.16.1.2.2.1.2
The priority value that is used to override the priority regeneration table entry at the SRP domain boundary. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  IEEE8021PriorityValue  

ieee8021FqtssSrpBoundaryPort 1.3.111.2.802.1.1.16.1.2.2.1.3
The value of the SRPdomainBoundaryPort parameter (35.1.4) for the priority.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ieee8021FqtssCompliances 1.3.111.2.802.1.1.16.2.1
OBJECT IDENTIFIER    

ieee8021FqtssGroups 1.3.111.2.802.1.1.16.2.2
OBJECT IDENTIFIER    

ieee8021FqtssBapGroup 1.3.111.2.802.1.1.16.2.2.1
Objects that define bandwidth allocation for FQTSS.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021FqtssTxSelectionAlgorithmGroup 1.3.111.2.802.1.1.16.2.2.2
Objects that define transmission selection mappings for FQTSS.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021FqtssBoundaryPortGroup 1.3.111.2.802.1.1.16.2.2.3
Objects that define boundary port priority override mappings for FQTSS.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021FqtssCompliance 1.3.111.2.802.1.1.16.2.1.1
The compliance statement for devices supporting forwarding and queuing for time sensitive streams. Support of the objects defined in the IEEE8021-FQTSS MIB also requires support of the IEEE8021-BRIDGE-MIB; the provisions of 17.3.2 apply to implementations claiming support of the IEEE8021-FQTSS MIB.
Status: current Access: read-only
MODULE-COMPLIANCE