Skip to content

Instantly share code, notes, and snippets.

@tylerkerr
Created April 28, 2016 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerkerr/c0c5a14e7fbc3f093b6d4ba9b548bbae to your computer and use it in GitHub Desktop.
Save tylerkerr/c0c5a14e7fbc3f093b6d4ba9b548bbae to your computer and use it in GitHub Desktop.
#!/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