10-12-2011 01:12 PM - edited 03-07-2019 02:46 AM
Hi,
So I'm trying do some tcl scripting on our 2811 routers for research, but none of the commands seem to be working. In priveledged mode 'tclsh' isn't found, and neither is 'event'. According to all the documentation, our IOS 12.4(15)T10 should come with EEM, but I'm unsure about the tcl shell.
Am I wrong about our version supporting EEM? Help please?
10-13-2011 02:14 AM
Hi Heath,
Since it is IOS 12.4 (15)T10, I'm inclined to think it should support tcl scripting.
for event manager applet, you need to be in configuration mode.
Command will be :
conf t
event manager applet
For going into tcl scripting mode, i'm bit confused about the exact command and the place from where it would be run.
try below:
Router# tclsh
If above doesn't works
Router # conf t
Router # tclsh
HTH
Smitesh
10-24-2011 12:07 PM
Smitesh,
Thanks for the reply!
Unfortunately neither of those work, and that's exactly what I've been trying.
Trying:
1)
Router# conf t
Router(config)# event manager applet ?
% Unrecognized command
2)
Router(config)# tclsh
^
% Invalid input detected at '^' marker.
3)
Router# tclsh
Translating "tclsh"...domain server (255.255.255.255)
...
% Unknown command or computer name, or unable to find computer address
The only thing I can think to do is try to flash the ios to a newer version.
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