Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
To protect ports of a Cisco switch you need to set the following:
The ports must be on Access mode, note that after the # is a comment to light things up a little ^_^
S(config)#intf0/x # Where "x" is the port number
you can also do it on a range
S(config)#int range f0/x - y # Where "x" is the first port and "y" is the last port
S(config)#switchport port-security
S(config)#switchport port-security maximum x # Where "x" the number of allowed addresses between1 -132
You can use one of those:
Then use one of these three