authEapolKeyTxEnabled
FEC-AUTH-MIB ·
.0.51.1.13
Object
The EAPOL protocol optionally supports the transmission
of global key information from the Authenticator to the
Supplicant, following a successful authentication exchange,
in circumstances in which encryption is available between
the Supplicant and Authenticator systems (e.g., where
encryption is used on an 802.11 association between a
station and an access point). The use of this facility is
controlled by the KeyTransmissionEnabled parameter. A
value of TRUE allows key information to be transmitted
following authorization; a value of FALSE disables the
key transmission capability. In Authenticator systems
that do not support this facility, the KeyTransmissionEnabled
parameter is read-only and is set FALSE.
Default value is false.
Context
- MIB
- FEC-AUTH-MIB
- OID
.0.51.1.13- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- authEapol
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-AUTH-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-AUTH-MIB::authEapolKeyTxEnabled.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-AUTH-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-AUTH-MIB::authEapolKeyTxEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |