cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
365
Views
0
Helpful
3
Replies

Port Config for a 3500XL Series and Max Learned MAC's

setonhall
Level 1
Level 1

Hello -

Is it possible to configure a port on a 3500XL series switch to only learn 1 MAC address? We want to avoid having users plug in hubs/switches into ports in there offices/rooms and hook up additional machines.

Thanks

Joe D.

3 Replies 3

sknorr
Level 1
Level 1

Port security will limit the allowed MAC addresses on the port. After it learns the current MAC and port security is applied that MAC will be the only on permitted to connect to that port.

config terminal

interface fastethernet 0/X

port security max-mac-count 1

This wont help, what if they use a linksys router with 1 mac external and like 7 pc/s mac addresses behind it ?.. you need to do something like this..

http://www.net.princeton.edu/hostmaster/viewing.html

Basically have your users give you their mac address (or even better you have your noc staff get it) so you can be sure it comes from a pc... now only accept THAT mac from X port.

If you have a router or a hub connected to a switch port don't turn port security on for that port.