supplicantMode Element (Compact 2013)
3/26/2014
This element specifies the method of transmission used for EAPOL packets. The following table describes the possible values:
Value |
Description |
---|---|
inhibitTransmission |
EAPOL-Start packets are not transmitted. Valid for wired network profiles only |
includeLearning |
EAPOL packets are transmitted according to policy learned by the device. Valid for wired network profiles only |
compliant |
EAPOL packets are transmitted as specified by 802.1X. Valid for both wired and wireless network profiles. |
This element is optional. When supplicantMode
is not specified in a profile, a value of COMPLIANT is used.
Syntax
<xs:element name="supplicantMode">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="inhibitTransmission"
/>
<xs:enumeration
value="includeLearning"
/>
<xs:enumeration
value="compliant"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Remarks
The supplicantMode
element is defined by the OneX Element.
See Also
Reference
Profile XML Schema Elements
OneX Element
Profile XML Schema Reference