Skip to content

Instantly share code, notes, and snippets.

@mpontillo
Last active May 4, 2017 13:58
Show Gist options
  • Save mpontillo/2752be3b0f342a8403381635ad9f5585 to your computer and use it in GitHub Desktop.
Save mpontillo/2752be3b0f342a8403381635ad9f5585 to your computer and use it in GitHub Desktop.
Get the list of VLAN interfaces and VIDs
#!/bin/bash
sudo cat /proc/net/vlan/config | tail -n +3 | sed 's/\W*|\W*/ /g' | sort -n -k 3,2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment