08-10-2017 06:00 AM - edited 03-08-2019 11:41 AM
Hello,
We have couple of catalyst 4500 chassis - all publicly (as in "office space") accessible ports are limited to a specific VLAN. We would like to deny "access" to all devices outside of a list of approved MAC addresses. What would be most efficient / "best practice" way of achieving this goal?
Hardware we use: WS-C4510R+E running 03.04.02.SG
Thanks!
08-10-2017 08:06 AM
Dynamic ARP Inspection should accomplish what you're looking to do. Here's a chapter from Cisco Press that acts as good overview:
http://www.ciscopress.com/articles/article.asp?p=1181682&seqNum=8
08-10-2017 08:17 AM
Correct me if i'm wrong, but from what i see DAI would not prevent someone from bringing a private laptop, plugging it into an available port in the office space and being able to browse the network.
Thanks!
08-10-2017 09:11 AM
If you are looking to lock down ports to their respective hosts mac address you can use port-security. What you'll be doing is assigning the MAC address of a host to the port that it's connected to. All other ports should be set into a shutdown state preventing an attacker from connecting to any port that doesn't have a host connected. See below:
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/15-4SY/config_guide/sup6T/15_3_sy_swcg_6T/port_security.html?dtid=osscdc000283
The above port-security command will shutdown the interface if any host is attached that does not have fa16.3e23.8161 as it's MAC address.
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