IEEE8021-ST-MIB

File: IEEE8021-ST-MIB.mib (26808 bytes)

Imported modules

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

Imported symbols

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

Defined Types

IEEE8021STTrafficClassValue  
A 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  

IEEE8021STPTPtimeValue  
A PTPtime value, represented as a 48-bit unsigned integer number of seconds and a 32-bit unsigned integer number of nanoseconds. The first 6 octets represent the number of seconds: the first octet is the most significant octet of the 48-bit seconds value and the sixth octet is the least significant octet of the seconds value. The remaining octets, 7 through 10, represent the number of nanoseconds: the seventh octet is the most significant octet of the 32-bit nanoseconds value and the tenth octet is the least significant octet of the nanoseconds value.
TEXTUAL-CONVENTION    
  OCTET STRING Size(10)  

Ieee8021STMaxSDUEntry  
SEQUENCE    
  ieee8021STTrafficClass IEEE8021STTrafficClassValue
  ieee8021STMaxSDU Unsigned32
  ieee8021TransmissionOverrun Counter64

Ieee8021STParametersEntry  
SEQUENCE    
  ieee8021STGateEnabled TruthValue
  ieee8021STAdminGateStates OCTET STRING
  ieee8021STOperGateStates OCTET STRING
  ieee8021STAdminControlListLength Unsigned32
  ieee8021STOperControlListLength Unsigned32
  ieee8021STAdminControlList OCTET STRING
  ieee8021STOperControlList OCTET STRING
  ieee8021STAdminCycleTimeNumerator Unsigned32
  ieee8021STAdminCycleTimeDenominator Unsigned32
  ieee8021STOperCycleTimeNumerator Unsigned32
  ieee8021STOperCycleTimeDenominator Unsigned32
  ieee8021STAdminCycleTimeExtension Unsigned32
  ieee8021STOperCycleTimeExtension Unsigned32
  ieee8021STAdminBaseTime IEEE8021STPTPtimeValue
  ieee8021STOperBaseTime IEEE8021STPTPtimeValue
  ieee8021STConfigChange TruthValue
  ieee8021STConfigChangeTime IEEE8021STPTPtimeValue
  ieee8021STTickGranularity Unsigned32
  ieee8021STCurrentTime IEEE8021STPTPtimeValue
  ieee8021STConfigPending TruthValue
  ieee8021STConfigChangeError Counter64
  ieee8021STSupportedListMax Unsigned32

Defined Values

ieee8021STMib 1.3.111.2.802.1.1.30
The Bridge MIB module for managing devices that support the Scheduled Traffic Enhancements for IEEE 802.1Q Bridges. Unless otherwise indicated, the references in this MIB module are to IEEE Std 802.1Q. Copyright (C) IEEE (2018). This version of this MIB module is part of IEEE Std 802.1Q; see the draft itself for full legal notices.
MODULE-IDENTITY    

ieee8021STNotifications 1.3.111.2.802.1.1.30.0
OBJECT IDENTIFIER    

ieee8021STObjects 1.3.111.2.802.1.1.30.1
OBJECT IDENTIFIER    

ieee8021STConformance 1.3.111.2.802.1.1.30.2
OBJECT IDENTIFIER    

ieee8021STMaxSDUSubtree 1.3.111.2.802.1.1.30.1.1
OBJECT IDENTIFIER    

ieee8021STParameters 1.3.111.2.802.1.1.30.1.2
OBJECT IDENTIFIER    

ieee8021STMaxSDUTable 1.3.111.2.802.1.1.30.1.1.1
A table containing a set of max SDU parameters, one for each traffic class. All writeable objects in this table must be persistent over power up restart/reboot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021STMaxSDUEntry

ieee8021STMaxSDUEntry 1.3.111.2.802.1.1.30.1.1.1.1
A list of objects containing Max SDU size for each traffic class supported by the Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021STMaxSDUEntry  

ieee8021STTrafficClass 1.3.111.2.802.1.1.30.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 is supported by the Port
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021STTrafficClassValue  

ieee8021STMaxSDU 1.3.111.2.802.1.1.30.1.1.1.1.2
The value of the MaxSDU parameter for the traffic class. This value is represented as an unsigned integer. A value of 0 is interpreted as the max SDU size supported by the underlying MAC. The default value of the MaxSDU parameter is 0. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ieee8021TransmissionOverrun 1.3.111.2.802.1.1.30.1.1.1.1.3
A counter of transmission overrun events, where a PDU is still being transmitted by a MAC at the time when the transmission gate for the queue closed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ieee8021STParametersTable 1.3.111.2.802.1.1.30.1.2.1
A table that contains the per-port manageable parameters for traffic scheduling. For a given Port, a row in the table exists. All writable objects in this table must be persistent over power up restart/reboot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Ieee8021STParametersEntry

ieee8021STParametersEntry 1.3.111.2.802.1.1.30.1.2.1.1
A list of objects that contains the manageable parameters for traffic scheduling for a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ieee8021STParametersEntry  

ieee8021STGateEnabled 1.3.111.2.802.1.1.30.1.2.1.1.1
The GateEnabled parameter determines whether traffic scheduling is active (true) or inactive (false). The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ieee8021STAdminGateStates 1.3.111.2.802.1.1.30.1.2.1.1.2
The administrative value of the GateStates parameter for the Port. The bits of the octet represent the gate states for the corresponding traffic classes; the MS bit corresponds to traffic class 7, the LS bit to traffic class 0. A bit value of 0 indicates closed; a bit value of 1 indicates open. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1)  

ieee8021STOperGateStates 1.3.111.2.802.1.1.30.1.2.1.1.3
The operational value of the GateStates parameter for the Port. The bits of the octet represent the gate states for the corresponding traffic classes; the MS bit corresponds to traffic class 7, the LS bit to traffic class 0. A bit value of 0 indicates closed; a bit value of 1 indicates open.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1)  

ieee8021STAdminControlListLength 1.3.111.2.802.1.1.30.1.2.1.1.4
The administrative value of the ListMax parameter for the Port. The integer value indicates the number of entries (TLVs) in the AdminControlList. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ieee8021STOperControlListLength 1.3.111.2.802.1.1.30.1.2.1.1.5
The operational value of the ListMax parameter for the Port. The integer value indicates the number of entries (TLVs) in the OperControlList.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021STAdminControlList 1.3.111.2.802.1.1.30.1.2.1.1.6
The administrative value of the ControlList parameter for the Port. The octet string value represents the contents of the control list as an ordered list of entries, each encoded as a TLV, as follows. The first octet of each TLV is interpreted as an unsigned integer representing a gate operation name: 0: SetGateStates 1: Set-And-Hold-MAC 2: Set-And-Release-MAC 3-255: Reserved for future gate operations The second octet of the TLV is the length field, interpreted as an unsigned integer, indicating the number of octets of the value that follows the length. A length of zero indicates that there is no value (i.e., the gate operation has no parameters). The third through (3 + length -1)th octets encode the parameters of the gate operation, in the order that they appear in the definition of the operation in Table 8-6. Two parameter types are currently defined: - GateState: A GateState parameter is encoded in a single octet. The bits of the octet represent the gate states for the corresponding traffic classes; the MS bit corresponds to traffic class 7, the LS bit to traffic class 0. A bit value of 0 indicates closed; a bit value of 1 indicates open. - TimeInterval: A TimeInterval is encoded in 4 octets as a 32-bit unsigned integer, representing a number of nanoseconds. The first octet encodes the most significant 8 bits of the integer, and the fourth octet encodes the least significant 8 bits. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ieee8021STOperControlList 1.3.111.2.802.1.1.30.1.2.1.1.7
The operational value of the ListMax parameter for the Port. The octet string value represents the contents of the control list as an ordered list of TLVs, as follows. The first octet of each TLV is interpreted as a gate operation name: 0: SetGateStates 1: Set-And-Hold-MAC 2: Set-And-Release-MAC 3-255: Reserved for future gate operations The second octet of the TLV is the length field, interpreted as an unsigned integer, indicating the number of octets of the value that follows the length. A length of zero indicates that there is no value (i.e., the gate operation has no parameters). The third through (3 + length -1)th octets encode the parameters of the gate operation, in the order that they appear in the definition of the operation in Table 8-6. Two parameter types are currently defined: - GateState: A GateState parameter is encoded in a single octet. The bits of the octet represent the gate states for the corresponding traffic classes; the MS bit corresponds to traffic class 7, the LS bit to traffic class 0. A bit value of 0 indicates closed; a bit value of 1 indicates open. - TimeInterval: A TimeInterval is encoded in 4 octets as a 32-bit unsigned integer, representing a number of nanoseconds. The first octet encodes the most significant 8 bits of the integer, and the fourth octet encodes the least significant 8 bits.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ieee8021STAdminCycleTimeNumerator 1.3.111.2.802.1.1.30.1.2.1.1.8
The administrative value of the numerator of the CycleTime parameter for the Port. The numerator and denominator together represent the cycle time as a rational number of seconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ieee8021STAdminCycleTimeDenominator 1.3.111.2.802.1.1.30.1.2.1.1.9
The administrative value of the denominator of the CycleTime parameter for the Port. The numerator and denominator together represent the cycle time as a rational number of seconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ieee8021STOperCycleTimeNumerator 1.3.111.2.802.1.1.30.1.2.1.1.10
The operational value of the numerator of the CycleTime parameter for the Port. The numerator and denominator together represent the cycle time as a rational number of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021STOperCycleTimeDenominator 1.3.111.2.802.1.1.30.1.2.1.1.11
The operational value of the denominator of the CycleTime parameter for the Port. The numerator and denominator together represent the cycle time as a rational number of seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021STAdminCycleTimeExtension 1.3.111.2.802.1.1.30.1.2.1.1.12
The administrative value of the CycleTimeExtension parameter for the Port. The value is an unsigned integer number of nanoseconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

ieee8021STOperCycleTimeExtension 1.3.111.2.802.1.1.30.1.2.1.1.13
The operational value of the CycleTimeExtension parameter for the Port. The value is an unsigned integer number of nanoseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021STAdminBaseTime 1.3.111.2.802.1.1.30.1.2.1.1.14
The administrative value of the BaseTime parameter for the Port. The value is a representation of a PTPtime value, consisting of a 48-bit integer number of seconds and a 32-bit integer number of nanoseconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-write
OBJECT-TYPE    
  IEEE8021STPTPtimeValue  

ieee8021STOperBaseTime 1.3.111.2.802.1.1.30.1.2.1.1.15
The operationsl value of the BaseTime parameter for the Port. The value is a representation of a PTPtime value, consisting of a 48-bit integer number of seconds and a 32-bit integer number of nanoseconds.
Status: current Access: read-only
OBJECT-TYPE    
  IEEE8021STPTPtimeValue  

ieee8021STConfigChange 1.3.111.2.802.1.1.30.1.2.1.1.16
The ConfigChange parameter signals the start of a configuration change when it is set to TRUE. This should only be done when the various administrative parameters are all set to appropriate values.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

ieee8021STConfigChangeTime 1.3.111.2.802.1.1.30.1.2.1.1.17
The PTPtime at which the next config change is scheduled to occur. The value is a representation of a PTPtime value, consisting of a 48-bit integer number of seconds and a 32-bit integer number of nanoseconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-only
OBJECT-TYPE    
  IEEE8021STPTPtimeValue  

ieee8021STTickGranularity 1.3.111.2.802.1.1.30.1.2.1.1.18
The granularity of the cycle time clock, represented as an unsigned number of tenths of nanoseconds. The value of this object MUST be retained across reinitializations of the management system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021STCurrentTime 1.3.111.2.802.1.1.30.1.2.1.1.19
The current time, in PTPtime, as maintained by the local system. The value is a representation of a PTPtime value, consisting of a 48-bit integer number of seconds and a 32-bit integer number of nanoseconds.
Status: current Access: read-only
OBJECT-TYPE    
  IEEE8021STPTPtimeValue  

ieee8021STConfigPending 1.3.111.2.802.1.1.30.1.2.1.1.20
The value of the ConfigPending state machine variable. The value is TRUE if a configuration change is in progress but has not yet completed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ieee8021STConfigChangeError 1.3.111.2.802.1.1.30.1.2.1.1.21
A counter of the number of times that a re-configuration of the traffic schedule has been requested with the old schedule still running and the requested base time was in the past.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ieee8021STSupportedListMax 1.3.111.2.802.1.1.30.1.2.1.1.22
The maximum value supported by this Port of the AdminControlListLength and OperControlListLength parameters.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ieee8021STCompliances 1.3.111.2.802.1.1.30.2.1
OBJECT IDENTIFIER    

ieee8021STGroups 1.3.111.2.802.1.1.30.2.2
OBJECT IDENTIFIER    

ieee8021STObjectsGroup 1.3.111.2.802.1.1.30.2.2.1
Objects that allow management of scheduled traffic.
Status: current Access: read-only
OBJECT-GROUP    

ieee8021STCompliance 1.3.111.2.802.1.1.30.2.1.1
The compliance statement for devices supporting scheduled traffic. Support of the objects defined in this MIB module also requires support of the IEEE8021-BRIDGE-MIB; the provisions of 17.3.2 apply to implementations claiming support of this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE