Brocade交换机实现802.1x认证

1、网络拓扑:


PC Client ------ Brocade Switch ------ PC Server


2、相关代码:


!
dot1x-enable    #设置Radius认证的参数
 maxreq 6
 re-authentication
 timeout quiet-period 30
 timeout re-authperiod 2000
 timeout tx-period 60
 enable ethe 0/1/1 ethe 0/1/11    #指定开启802.1x认证的端口
!
aaa authentication dot1x default radius
hostname WS_A
radius-server host 192.168.100.3 auth-port 1812 acct-port 1813 default key 1 $a=gP!@=i- dot1x
!
interface ethernet 0/1/1
 dot1x port-control auto    #在端口下还要再设置一次

3、验证:



你可能感兴趣的:(Brocade,IP,Products)