All MIBs › IEEE8021-ST-MIB › ieee8021STAdminControlList
ieee8021STAdminControlList
Module: IEEE8021-ST-MIB
OID (symbolic): IEEE8021-ST-MIB::ieee8021STAdminControlList
OID (numeric): 1.3.111.2.802.1.1.30.1.2.1.1.6
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description: 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.
What is ieee8021STAdminControlList?
This read-write OCTET STRING encodes the administrative gate-control-list as an ordered sequence of TLVs (gate-state or time-interval operations), letting an admin build the exact open/close schedule to be swapped in on the next config change.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.111.2.802.1.1.30.1.2.1.1.6 snmpwalk -v2c -c public <target> IEEE8021-ST-MIB::ieee8021STAdminControlList
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.111.2.802.1.1.30.1.2.1.1.6.1 snmpget -v2c -c public <target> IEEE8021-ST-MIB::ieee8021STAdminControlList.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.111.2.802.1.1.30.1.2.1.1.6.1 s <value>
Start monitoring Vendor-neutral IEEE 802.1Qbv standard (TSN-capable Ethernet bridge/switch, scheduled traffic) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the IEEE8021-ST-MIB::ieee8021STAdminControlList OID value, configure state conditions and alerts, and monitor any Vendor-neutral IEEE 802.1Qbv standard (TSN-capable Ethernet bridge/switch, scheduled traffic) from a single console.
OID Breakdown
Upper-level ancestors (3 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.111.2.802.1.1 | ieee802dot1mibs | IEEE8021-TC-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.111.2.802.1.1.30 | ieee8021STMib | IEEE8021-ST-MIB |
| 1.3.111.2.802.1.1.30.1 | ieee8021STObjects | IEEE8021-ST-MIB |
| 1.3.111.2.802.1.1.30.1.2 | ieee8021STParameters | IEEE8021-ST-MIB |
| 1.3.111.2.802.1.1.30.1.2.1 | ieee8021STParametersTable | IEEE8021-ST-MIB |
| 1.3.111.2.802.1.1.30.1.2.1.1 | ieee8021STParametersEntry | IEEE8021-ST-MIB |
| 1.3.111.2.802.1.1.30.1.2.1.1.6 | ieee8021STAdminControlList | IEEE8021-ST-MIB |