分页: 1 / 1

openbsd vlan trunk连接二层交换机

发表于 : 2014-05-31 9:48
openbsdsir008
ifconfig vlan1 create
ifconfig vlan7 create
ifconfig vlan9 create
ifconfig vlan1 vlan 1 vlandev xl0
ifconfig vlan7 vlan 7 vlandev xl0
ifconfig vlan9 vlan 9 vlandev xl0


在很多网站上查到创建vlan可以使用上面命令,但是都没有说如何删除创建的vlan接口




通过上述的命令创建的vlan 可以直接和二层vlan交换机的trunk口相联吗?

Re: openbsd vlan trunk连接二层交换机

发表于 : 2014-06-01 17:43
hyaska
应该是可以的

Re: openbsd vlan trunk连接二层交换机

发表于 : 2014-06-03 21:07
acheng
删除vlan接口或其他虚拟接口,用:

代码: 全选

ifconfig vlanX destroy

Re: openbsd vlan trunk连接二层交换机

发表于 : 2014-06-09 17:03
openbsdsir008
没上过大学
英文不好
#man ifconfig
search destroy

destroy Destroy the specified network pseudo-device.