Juniper EX-Series – How to Transfer Config Between Switches

juniperjuniper-ex

I have a lab EX-2200 that has a config on it that I now want to replicate onto four more EX-2200's… I'm sure there's probably an easy way to do this, but couldn't find it on the Juniper KB or by (a minimum amount of) Googling. Anyone here know?

Best Answer

you can copy the configuration from the 'source' switch like this (assuming you've got a domestic software release supporting SSH):

show configuration | save user@otherswitch:myconfig

And then on 'otherswitch' in edit-mode:

load replace myconfig