标签:ace quit 配置ip port 接口 nbsp bsp link type
将主机1、2接入 vlan 10,主机3、4接入 vlan 20,使主机1、2互通,主机3、4互通。
1、PC端配置:配置ip地址。
2、交换机配置:
1)创建vlan
system-view
vlan 10
vlan 20
quit
2)配置PC端接口
interface gi 1/0/1
port link-type access
port access vlan 10
quit
interface gi 1/0/2
port link-type access
port access vlan 10
quit
interface gi 1/0/3
port link-type access
port access vlan 20
quit
interface gi 1/0/4
port link-type access
port access vlan 20
quit
标签:ace quit 配置ip port 接口 nbsp bsp link type
原文地址:https://www.cnblogs.com/zx99/p/11913413.html