diff --git "a/46\344\273\230\350\202\226\350\202\226/24-0510\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" "b/46\344\273\230\350\202\226\350\202\226/24-0510\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" new file mode 100644 index 0000000000000000000000000000000000000000..34e6a6b081bc2de1e7371118dba6741c129de85d --- /dev/null +++ "b/46\344\273\230\350\202\226\350\202\226/24-0510\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" @@ -0,0 +1,28 @@ +笔记 + +### 三层交换机 + +1. 三层交换机的svi可以分别设置IP,并被远程访问到 + +2. 三层交换机设trunk时,要将该接口封装为dot1q + + ```js + switchport trunk encaplation dot1q + ``` + + + +3. 三层交换机要连接不同的网络,要启用路由功能 + + ```js + ip routing + ``` + + + +4. 三层交换机默认为二层交换机,使用命令no switchport 可以启用三层接口,即可以当作路由器接口使用,可以配IP + +作业 +图片 +练习 +图片 \ No newline at end of file diff --git "a/46\344\273\230\350\202\226\350\202\226/imgs/5.10\347\273\203\344\271\240\351\242\230.png" "b/46\344\273\230\350\202\226\350\202\226/imgs/5.10\347\273\203\344\271\240\351\242\230.png" new file mode 100644 index 0000000000000000000000000000000000000000..55587073a9d3c0d4fe2a29f357ef2a32b99a1a0b Binary files /dev/null and "b/46\344\273\230\350\202\226\350\202\226/imgs/5.10\347\273\203\344\271\240\351\242\230.png" differ diff --git "a/46\344\273\230\350\202\226\350\202\226/imgs/\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.png" "b/46\344\273\230\350\202\226\350\202\226/imgs/\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.png" new file mode 100644 index 0000000000000000000000000000000000000000..e5f53df0a9a953dcac2a3c6ef5fcbe847264f377 Binary files /dev/null and "b/46\344\273\230\350\202\226\350\202\226/imgs/\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.png" differ