IEEE8021-ST-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IEEE8021-ST-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
       ieee8021STNotifications 1.3.111.2.802.1.1.30.0
       ieee8021STObjects 1.3.111.2.802.1.1.30.1
           ieee8021STMaxSDUSubtree 1.3.111.2.802.1.1.30.1.1
               ieee8021STMaxSDUTable 1.3.111.2.802.1.1.30.1.1.1 no-access
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.
                   ieee8021STMaxSDUEntry 1.3.111.2.802.1.1.30.1.1.1.1 no-access
A list of objects containing Max SDU size for each traffic class supported by the Port.
                       ieee8021STTrafficClass 1.3.111.2.802.1.1.30.1.1.1.1.1 ieee8021sttrafficclassvalue no-access
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
                       ieee8021STMaxSDU 1.3.111.2.802.1.1.30.1.1.1.1.2 unsigned32 read-write
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.
                       ieee8021TransmissionOverrun 1.3.111.2.802.1.1.30.1.1.1.1.3 counter64 read-only
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.
           ieee8021STParameters 1.3.111.2.802.1.1.30.1.2
               ieee8021STParametersTable 1.3.111.2.802.1.1.30.1.2.1 no-access
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.
                   ieee8021STParametersEntry 1.3.111.2.802.1.1.30.1.2.1.1 no-access
A list of objects that contains the manageable parameters for traffic scheduling for a port.
                       ieee8021STGateEnabled 1.3.111.2.802.1.1.30.1.2.1.1.1 truthvalue read-write
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.
                       ieee8021STAdminGateStates 1.3.111.2.802.1.1.30.1.2.1.1.2 octet string read-write
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.
                       ieee8021STOperGateStates 1.3.111.2.802.1.1.30.1.2.1.1.3 octet string read-only
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.
                       ieee8021STAdminControlListLength 1.3.111.2.802.1.1.30.1.2.1.1.4 unsigned32 read-write
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.
                       ieee8021STOperControlListLength 1.3.111.2.802.1.1.30.1.2.1.1.5 unsigned32 read-only
The operational value of the ListMax parameter for the Port. The integer value indicates the number of entries (TLVs) in the OperControlList.
                       ieee8021STAdminControlList 1.3.111.2.802.1.1.30.1.2.1.1.6 octet string read-write
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.
                       ieee8021STOperControlList 1.3.111.2.802.1.1.30.1.2.1.1.7 octet string read-only
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.
                       ieee8021STAdminCycleTimeNumerator 1.3.111.2.802.1.1.30.1.2.1.1.8 unsigned32 read-write
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.
                       ieee8021STAdminCycleTimeDenominator 1.3.111.2.802.1.1.30.1.2.1.1.9 unsigned32 read-write
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.
                       ieee8021STOperCycleTimeNumerator 1.3.111.2.802.1.1.30.1.2.1.1.10 unsigned32 read-only
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.
                       ieee8021STOperCycleTimeDenominator 1.3.111.2.802.1.1.30.1.2.1.1.11 unsigned32 read-only
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.
                       ieee8021STAdminCycleTimeExtension 1.3.111.2.802.1.1.30.1.2.1.1.12 unsigned32 read-write
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.
                       ieee8021STOperCycleTimeExtension 1.3.111.2.802.1.1.30.1.2.1.1.13 unsigned32 read-only
The operational value of the CycleTimeExtension parameter for the Port. The value is an unsigned integer number of nanoseconds.
                       ieee8021STAdminBaseTime 1.3.111.2.802.1.1.30.1.2.1.1.14 ieee8021stptptimevalue read-write
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.
                       ieee8021STOperBaseTime 1.3.111.2.802.1.1.30.1.2.1.1.15 ieee8021stptptimevalue read-only
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.
                       ieee8021STConfigChange 1.3.111.2.802.1.1.30.1.2.1.1.16 truthvalue read-write
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.
                       ieee8021STConfigChangeTime 1.3.111.2.802.1.1.30.1.2.1.1.17 ieee8021stptptimevalue read-only
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.
                       ieee8021STTickGranularity 1.3.111.2.802.1.1.30.1.2.1.1.18 unsigned32 read-only
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.
                       ieee8021STCurrentTime 1.3.111.2.802.1.1.30.1.2.1.1.19 ieee8021stptptimevalue read-only
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.
                       ieee8021STConfigPending 1.3.111.2.802.1.1.30.1.2.1.1.20 truthvalue read-only
The value of the ConfigPending state machine variable. The value is TRUE if a configuration change is in progress but has not yet completed.
                       ieee8021STConfigChangeError 1.3.111.2.802.1.1.30.1.2.1.1.21 counter64 read-only
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.
                       ieee8021STSupportedListMax 1.3.111.2.802.1.1.30.1.2.1.1.22 unsigned32 read-only
The maximum value supported by this Port of the AdminControlListLength and OperControlListLength parameters.
       ieee8021STConformance 1.3.111.2.802.1.1.30.2
           ieee8021STCompliances 1.3.111.2.802.1.1.30.2.1
               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.
           ieee8021STGroups 1.3.111.2.802.1.1.30.2.2
               ieee8021STObjectsGroup 1.3.111.2.802.1.1.30.2.2.1
Objects that allow management of scheduled traffic.