From d88e47b58c18acb541c851536c1ed708d10861e7 Mon Sep 17 00:00:00 2001 From: hhh <3455668@qq.com> Date: Sat, 11 May 2024 12:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...211\345\261\202\344\272\244\346\215\242\346\234\272.md" | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 "56\344\270\201\346\265\267\351\234\262/20240511\345\210\235\345\247\213\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" diff --git "a/56\344\270\201\346\265\267\351\234\262/20240511\345\210\235\345\247\213\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" "b/56\344\270\201\346\265\267\351\234\262/20240511\345\210\235\345\247\213\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" new file mode 100644 index 0000000..05f9ac6 --- /dev/null +++ "b/56\344\270\201\346\265\267\351\234\262/20240511\345\210\235\345\247\213\344\270\211\345\261\202\344\272\244\346\215\242\346\234\272.md" @@ -0,0 +1,7 @@ +初始三层交换机 + +1.ip routing开启路由功能:作用让不同网段的ip互通,全局模式 + +2no switchport开启端口的三层功能:作用是让二层端口变成三曾端口,使其可以绑定IP(这个命令要求先进入对应的端口) + +3.switchport trunk encapsulation dot1q:将dot1协议模式,才可以设置trunk接口模式 \ No newline at end of file -- Gitee