CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Turn off/on ports in brocade switch (or disable switchport) #970

Closed naved001 closed 3 years ago

naved001 commented 6 years ago

Ports on a brocade switch alway default to a native VLAN 1. We should either disable the switchport (no switchport) until a native vlan is set, or just shut off the port completely.

I have mentioned this on a comment somewhere, but I am opening this issue so that I don't forget.

naved001 commented 5 years ago

This was the case on brocade vdx 6740 running 5.0.1, but now that @radonm upgraded the switches to 7.0 there's a new trunk mode called trunk-no-default-native which as the name suggests will have no default vlan in trunk mode.

Along with the switch models we should document what version of OS did we test the driver against.