TACACS
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (nxos.devices)
Section titled “configuration (nxos.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| tacacs | Class | [tacacs] | No |
tacacs (nxos.devices.configuration)
Section titled “tacacs (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| deadtime | Integer | min: 0, max: 1440 | No | |
| description | String | No | ||
| key | String | No | ||
| key_encryption | Choice | 0, 6, 7 | No | |
| retries | Integer | min: 0, max: 5 | No | |
| source_interface | String | No | ||
| timeout | Integer | min: 1, max: 60 | No | |
| servers | List | [servers] | No | |
| server_groups | List | [server_groups] | No |
servers (nxos.devices.configuration.tacacs)
Section titled “servers (nxos.devices.configuration.tacacs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| host | String | Yes | ||
| description | String | No | ||
| authentication_protocol | Choice | pap, chap, mschap, mschapv2, ascii | No | |
| key | String | No | ||
| key_encryption | Choice | 0, 6, 7 | No | |
| test_idle_time | Integer | min: 0, max: 1440 | No | |
| test_password | String | No | ||
| test_password_type | Choice | 0, 7 | No | |
| test_username | String | No | ||
| port | Integer | min: 1, max: 65535 | No | |
| retries | Integer | min: 0, max: 5 | No | |
| single_connection | Boolean | true, false | No | |
| timeout | Integer | min: 0, max: 60 | No |
server_groups (nxos.devices.configuration.tacacs)
Section titled “server_groups (nxos.devices.configuration.tacacs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| description | String | No | ||
| deadtime | Integer | min: 0, max: 1440 | No | |
| source_interface | String | No | ||
| vrf | String | No |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: tacacs: timeout: 5 deadtime: 10 source_interface: mgmt0 servers: - name: TAC-SRV1 address: 10.1.1.10