TACACS Command Set
Location in GUI: Work Centers
» Device Administration
» Policy Elements
» Results
» TACACS Command Sets
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_elements (ise.device_administration)
Section titled “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)
Section titled “tacacs_command_sets (ise.device_administration.policy_elements)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Yes | ||
description | String | No | ||
permit_unmatched | Boolean | true , false | No | false |
commands | List | [commands] | No |
commands (ise.device_administration.policy_elements.tacacs_command_sets)
Section titled “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
Section titled “Examples”ise: device_administration: policy_elements: tacacs_command_sets: - name: Show description: Permit show command permit_unmatched: false commands: - grant: PERMIT command: show