All MIBs › IEEE802dot11-MIB › dot11DLSResponseTimeout
dot11DLSResponseTimeout
Module: IEEE802dot11-MIB
OID (symbolic): IEEE802dot11-MIB::dot11DLSResponseTimeout
OID (numeric): 1.2.840.10036.2.1.1.18
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This attribute shall specify the maximum number of seconds a direct link request is to be responded. The default value of this attribute shall be 10.
What is dot11DLSResponseTimeout?
This object sets the maximum time in seconds that a WiFi access point or client will wait for a response to a Direct Link Setup (DLS) request before timing out. DLS allows two WiFi devices to communicate directly without going through the access point, improving performance for certain applications. An operator would adjust this timeout if devices are experiencing delays in establishing direct connections or if network conditions require more time for peer discovery.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.2.840.10036.2.1.1.18 snmpwalk -v2c -c public <target> IEEE802dot11-MIB::dot11DLSResponseTimeout
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.2.840.10036.2.1.1.18.1 snmpget -v2c -c public <target> IEEE802dot11-MIB::dot11DLSResponseTimeout.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.2.840.10036.2.1.1.18.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dot11DLSResponseTimeout.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.2 | member_body | IEEE802dot11-MIB |
| 1.2.840 | us | IEEE802dot11-MIB |
| 1.2.840.10036 | ieee802dot11 | IEEE802dot11-MIB |
| 1.2.840.10036.2 | dot11mac | IEEE802dot11-MIB |
| 1.2.840.10036.2.1 | dot11OperationTable | IEEE802dot11-MIB |
| 1.2.840.10036.2.1.1 | dot11OperationEntry | IEEE802dot11-MIB |
| 1.2.840.10036.2.1.1.18 | dot11DLSResponseTimeout | IEEE802dot11-MIB |