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.
Hi,I'm trying to put together an EEM based TCL script for a "call home" like feature (if a client's VPN router behind NAT is not reachable via VPN tunnel, the router would get the backdoor open from inside to netcat), all works except passing control...
Hi,I'm putting together a tcl script to read the cisco IOS CA server certificate requests (pending, granted, etc) in CLI and make the results available via SNMP expression MIB. The two CA servers are configured as a redundant pair with redundancy in...
Hi,Need some way to trigger a second policy based on the results of a first one using applets (no TCL), 90% of routers running eem 2.3 (under 12.4.20T), which does not support the conditions, what I have tried was a first applet's generated syslog: a...
HiI'm trying to copy a fragment of the IOS config (class-map update) into running-config using EEM (2.3 on 12.4.15T7):event manager environment ip1 10.224.129.109event manager applet MACUpdate event timer watchdog time 30 maxrun 5 action 1.0 info ty...
Hello,I'm wondering if anyone else is having a problem with the old UT discovered data not getting deleted as per configuration for "Delete Interval" in Campus User Tracking. The CM is already at over 20000 host records, could this be due to the CSCt...
nope, did not work, intercepted ctrl-p (\u0010) (same as up arrow action) and replaced with "Ctl+V+Ctl+P", then "Ctrl+V+Ctrl+P", then just "Ctrl+P", the CLI evaluates it with % Bad IP address or host name% Unknown command or computer name, or unable ...
update:the ctrl-Z (\001a) seem to work (even without ctrl-V prepended), although with a bit of decoded garbage: it goes to cli_write as C?C8^Z, the cli_read_drain returns:call call-history-mib call-home cdpcef chat-script class-map cl...
in the fconfigure tried -encoding binary, utf-8, no -encoding, does not seem to make any differencehad a temp regexe;} else {set data1 $data+ if {[regexe {(\u0010|\u001a)} $data1 ]} { + .... # the $data1 came from the socket, the unicode properly ma...
Sure, the tcl script is attached. The way it works is a VPN router runs the script on EEM cron every 15 min. the script opens a socket to a jump server's xinetd on tcp 80, xinetd starts a shell wrapper around ncat (the one that comes with nmap). The ...