10-17-2018 02:55 AM - edited 03-08-2019 04:24 PM
What is the best way to prevent any personal devices from accessing wired network from access switches
Is configuring MAC-Based Access Control List by permitting only authorized mac addresses on cisco 3850 a good solution?
Or any other.
Please share your knowledge and experience.
10-17-2018 03:13 AM - edited 10-17-2018 03:15 AM
Hi there,
MAC ACLs are not a very scalable solution. Implementing MAB would be the enterprise scale solution, but since MAC addresses can be spoofed, it is not the most secure.
You then travel down the path of 802.1x. Using just password authentication would allow to easily bind users to MAC addresses, but that wouldn’t stop them from bringing in their own devices and authenticating.
So you could look at implementing EAP-TLS and installing signed certificates onto the user devices. If these devices are managed, then it should be easy to push the certificates to them. Without a valid signed certificate user devices would not be able to authenticate.
It would take a pretty determined user to extract the signed cert and place it on their personal device!
Take a look at this document:
Cheers,
Seb.
10-18-2018 02:28 AM
Can ISE be deployed for this purpose?
10-18-2018 02:38 AM
Yes, ISE is more than capable for this purpose.
cheers,
Seb.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide