03-07-2017 01:29 PM - edited 03-12-2019 02:01 AM
Hi all,
I need to configure an SSH username and password for a client who wants to integrate Tufin whereby they can create/modify/delete ACL's, as well as create object-groups, routes, NAT statements etc.
Privilege level 15 would ofcourse allow for this, however, I want to restrict certain criteria. Almost customize what they can and can't do.
Ultimately allow for everything mentioned above, but prohibited from doing anything else, ie: Create new SSH access, change passwords etc.
Is this possible? And if so, is there a doc online that can help guide me through this.
Your assistance in this regard would be greatly appreciated.
Thanking you in advance!
- Dale
Solved! Go to Solution.
03-07-2017 07:14 PM
Hi
Yes you can define each command that can be executed in exec, config, show or clear.
Here's a sample config:
privilege cmd level 5 mode exec command perfmon
privilege cmd level 5 mode exec command dir
privilege cmd level 5 mode exec command ping
privilege cmd level 5 mode exec command who
privilege cmd level 5 mode exec command logging
privilege cmd level 5 mode exec command failover
privilege cmd level 5 mode exec command vpn-sessiondb
privilege cmd level 5 mode exec command packet-tracer
privilege cmd level 5 mode exec command export
privilege show level 5 mode exec command import
privilege show level 5 mode exec command running-config
privilege show level 5 mode exec command mode
privilege show level 5 mode exec command firewall
privilege show level 5 mode exec command asp
privilege show level 5 mode exec command cpu
privilege show level 5 mode exec command interface
privilege show level 5 mode exec command clock
privilege show level 5 mode exec command dns-hosts
privilege show level 5 mode exec command access-list
privilege clear level 5 mode exec command dynamic-filter
privilege clear level 5 mode configure command logging
privilege clear level 5 mode configure command arp
privilege clear level 5 mode configure command aaa-server
You can find the documentation right here:
http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/config-guides/cli/general/asa-94-general-config/admin-management.html?bookSearch=true
Thanks
PS: Please don't forget to rate and mark as correct answer if this answered your question
03-07-2017 07:14 PM
Hi
Yes you can define each command that can be executed in exec, config, show or clear.
Here's a sample config:
privilege cmd level 5 mode exec command perfmon
privilege cmd level 5 mode exec command dir
privilege cmd level 5 mode exec command ping
privilege cmd level 5 mode exec command who
privilege cmd level 5 mode exec command logging
privilege cmd level 5 mode exec command failover
privilege cmd level 5 mode exec command vpn-sessiondb
privilege cmd level 5 mode exec command packet-tracer
privilege cmd level 5 mode exec command export
privilege show level 5 mode exec command import
privilege show level 5 mode exec command running-config
privilege show level 5 mode exec command mode
privilege show level 5 mode exec command firewall
privilege show level 5 mode exec command asp
privilege show level 5 mode exec command cpu
privilege show level 5 mode exec command interface
privilege show level 5 mode exec command clock
privilege show level 5 mode exec command dns-hosts
privilege show level 5 mode exec command access-list
privilege clear level 5 mode exec command dynamic-filter
privilege clear level 5 mode configure command logging
privilege clear level 5 mode configure command arp
privilege clear level 5 mode configure command aaa-server
You can find the documentation right here:
http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/config-guides/cli/general/asa-94-general-config/admin-management.html?bookSearch=true
Thanks
PS: Please don't forget to rate and mark as correct answer if this answered your question
03-07-2017 10:36 PM
Thanks Francesco, I appreciate your assistance!
03-08-2017 06:39 AM
You're welcome
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide