====== VyOS: vlans======
[[vyos:vyos|{{ :vyos:icon.jpg?120|}}]]
===== context=====
dit document beschrijft VLAN interfaces op VyOS
===== overzicht=====
''show interfaces''\\ \\ aanduiding voor een VLAN: **vif** (virtual interface)\\
{{:vyos:vyos_vlan.png?400 |}}
===== aanmaken =====
set interfaces ethernet eth0 vif address /subnet
set interfaces ethernet eth0 vif description
commit
save
controleer ahv ''show interfaces''
==== voorbeeld ====
set interfaces ethernet eth0 vif 100 address 10.11.100.253/24
set interfaces ethernet eth0 vif 100 description wifi_smart
commit
save
===== verwijderen =====
delete interfaces ethernet eth0 vif
commit
===== meer info =====
* [[https://docs.vyos.io/en/equuleus/configuration/interfaces/ethernet.html?highlight=vlan#vlan|VyOS KB]]
{{tag>vyos configuratie netwerk vlan}}