H3C 交换机 和windows NPS结合实现内网802.1X认证

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H3C 交换机 和windows NPS结合实现内网802.1X认证相关的知识,希望对你有一定的参考价值。

环境介绍:

  1. windows server 2012 NPS 承担Radius Server 角色
  2. Radius Client 设备型号 H3C S3100V2

由于802.1x 端口控制方式有两种,一种是基于接口的接入控制方式(PortBased),一种是基于Mac的接入控制方式(Macbased).

NPS配置:
技术分享图片

技术分享图片

场景1 : 基于接口的接入控制方式(PortBased)

 #Radius 方案配置
 radius scheme nps
 primary authentication 172.16.0.108
 key authentication cipher $c$3$8yT1nDhaOX53/Ekxj0Eglhgb4RQYGQ+WmNatQnuiaoM=
 user-name-format without-domain
 #域配置
 domain test.com
 authentication login radius-scheme nps local
 authorization login radius-scheme nps local
 authentication lan-access radius-scheme nps local
 authorization lan-access radius-scheme nps local
 access-limit disable
 state active   
 idle-cut disable
 self-service-url disable

 domain default enable test.com
 #全局启用802.1x和认证方式
  dot1x
  dot1x authentication-method eap

 #端口配置:
 interface Ethernet1/0/3
 port access vlan 4
 dot1x guest-vlan 240
 dot1x auth-fail vlan 240
 dot1x critical vlan 240
 undo dot1x handshake
 dot1x mandatory-domain 51talk.com
 dot1x port-method portbased
 dot1x

认证成功时:
技术分享图片
认证失败(立即加如Auth-Fail Vlan)或者不认证时(90s后加入Guest Vlan):
技术分享图片

场景2 : 基于MAC的接入控制方式(MacBased)

我们保持之前的配置不变,只将接口下802.1x的控制方式变更为MacBased,另外基于Mac需要在接口下将组播功能关闭,否则身份认证通过后,30s后
再次认证,最后认证失败。

interface Ethernet1/0/3
 port access vlan 4
 dot1x guest-vlan 240
 dot1x auth-fail vlan 240
 dot1x critical vlan 240
 undo dot1x handshake
 dot1x mandatory-domain 51talk.com
#务必关闭组播
undo dot1x multicast-trigger
 dot1x

测试一下效果:

认证成功时:
技术分享图片

一切正常。

认证失败或者不认证时:
技术分享图片

认证失败时,没有加入到对应的vlan, 没有获取到IP地址。

查询H3C官网资料显示: 基于MAC的802.1x接入控制方式,若启用Guest VLAN,接口类型必须是hybird接口。
技术分享图片

我们继续测试:

以上是关于H3C 交换机 和windows NPS结合实现内网802.1X认证的主要内容,如果未能解决你的问题,请参考以下文章

保姆级教学 nps内网穿透实现Windows远程桌面 宝塔

H3C交换机nat配置

H3C三层交换机划分VLAN示例

H3C交换机更改时间的命令式啥?

H3C S3100-SI系列交换机利用DHCP Snooping防止内网私自接入DHCPServer

h3c交换机怎么设置