#!/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