information about scripting
Cisco IOS with
Tcl Documentation edit
- Cisco IOS Scripting with Tcl
- updated 2012-11-30
Literature edit
- Cisco IOS Software Embedded Event Manager, Harnesses Network Intelligence to Increase Availability
- Cisco White Papter, last updated, 2005-12
- Why Cisco users need to know Tcl
- Jeff Hobbs, 2010
Resources edit
- Automated Diagnostics for Commercial Networks
- a collection of Tcl scripts for use with Cisco products
- CLISH
- Command Line Interface SHell. A modular framework for implementing a CISCO-like CLI on a *NIX system. Arbitary command menus and actions can be defined using XML files. This software handles the user interaction, and forks the appropriate commands to perform any actions. Compiles to a modified Tcl interpreter (tclish) where each command line action maps to a Tcl script.
- klish
- Fork/update of CLISH.
Description edit
Tcl is extensively used to configure
Cisco's
IOS (Internetworking Operating System), which is available in a broad spectrum of Cisco products.
Given Cisco's broad use of
Tcl it would seem reasonable for the company to contribute to the further development of Tcl. Is anyone aware of any activity in this respect?