Difference between revisions of "Iproute2"

From Useful Things
Jump to: navigation, search
(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>")
 
(No difference)

Latest revision as of 16:38, 3 August 2015

Add a VLAN

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

Remove a VLAN

ip link delete eth0.100