configure interface switchport access vlan 42
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 6 Jul 2018 18:54:40 +0000 (20:54 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 6 Jul 2018 18:56:00 +0000 (20:56 +0200)
ssh-switch-port-vlan [new file with mode: 0755]

diff --git a/ssh-switch-port-vlan b/ssh-switch-port-vlan
new file mode 100755 (executable)
index 0000000..ddf0365
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh -xe
+
+NO_LOG=1 ./dell-switch.pl $1 'configure' "interface ethernet g$2" "switchport access vlan $3" 'exit' 'exit'