Skip to content

Instantly share code, notes, and snippets.

@tylerkerr
Created April 28, 2016 14:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#!/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