Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Can anyone assist me with a script, or at least tell me if its possible. I need a script that will trigger only for a specific username and only when entering Config T.
This script is a workaround for a bug in my ios that makes creating a "read onl...
Update:
I found a solution. This is the Applet that I am using.
event manager applet READONLY
event cli pattern "configure terminal" sync yes
action 1.0 cli command "enable"
action 1.1 cli command "show users | i BADUSER"
action 1.2 string le...
Oh wow thanks. That's unfortunate.Right now I am trying to create a script that will view the "Show users" output and use a For loop to see if the username is found and then run the script off of that.This is my first time though so It's not liking a...
I found a way to create an EEM Applet that will just skip the conf t command when it is entered.
Now that I have this I only need to know how to set this applet to only be triggered for a specific user. If anyone has any details please share. I wil...