diff --git a/HowtoOpenBSD/Reseau.md b/HowtoOpenBSD/Reseau.md index b91f4359..929357f3 100644 --- a/HowtoOpenBSD/Reseau.md +++ b/HowtoOpenBSD/Reseau.md @@ -143,6 +143,24 @@ netstat -hI em0 # en nombre de paquets netstat -bhI em0 # en quantité de data ~~~ +# VLAN + + + +Exemple avec `/etc/hostname.vio0` : + +~~~ +up +~~~ + +et son interface VLAN correspondant `/etc/hostname.vlan0` : + +~~~ +parent vio0 vnetid 42 +inet xxx +inet6 xxx +~~~ + # PPPoE Via configuration : @@ -245,7 +263,7 @@ up up ~~~ -# Contrôle du STP +# STP Un rappel sur le fonctionnement :