MAC Authentication บน Cisco Switch ด้วย Windows Server 2019

จากครั้งก่อนที่ใช้ Switch HPE Aruba ทำ Mac Authen คราวนี้ลองทำกับ Switch Cisco บ้าง ปัญหาที่เจอคือหลายๆ วิธีจะมีคำสั้งที่ใช้งานไม่ได้ ตอนนี้ได้วิธีที่ใช้งานได้แบบเบสิคแล้วเลยแปะไว้เผื่อใครจะเอาไปใช้

ข้อดีอย่างหนึ่งของ Switch Cisco คือเรากำหนด Password ให้ user ได้ด้วย จะได้ไม่ต้องไปแก้ GPO Password

aaa new-model
aaa authentication dot1x default group radius

radius server dc0
address ipv4 192.168.7.10 auth-port 1812 acct-port 1813
timeout 10
retransmit 2
key radius

mab request format attribute 1 groupsize 12 separator : lowercase
mab request format attribute 2 Password1

interface FastEthernet0/10
switchport mode access
authentication port-control auto
mab

Leave a Reply