Monday, July 21, 2008

PORT SECURITY (for switches)

Port Security


(config) #mac-address-table restricted static e0/1
(config) #int e0/1
(config-if) #port secure
(config-if) #port secure max-mac-count 1
(config-if) #exit
(config) # address-violation suspend/ignore/disable

Suspend: The port until the violation is fixed then automatically re-enable the port.
Ignore : Generate a security violation alert.
Disable : Shutdown the port.

No comments: