Port Security Configuration (9) Flashcards
Interface configuration mode command that tells the switch to always be an access port, or always be a trunk port
switchport mode {access | trunk}
Interface configuration mode command that statically adds a specific MAC address as an allowed MAC address on the interface
switchport port-security mac-address mac-address
Interface subcommand that tells the switch to learn MAC addresses on the interface and add them to the configuration for the interface as secure MAC addresses
switchport port-security mac-address sticky
Interface subcommand that sets the maximum number of static secure MAC addresses that can be assigned to a single interface
switchport port-security maximum value
Interface subcommand that tells the switch what to do if an inappropriate MAC address tries to access the network through a secure switch port
switchport port-security violation {protect | restrict | shutdown}