dc tacacs-commands
Description
Get TACACS+ command authorization events. See what commands users are running on network devices - critical for compliance audit.
Options
| Option | Default | Description |
|---|---|---|
|
|
Hours to look back |
|
|
Maximum records to return |
|
(none) |
Filter by username |
|
(none) |
Filter by device name or IP |
|
(none) |
Filter by command (partial match) |
Usage
# Last 24 hours (default)
netapi ise dc tacacs-commands
# Filter by user
netapi ise dc tacacs-commands --user admin
# Filter by device
netapi ise dc tacacs-commands --device core-sw
# Find specific commands
netapi ise dc tacacs-commands --command "show run"
# Combine filters
netapi ise dc tacacs-commands --user admin --device core-sw --hours 48
Sample Output
TACACS Commands (last 24h)
──────────────────────────────────────────────────────────────────────────────
Time User Status Device Command Args
──────────────────────────────────────────────────────────────────────────────
2026-01-23 10:43:21 admin Pass core-sw-01 show running-config
2026-01-23 10:41:08 admin Pass core-sw-01 configure terminal
2026-01-23 10:38:55 admin Pass core-sw-01 interface GigabitEthernet1/0/1
Use Cases
See Also
-
tacacs-auth - Device login events
-
config-changes - ISE config audit