在隔离组中的pc机不能互通
sy
un in en
vlan batch 10
int g0/0/3
port link-type access
port default vlan 10
int g0/0/1
port link-type access
port default vlan 10
port-isolate enable group 10 //把这个端口加入到隔离组中
int g0/0/2
port link-type access
port default vlan 10
port-isolate enable group 10 //把这个端口加入到隔离组中
也可以不用隔离组的方式,用
int g0/0/1
port link-type access
port default vlan 10
am isolate g0/0/2 //在g0/0/1 里把 g0/0/2做端口隔离,作用g0/0/1 和 g0/0/2 ping不同其他正常通信
验证:pc1 ping pc2