openwrt创建子端口

来源:互联网 发布:实名认证数据网 编辑:程序博客网 时间:2024/06/13 19:56

创建子端口

vconfig eth0 3,与交换机的vlan3对应

ifconfig eth0.3 up

查看交换机信息:

swconfig list

swconfig dev switch0 show

配置子端口ip地址

ifconfig eth0.3 172.16.20.104 netmask 255.255.0.0

删除ip地址

ifconfig eth0.3 0.0.0.0

删除子端口

vconfig rem eth0.3


0 0
原创粉丝点击