无线控制器采用本地认证方法:是否支持EAP-MSCHAPV2、EAP-TLS、EAP-TTLS(账号+证书),同时支持多种混合认证。麻烦提供下配置案例,谢谢。
无线控制器采用本地认证方法:是否支持EAP-MSCHAPV2、EAP-TLS、EAP-TTLS(账号+证书),同时支持多种混合认证。麻烦提供下配置案例,谢谢。
(0)
您好,支持的
system-view
[H3C] aaa
[H3C-aaa] authentication-scheme eap-tls
[H3C-aaa-authen-eap-tls] authentication-method eap-tls
[H3C-aaa-authen-eap-tls] service-type lan-access
[H3C-aaa-authen-eap-tls] local
[H3C] user-role vlan10
[H3C] local-user test1
[H3C-luser-test1] password cipher password@123
[H3C-luser-test1] service-type lan-access
[H3C-luser-test1] authorization-attribute user-role vlan10
[H3C] public-key local create rsa
[H3C] pki domain domain1
[H3C-pki-domain-domain1] ca certificate default
[H3C-pki-domain-domain1] ssl certificate default
[H3C-pki-domain-domain1] quit
[H3C] ssl local-policy myssl
[H3C-ssl-myssl] pki-domain domain1
[H3C-ssl-myssl] client-verify enable
[H3C-ssl-myssl] quit
[H3C] wlan service-template 1
[H3C-wlan-st-1] client-auth-mode eap
[H3C-wlan-st-1] eap authentication-method eap-tls
[H3C-wlan-st-1] ssid test
[H3C-wlan-st-1] akm mode none
[H3C-wlan-st-1] encryption-configuration enable
[H3C-wlan-st-1] cipher-suite none
[H3C-wlan-st-1] service-template enable
[H3C] wlan security-suite 1
[H3C-wlan-security-suite-1] security-prototype wpa2
[H3C-wlan-security-suite-1] cipher-suite cc_mp
[H3C-wlan-security-suite-1] quit
[H3C] wlan access-control 1
[H3C-wlan-access-control-1] authentication-mode dot1x-only
[H3C-wlan-access-control-1] quit
[H3C-wlan-st-1] security-suite 1
[H3C-wlan-st-1] access-control 1
[H3C-wlan-st-1] quit
[H3C] wlan ap ap1 model WA4320i-ACN
[H3C-wlan-ap-ap1] radio 1
[H3C-wlan-ap-ap1-radio-1] service-template 1 vlan 10
[H3C-wlan-ap-ap1-radio-1] quit
[H3C-wlan-ap-ap1] quit
[H3C] wlan ap ap1 radio 1 enable
system-view
[H3C] aaa
[H3C-aaa] authentication-scheme eap-ttls
[H3C-aaa-authen-eap-ttls] authentication-method eap-ttls
[H3C-aaa-authen-eap-ttls] service-type lan-access
[H3C-aaa-authen-eap-ttls] local
[H3C] user-role vlan10
[H3C] local-user test2
[H3C-luser-test2] password cipher password@123
[H3C-luser-test2] service-type lan-access
[H3C-luser-test2] authorization-attribute user-role vlan10
[H3C] public-key local create rsa
[H3C] pki domain domain1
[H3C-pki-domain-domain1] ca certificate default
[H3C-pki-domain-domain1] ssl certificate default
[H3C-pki-domain-domain1] quit
[H3C] ssl local-policy myssl
[H3C-ssl-myssl] pki-domain domain1
[H3C-ssl-myssl] client-verify enable
[H3C-ssl-myssl] quit
[H3C] wlan service-template 2
[H3C-wlan-st-2] client-auth-mode eap
[H3C-wlan-st-2] eap authentication-method eap-ttls
[H3C-wlan-st-2] eap ttls-identity test2
[H3C-wlan-st-2] eap ttls-subtype mschapv2
[H3C-wlan-st-2] ssid test
[H3C-wlan-st-2] akm mode none
[H3C-wlan-st-2] encryption-configuration enable
[H3C-wlan-st-2] cipher-suite none
[H3C-wlan-st-2] service-template enable
[H3C] wlan security-suite 2
[H3C-wlan-security-suite-2] security-prototype wpa2
[H3C-wlan-security-suite-2] cipher-suite cc_mp
[H3C-wlan-security-suite-2] quit
[H3C] wlan access-control 2
[H3C-wlan-access-control-2] authentication-mode dot1x-only
[H3C-wlan-access-control-2] quit
[H3C-wlan-st-2] security-suite 2
[H3C-wlan-st-2] access-control 2
[H3C-wlan-st-2] quit
[H3C] wlan ap ap1 model WA4320i-ACN
[H3C-wlan-ap-ap1] radio 2
[H3C-wlan-ap-ap1-radio-2] service-template 2 vlan 10
[H3C-wlan-ap-ap1-radio-2] quit
[H3C-wlan-ap-ap1] quit
[H3C] wlan ap ap1 radio 2 enable
system-view
[H3C] aaa
[H3C-aaa] authentication-scheme mixed-eap
[H3C-aaa-authen-mixed-eap] authentication-method eap
[H3C-aaa-authen-mixed-eap] eap-tls
[H3C-aaa-authen-mixed-eap] eap-ttls
[H3C-aaa-authen-mixed-eap] eap-peap
[H3C-aaa-authen-mixed-eap] service-type lan-access
[H3C-aaa-authen-mixed-eap] local
[H3C-aaa-authen-mixed-eap] eap-negotiation enable
[H3C] user-role vlan10
[H3C] user-role vlan20
[H3C] local-user tls-user
[H3C-luser-tls-user] password cipher password@123
[H3C-luser-tls-user] service-type lan-access
[H3C-luser-tls-user] authorization-attribute user-role vlan10
[H3C] local-user ttls-user
[H3C-luser-ttls-user] password cipher password@123
[H3C-luser-ttls-user] service-type lan-access
[H3C-luser-ttls-user] authorization-attribute user-role vlan20
[H3C] local-user peap-user
[H3C-luser-peap-user] password cipher password@123
[H3C-luser-peap-user] service-type lan-access
[H3C-luser-peap-user] authorization-attribute user-role vlan20
[H3C] public-key local create rsa
[H3C] pki domain domain1
[H3C-pki-domain-domain1] ca certificate default
[H3C-pki-domain-domain1] ssl certificate default
[H3C-pki-domain-domain1] quit
[H3C] ssl local-policy myssl
[H3C-ssl-myssl] pki-domain domain1
[H3C-ssl-myssl] client-verify enable
[H3C-ssl-myssl] quit
[H3C] wlan service-template mixed
[H3C-wlan-st-mixed] client-auth-mode eap
[H3C-wlan-st-mixed] eap authentication-method eap
[H3C-wlan-st-mixed] ssid mixed
[H3C-wlan-st-mixed] akm mode none
[H3C-wlan-st-mixed] encryption-configuration enable
[H3C-wlan-st-mixed] cipher-suite none
[H3C-wlan-st-mixed] service-template enable
[H3C] wlan security-suite mixed
[H3C-wlan-security-suite-mixed] security-prototype wpa2
[H3C-wlan-security-suite-mixed] cipher-suite cc_mp
[H3C-wlan-security-suite-mixed] quit
[H3C] wlan access-control mixed
[H3C-wlan-access-control-mixed] authentication-mode dot1x-only
[H3C-wlan-access-control-mixed] quit
[H3C-wlan-st-mixed] security-suite mixed
[H3C-wlan-st-mixed] access-control mixed
[H3C-wlan-st-mixed] quit
[H3C] wlan ap ap1 model WA4320i-ACN
[H3C-wlan-ap-ap1] radio 3
[H3C-wlan-ap-ap1-radio-3] service-template mixed vlan 10
[H3C-wlan-ap-ap1-radio-3] quit
[H3C-wlan-ap-ap1] quit
[H3C] wlan ap ap1 radio 3 enable
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论