Created
April 28, 2016 14:49
-
-
Save tylerkerr/c0c5a14e7fbc3f093b6d4ba9b548bbae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for (( i = 3; i < 48; i++ )) | |
do | |
echo "set interfaces ge-6/0/$i unit 0 family ethernet-switching port-mode access vlan members security" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment