Create VLANs in Linux 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 by Asam 2月 07, 2024 ip link add link eth0 name eth0.3001 type vlan id 3001ip addr add 192.168.100.1/24 brd 192.168.100.255 dev eth0.3001ip link set dev eth0.3001 upip -d addr showReference: https://www.baeldung.com/linux/vlans-create