Dot1x
Diagram
Classes
configuration (iosxe.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
dot1x | Class | [dot1x] | No |
dot1x (iosxe.devices.configuration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
auth_fail_eapol | Boolean | true , false | No | |
credentials | List | [credentials] | No | |
critical_eapol_config_block | Boolean | true , false | No | |
critical_recovery_delay | Integer | min: 1 , max: 10000 | No | |
test_timeout | Integer | min: 1 , max: 65535 | No | |
logging_verbose | Boolean | true , false | No | |
supplicant_controlled_transient | Boolean | true , false | No | |
supplicant_force_multicast | Boolean | true , false | No | |
system_auth_control | Boolean | true , false | No |
credentials (iosxe.devices.configuration.dot1x)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
profile_name | String | Yes | ||
description | String | No | ||
username | String | No | ||
password_type | Choice | 0 , 7 | No | |
password | String | No | ||
pki_trustpoint | String | No | ||
anonymous_id | String | No |
Examples
iosxe: devices: - name: Device1 configuration: dot1x: auth_fail_eapol: true critical_eapol_config_block: true critical_recovery_delay: 20 test_timeout: 20 logging_verbose: true supplicant_controlled_transient: true supplicant_force_multicast: true system_auth_control: true credentials: - profile_name: first_creds description: first profile test username: test_user password_type: '0' password: test_pass pki_trustpoint: sample_trustpoint anonymous_id: anon_test_1 - profile_name: second_creds description: second profile test username: test_user2 password_type: '7' password: 15060E1F10153B253B20 pki_trustpoint: sample_trustpoint2 anonymous_id: anon_test_2