access: round allowed MACs on a port down to 64
Haven’t seen anyone use more than ten.
This commit is contained in:
parent
d3196a48c2
commit
6040a3ae84
|
@ -25,7 +25,7 @@ interface {{ iface.name }}
|
||||||
{# common setup for user-facing interfaces #}
|
{# common setup for user-facing interfaces #}
|
||||||
{% if iface.type.value != 'lag' and not iface.mgmt_only %}
|
{% if iface.type.value != 'lag' and not iface.mgmt_only %}
|
||||||
switchport port-security
|
switchport port-security
|
||||||
switchport port-security maximum 250
|
switchport port-security maximum 64
|
||||||
switchport port-security violation shutdown
|
switchport port-security violation shutdown
|
||||||
switchport port-security aging time 5
|
switchport port-security aging time 5
|
||||||
switchport port-security aging type inactivity
|
switchport port-security aging type inactivity
|
||||||
|
|
Loading…
Reference in a new issue