Deploying 1 line of code to 100s of devices
oli356
Member Posts: 364
in CCNA & CCENT
Hey guys,
Been given a project at work to get a Syslog server working. It's all up and running. Now the problem is we need to get the 1 line of code "logging x.x.x.x" onto every device in the lab. I'm talking 150 or so racks full of equipment (fair enough that chassis take up a lot of space compared to a 3750 for example.
Someone mentioned a tcl script, never heard of it so have no idea what it does or how it works.. need to look into this.
How would you guys go about doing this though? Obviously as its going to be a 1 off thing, a "free" way
Thanks!
Been given a project at work to get a Syslog server working. It's all up and running. Now the problem is we need to get the 1 line of code "logging x.x.x.x" onto every device in the lab. I'm talking 150 or so racks full of equipment (fair enough that chassis take up a lot of space compared to a 3750 for example.
Someone mentioned a tcl script, never heard of it so have no idea what it does or how it works.. need to look into this.
How would you guys go about doing this though? Obviously as its going to be a 1 off thing, a "free" way
Thanks!
Lab:
Combination of GNS3 and Cisco equipment if required.
Combination of GNS3 and Cisco equipment if required.
Comments
-
QHalo Member Posts: 1,488You could do it with Expect or using a REXX script from. ZOC terminal has REXX scripting capabilities. I'm sure there are other ways, but those are the ways I know.