From 691d489bd16a3474b4e05897c6796a9a7dbc71bb Mon Sep 17 00:00:00 2001 From: Noriu Date: Fri, 2 Aug 2024 15:11:54 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B48=E6=9C=882=E6=97=A5=2015:11:56?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1. 基础部分/0801_交换机.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1. 基础部分/0801_交换机.md b/1. 基础部分/0801_交换机.md index 7e2a3f4..fa428c0 100644 --- a/1. 基础部分/0801_交换机.md +++ b/1. 基础部分/0801_交换机.md @@ -196,12 +196,12 @@ ``` system-view [SW1]interface Vlanif 1 - [SW1-Vlanif1]ip address 192.168.1.100 255.255.255.0 + [SW1-Vlanif1]ip address 192.168.1.100 255.255.255.0 //子网掩码可换成24(仅华为设备) 简写: sy [SW1]int v 1 - [SW1-Vlanif1]ip a 192.168.1.100 255.255.255.0 + [SW1-Vlanif1]ip a 192.168.1.100 24 ``` 2. ##### 交换机设置远程管理密码