diff --git "a/48\346\235\216\345\240\224\344\271\211/20240508-\344\272\244\346\215\242\346\234\272\347\253\257\345\217\243\345\256\211\345\205\250.md" "b/48\346\235\216\345\240\224\344\271\211/20240508-\344\272\244\346\215\242\346\234\272\347\253\257\345\217\243\345\256\211\345\205\250.md" new file mode 100644 index 0000000000000000000000000000000000000000..33e4c74d71ffd6a75799d0d81955beb368f79428 --- /dev/null +++ "b/48\346\235\216\345\240\224\344\271\211/20240508-\344\272\244\346\215\242\346\234\272\347\253\257\345\217\243\345\256\211\345\205\250.md" @@ -0,0 +1,19 @@ +# 交换机端口安全 + +1. 安全端口 + + int fa0/1 + +2. 修改访问模式 + + switch mode access + + switch port-security + + switch port-security maximum 1 + + switch port-security violation shutdown + + switch port-security mac-address sticky + + clear port-security sticky //清除mac地址 \ No newline at end of file diff --git "a/48\346\235\216\345\240\224\344\271\211/20240508-\347\273\203\344\271\240.png" "b/48\346\235\216\345\240\224\344\271\211/20240508-\347\273\203\344\271\240.png" new file mode 100644 index 0000000000000000000000000000000000000000..fef5661144b77f2a8d9551fb0bd255631d1be51d Binary files /dev/null and "b/48\346\235\216\345\240\224\344\271\211/20240508-\347\273\203\344\271\240.png" differ