From 882ad147ae164f5155a451718879dd8f2a66ad64 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Mon, 18 Feb 2019 20:04:13 +0100 Subject: [PATCH] ajout infos sur VLAN --- HowtoOpenBSD/Reseau.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 :