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

RME: configurations management

karima.zaydi
Level 1
Level 1

Hello all,

My customer want to created its own configurations and put them in the right directory (maybe shadow directory ??) I would like to push them all with a script, just with one action (not with config editor which means to push them one by one ...)

Is it possible? with scripting in perl

2 Replies 2

ccbootcamp
Level 7
Level 7

There are programs out there that will do that.

But, sure it's possible to do it with perl.

IMHO, Best way would be with TCL "aka tickle" scripting. I use TCL scripting all the time to do misc. things.

-brad

www.ccbootcamp.com

(please rate the post if this helps!)

Joe Clarke
Cisco Employee
Cisco Employee

You can script the cwcli command to do this kind of thing. For example, to push an arbitrary config file onto a device:

cwcli config import -u admin -p admin -f /tmp/device.cfg -device 10.1.1.1

There are more advanced options for bulk config operations. See the cwcli documentation in RME.