赞
踩
wangdaye
,密码为123456
#
local-user wangdaye class network
password simple 123456
service-type lan-access
H3C 默认是基于mac地址认证
# dot1x # interface GigabitEthernet1/0/1 dot1x dot1x port-method portbased # interface GigabitEthernet1/0/2 dot1x dot1x port-method portbased # interface GigabitEthernet1/0/3 dot1x dot1x port-method portbased # interface GigabitEthernet1/0/4 dot1x dot1x port-method portbased
端口隔离组用于同vlan内部的端口隔离,属于同一个隔离组的接口无法互相访问,不同隔离组的接口才可以互相访问,所以需要把SW1的三个接口都加入到同一个隔离组
#
port-isolate group 1
#
interface GigabitEthernet1/0/1
port-isolate enable group 1
#
interface GigabitEthernet1/0/2
port-isolate enable group 1
#
interface GigabitEthernet1/0/3
port-isolate enable group 1
#
interface GigabitEthernet1/0/4
port-isolate enable group 1
#
由于802.1X和端口隔离的验证无法在模拟器环境中实现,所以这里不做连通性测试效果
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。