From 30e81b92802c350eea0fa0f678b597003d5f377b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A8=8A=E5=B0=8F=E9=83=AD?= <2966479092@qq.com> Date: Fri, 10 May 2024 21:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E5=8D=81=E4=B9=9D=E6=AC=A1=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...1\345\261\202\344\272\244\346\215\242\346\234\272.md" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "28 \346\250\212\345\260\217\351\203\255/20240510 \344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" diff --git "a/28 \346\250\212\345\260\217\351\203\255/20240510 \344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" "b/28 \346\250\212\345\260\217\351\203\255/20240510 \344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" new file mode 100644 index 0000000..b79b29e --- /dev/null +++ "b/28 \346\250\212\345\260\217\351\203\255/20240510 \344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" @@ -0,0 +1,9 @@ +# 课堂笔记 + +### 初识三层交换机: + +1.ip routing 开启路由功能:作用让不同网段的ip互通,全局模式 + +2.no switchport 开启端口的三层功能:作用是让二层端口变成三层端口,使其可以绑定IP [这个命令要求先进入对应的端口]int f 0/1 + +3.switchport trunk encapsulation dot1q:将trunk模式先封装成dot1q协议模式。才可以设置turnk,接口模式 \ No newline at end of file -- Gitee