IEEE8021-ST-MIB
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.
Main OID:
ieee8021STMib.1.3.111.2.802.1.1.30
37
Objects
Active
Status
5
Dependencies
Imported Objects
Objects
37 total| Object Name |
|---|
ieee8021STMibThe 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 .1.3.111.2.802.1.1.30 |
ieee8021STNotifications OBJECT IDENTIFIER .1.3.111.2.802.1.1.30.0 |
ieee8021STObjects OBJECT IDENTIFIER .1.3.111.2.802.1.1.30.1 |
ieee8021STMaxSDUSubtree OBJECT IDENTIFIER .1.3.111.2.802.1.1.30.1.1 |
ieee8021STMaxSDUTableA 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. SEQUENCE OF Ieee8021STMaxSDUEntry .1.3.111.2.802.1.1.30.1.1.1 |
ieee8021STMaxSDUEntryA list of objects containing Max SDU size
for each traffic class supported by the Port. Ieee8021STMaxSDUEntry .1.3.111.2.802.1.1.30.1.1.1.1 |
ieee8021STTrafficClassThe 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 IEEE8021STTrafficClassValue .1.3.111.2.802.1.1.30.1.1.1.1.1 |
ieee8021STMaxSDUThe 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.rw Unsigned32 UNITS "octets" .1.3.111.2.802.1.1.30.1.1.1.1.2 |
ieee8021TransmissionOverrunA 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.ro Counter64 .1.3.111.2.802.1.1.30.1.1.1.1.3 |
ieee8021STParameters OBJECT IDENTIFIER .1.3.111.2.802.1.1.30.1.2 |
ieee8021STParametersTableA 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. SEQUENCE OF Ieee8021STParametersEntry .1.3.111.2.802.1.1.30.1.2.1 |
ieee8021STParametersEntryA list of objects that contains the manageable parameters for
traffic scheduling for a port. Ieee8021STParametersEntry .1.3.111.2.802.1.1.30.1.2.1.1 |
ieee8021STGateEnabledThe 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.rw TruthValue (SNMPv2-TC) .1.3.111.2.802.1.1.30.1.2.1.1.1 |
ieee8021STAdminGateStatesThe 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.rw OCTET STRING .1.3.111.2.802.1.1.30.1.2.1.1.2 |
ieee8021STOperGateStatesThe 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.ro OCTET STRING .1.3.111.2.802.1.1.30.1.2.1.1.3 |
ieee8021STAdminControlListLengthThe 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.rw Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.4 |
ieee8021STOperControlListLengthThe operational value of the ListMax parameter for the Port.
The integer value indicates the number of entries (TLVs) in the
OperControlList.ro Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.5 |
ieee8021STAdminControlListThe 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.rw OCTET STRING .1.3.111.2.802.1.1.30.1.2.1.1.6 |
ieee8021STOperControlListThe 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.ro OCTET STRING .1.3.111.2.802.1.1.30.1.2.1.1.7 |
ieee8021STAdminCycleTimeNumeratorThe 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.rw Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.8 |
ieee8021STAdminCycleTimeDenominatorThe 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.rw Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.9 |
ieee8021STOperCycleTimeNumeratorThe 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.ro Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.10 |
ieee8021STOperCycleTimeDenominatorThe 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.ro Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.11 |
ieee8021STAdminCycleTimeExtensionThe 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.rw Unsigned32 UNITS "nanoseconds" .1.3.111.2.802.1.1.30.1.2.1.1.12 |
ieee8021STOperCycleTimeExtensionThe operational value of the CycleTimeExtension parameter for the Port.
The value is an unsigned integer number of nanoseconds.ro Unsigned32 UNITS "nanoseconds" .1.3.111.2.802.1.1.30.1.2.1.1.13 |
ieee8021STAdminBaseTimeThe 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.rw IEEE8021STPTPtimeValue UNITS "PTP time" .1.3.111.2.802.1.1.30.1.2.1.1.14 |
ieee8021STOperBaseTimeThe 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.ro IEEE8021STPTPtimeValue UNITS "PTP time" .1.3.111.2.802.1.1.30.1.2.1.1.15 |
ieee8021STConfigChangeThe 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.rw TruthValue (SNMPv2-TC) .1.3.111.2.802.1.1.30.1.2.1.1.16 |
ieee8021STConfigChangeTimeThe 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.ro IEEE8021STPTPtimeValue UNITS "PTP time" .1.3.111.2.802.1.1.30.1.2.1.1.17 |
ieee8021STTickGranularityThe 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.ro Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.18 |
ieee8021STCurrentTimeThe 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.ro IEEE8021STPTPtimeValue .1.3.111.2.802.1.1.30.1.2.1.1.19 |
ieee8021STConfigPendingThe value of the ConfigPending state machine variable.
The value is TRUE if a configuration change is in progress
but has not yet completed.ro TruthValue (SNMPv2-TC) .1.3.111.2.802.1.1.30.1.2.1.1.20 |
ieee8021STConfigChangeErrorA 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.ro Counter64 .1.3.111.2.802.1.1.30.1.2.1.1.21 |
ieee8021STSupportedListMaxThe maximum value supported by this Port of the
AdminControlListLength and OperControlListLength
parameters.ro Unsigned32 .1.3.111.2.802.1.1.30.1.2.1.1.22 |
ieee8021STConformance OBJECT IDENTIFIER .1.3.111.2.802.1.1.30.2 |
ieee8021STCompliances OBJECT IDENTIFIER .1.3.111.2.802.1.1.30.2.1 |
ieee8021STGroups OBJECT IDENTIFIER .1.3.111.2.802.1.1.30.2.2 |