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.
I have been given a Cisco 5940 router to repair.Now this is an early unit with rommon version 12.4(20100825:230356) [javeri-javeri-v124_24_gc2_throttle-candidate 101].My understanding is, the IOS was replaced and eversince has only booted into ROMMON...
I am using one of the latest 5000 series embedded routers and trying to get my TCL script to execute on Router startup, with little success.It's the first time for me, tho i've been through the relevent Cisco documents, the official book on TCL scri...
Success!!!Thank you all so very much.The winning combination is as below.TCL script test.tcl placed in Flash memory.# test.tcl::cisco::eem::event_register_timer cron cron_entry @reboot
puts "Test complete"
and EEMevent manager directory user policy f...
Thanks guys for the assistance. I'm now starting to understand what is happening.The script I am developing is 'restricted' but as a test i'm trying to get a simple script to autorun.# test.tcl::cisco::eem::event_register_syslog pattern "SYS-5-RESTAR...
Hi Jeffrey,Thanks for the info.It looks very similar to what I have done, but will try yours exactly and report back.One thing I wasn't sure of was, if there was required code in my TCL script to assist auto start on power up.Registering of the TCL s...