Skip to content

Instantly share code, notes, and snippets.

@zerwes
Created November 18, 2021 08:39
Show Gist options
  • Save zerwes/a05d85c45824d583a2ba326fc5c0ce65 to your computer and use it in GitHub Desktop.
Save zerwes/a05d85c45824d583a2ba326fc5c0ce65 to your computer and use it in GitHub Desktop.
nmcli vlan

add vlan interface

nmcli con add type vlan ifname VLAN1 dev enp0 id 1 where:

  • enp0 is the interface name
  • 1 the vlan ID

remove vlan interface

nmcli con del vlan-VLAN1
# alternative
ip link del
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment