From ec101cdbb8b44689b07f1d502be9442b6711dec7 Mon Sep 17 00:00:00 2001 From: chen Date: Sat, 11 May 2024 12:43:36 +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 --- "24\351\231\210\346\231\223\351\233\257/0510.md" | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 "24\351\231\210\346\231\223\351\233\257/0510.md" diff --git "a/24\351\231\210\346\231\223\351\233\257/0510.md" "b/24\351\231\210\346\231\223\351\233\257/0510.md" new file mode 100644 index 0000000..0b3a0cc --- /dev/null +++ "b/24\351\231\210\346\231\223\351\233\257/0510.md" @@ -0,0 +1,14 @@ +三层交换机 + +``` +启用rtunk模式 +S(config-if)#sw rtunk encapsulation dot1q +S(config-if)#sw mode rtunk + +启用路由功能 +S(config)#IP routing + +三层接口 +S(config-if)#no switchport 用于配置ip +``` + -- Gitee