Basic Cisco Configuration
Here is a simple script I wrote to configure a Cisco router. First the header of my script:
##CISCO SCRIPT#### This script assumes you are in enable mode and ready to configure the router
##Lets configure the interfaces
Now configure terminal by entering these commands:
configure terminalinterface gig 0/0description Lanip address 10.0.0.1 255.255.255.0ip nat insideno shutdownexit
Conf T
interface gig [...]
