TACACS Command Set
Location in GUI:
Work Centers
» Device Administration
» Policy Elements
» Results
» TACACS Command Sets
Diagram
Classes
policy_elements (ise.device_administration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
tacacs_command_sets | List | [tacacs_command_sets] | No |
tacacs_command_sets (ise.device_administration.policy_elements)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_ ]+$ | Yes | |
description | String | No | ||
permit_unmatched | Boolean | true , false | No | false |
commands | List | [commands] | No |
commands (ise.device_administration.policy_elements.tacacs_command_sets)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
grant | Choice | PERMIT , DENY , DENY_ALWAYS | No | PERMIT |
command | String | Regex: ^[\w\d_]+$ | Yes | |
arguments | String | No |
Examples
ise:
device_administration:
policy_elements:
tacacs_command_sets:
- name: Show
description: Permit show command
permit_unmatched: false
commands:
- grant: PERMIT
command: show