赞
踩
为交换机配置802.1x认证功能,Radius连接在E 1/24端口。
#交换机开启802.1x认证功能,配置Radius-Server
Switch(config)#dot1x enable
Switch(config)#aaa enable
Switch(config)#radius-server authentication host 10.1.1.1
Switch(config)#radius-server key test
#配置Radius计费功能(不涉及计费可不配置此步骤)
Switch(config)#aaa-accounting enable
Switch(config)#radius-server accounting host 10.1.1.1
#配置端口的认证模式
Switch(config)#interface ethernet 1/1
Switch(Config-Ethernet1/1)#dot1x enable
Switch(Config-Ethernet1/1)#dot1x port-method port-base
Switch(Config-Ethernet1/1)#exit
Switch(config)#interface ethernet 1/2
Switch(Config-Ethernet1/2)#dot1x enable
Switch(Config-Ethernet1/2)#dot1x port-method user-base
Switch(Config-Ethernet1/2)#dot1x max-user user-base 10
Switch(Config-Ethernet1/2)#exit
Switch(config)#interface ethernet 1/3
Switch(Config-Ethernet1/3)#dot1x enable
Switch(Config-Ethernet1/3)#dot1x port-method mac-base
Switch(Config-Ethernet1/3)#dot1x max-user mac-base 254
Switch(Config-Ethernet1/3)#exit
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。