@CptnCrnch @jdsilva
I'm still waiting because in a lot of cases cases we can't use 802.1x or mac adress white list and this is why :
- 802.1X :
Our network is not in domain so not applicable.
We Try 802.1X MAB (with radius always accept). We don'tthink is the best thing because if radius servers are not reachebale computer can't access to the network and could be a major problem for all the network if radius are down for hours/days.
- Mac adsress White list :
Can't do that because there is too many moove in our network. Using white list add a lot of support time in our call center.
- Sticky Mac :
Same problem than the Mac Adress White List
Port security was and still the best option for us with this settings :
switchport access vlan XXX
switchport mode access
switchport port-security maximum 1
switchport port-security maximum 1 vlan access
switchport port-security
switchport port-security aging time 1
switchport port-security violation restrict
switchport port-security aging type inactivity
Why we use that ?
Because it's actually the only way to prevent more than 1 MAC Adress by switch port in our network dynamically
Thoses settings allow us to prevent "dumb-switch" or router to be plugged in our network.
Also this solution is not dependent of a external server or other things. The switch do the job and nothing else.
If 2 Mac address is detected, the security flag and we can see where it is very quickly.
So thats why I'm still waiting a CLI port security equivalent in Meraki products.
I love Meraki for a lot of thing but this missing feature is a big black point for me.