Iproute2
From Useful Things
Revision as of 16:38, 3 August 2015 by Milosivanovic (talk | contribs) (Created page with "== Add a VLAN == <pre> ip link add link eth0 name eth0.100 type vlan id 100 </pre> == Remove a VLAN == <pre> ip link delete eth0.100 </pre>")
Add a VLAN
ip link add link eth0 name eth0.100 type vlan id 100
Remove a VLAN
ip link delete eth0.100