commit | c0d0182c72f648be58f9499026fbfd42d2055f3d | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Tue Jun 09 15:55:50 2015 +0100 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Tue Jun 09 15:55:50 2015 +0100 |
tree | ff467d48072e4953d74ca5405b22ff009d6d17fb | |
parent | 448c1d0bdef39906897825b7896c681ffcd2fbc2 [diff] [blame] |
Put Catalyst trunk ports on VLAN 1 by default Change-Id: I5431c12f56d2d9220878a8a5c9e8674116327fde
diff --git a/drivers/CiscoCatalyst.py b/drivers/CiscoCatalyst.py index 50fb18e..2db91b4 100644 --- a/drivers/CiscoCatalyst.py +++ b/drivers/CiscoCatalyst.py
@@ -238,6 +238,7 @@ self._cli("switchport mode %s" % mode) if mode == "trunk": self._cli("switchport trunk encapsulation dot1q") + self._cli("switchport trunk trunk native vlan 1") self._end_configure() # Validate it happened