All MIBs › IEEE802dot11-MIB › dot11FragmentationThreshold
dot11FragmentationThreshold
Module: IEEE802dot11-MIB
OID (symbolic): IEEE802dot11-MIB::dot11FragmentationThreshold
OID (numeric): 1.2.840.10036.2.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This attribute shall specify the current maximum size, in octets, of the PSDU that may be delivered to the PHY. This maximum size does not apply in the case of A-MPDU. An MSDU, A-MSDU or MMPDU shall be broken into fragments if its size exceeds the value of this attribute after adding MAC headers and trailers. An MSDU, A-MSDU or MMPDU shall be fragmented when the resulting frame has an individual address in the Address1 field, and the length of the frame is larger than this threshold. The default value for this attribute shall be the lesser of 8000 or the aMPDUMaxLength or the aPSDUMaxLength of the attached PHY and shall never exceed the lesser of 8000 or the aMPDUMaxLength or the aPSDUMaxLength of the attached PHY. The value of this attribute shall never be less than 256.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.2.840.10036.2.1.1.5 snmpwalk -v2c -c public <target> IEEE802dot11-MIB::dot11FragmentationThreshold
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.2.840.10036.2.1.1.5.1 snmpget -v2c -c public <target> IEEE802dot11-MIB::dot11FragmentationThreshold.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.2.840.10036.2.1.1.5.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dot11FragmentationThreshold.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.5 | dot11FragmentationThreshold | IEEE802dot11-MIB |