cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1044
Views
0
Helpful
2
Replies

Tcl support on 2811? IOS 12.4(15)T10

carrollha
Level 1
Level 1

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?

2 Replies 2

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

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.