vconfig
是一個用于管理 Linux 系統(tǒng)上 VLAN 設(shè)備的命令行工具
vconfig [options] [command] [<device>] [<vlan-id>]
參數(shù)說明:
options
:可選參數(shù),用于控制命令的行為。command
:要執(zhí)行的操作,如添加、刪除或顯示 VLAN 設(shè)備等。
-<vlan-id>
:指定 VLAN ID,范圍在 1 到 4094 之間。常用選項和命令:
-h, --help
:顯示幫助信息。-v, --version
:顯示版本信息。add<device> <vlan-id>
:在指定的網(wǎng)絡(luò)設(shè)備上添加一個 VLAN 設(shè)備。rem<device>.<vlan-id>
:刪除指定的 VLAN 設(shè)備。set_flag<device>.<vlan-id> <flag>
:設(shè)置 VLAN 設(shè)備的標志。set_egress_map<device>.<vlan-id> <skb_priority> <vlan_qos>
:設(shè)置 VLAN 設(shè)備的出口映射。show
:顯示當前系統(tǒng)中所有 VLAN 設(shè)備的信息。示例:
vconfig add eth0 10
vconfig rem eth0.10
vconfig show