Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
add bit about HIL taking care of turning on/off the port in the docs
Browse files Browse the repository at this point in the history
* and about how this switch requires a native vlan first before any trunked
vlans are allowed to be attached.
  • Loading branch information
naved001 committed Sep 25, 2017
1 parent 1431dfa commit 8811824
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/network-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ more valid interface types.
The switch's API server either runs on port 8008 (HTTP) or 8888 (HTTPS), so be
sure to specify that in the ``hostname``.

This switch must have a native VLAN connected first before having any trunked
VLANs. The switchport is turned on only when a native VLAN is connected.

If you have multiple types of ports on the same switch, register the switch
multiple times with different parameters for ``interface_type``.

Expand All @@ -247,6 +250,10 @@ The body of the api call request will look like:
It accepts interface names the same way they would be accepted in the console
of the switch, ex. ``1/3``.

When a port is registered, ensure that it is turned off (otherwise it might be
sitting on a default native vlan). HIL will then take care of turning on/off
the port.

### Using multiple switches

Networks managed by HIL may span multiple switches. No special configuration
Expand Down

0 comments on commit 8811824

Please sign in to comment.