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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Add a VLAN

ip link add link eth0 name eth0.100 type vlan id 100

Remove a VLAN

ip link delete eth0.100