filter log/ filenames into sw.command
[dell-switch] / ssh-switch-port-vlan
1 #!/bin/sh -xe
2
3 NO_LOG=1 ./dell-switch.pl $1 'configure' "interface ethernet g$2" "switchport access vlan $3" 'exit' 'exit'