Hi,

I'm trying to configure a router via kermit (Cisco router 2600). Is there a simple way to feed it a configuration script, instead of having to type in all the commands? For example, if I want to configure the ip of a interface, can I save the commands

enable
pwd
configure terminal
no ip routing
ip routing
interface Ethernet0/0

etc... in a file, then pipe it somehow?

Thanks