ajout infos sur VLAN

This commit is contained in:
gcolpart 2019-02-18 20:04:13 +01:00
parent 5ca3f81f11
commit 882ad147ae

View file

@ -143,6 +143,24 @@ netstat -hI em0 # en nombre de paquets
netstat -bhI em0 # en quantité de data netstat -bhI em0 # en quantité de data
~~~ ~~~
# VLAN
<https://man.openbsd.org/vlan.4>
Exemple avec `/etc/hostname.vio0` :
~~~
up
~~~
et son interface VLAN correspondant `/etc/hostname.vlan0` :
~~~
parent vio0 vnetid 42
inet xxx
inet6 xxx
~~~
# PPPoE # PPPoE
Via configuration : Via configuration :
@ -245,7 +263,7 @@ up
up up
~~~ ~~~
# Contrôle du STP # STP
Un rappel sur le fonctionnement : Un rappel sur le fonctionnement :