From 159782ebd1d48bc90306476555f8fe9e3230c22c Mon Sep 17 00:00:00 2001 From: Noriu Date: Fri, 2 Aug 2024 14:22:09 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B48=E6=9C=882=E6=97=A5=2014:22:11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1. 基础部分/0801_交换机.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/1. 基础部分/0801_交换机.md b/1. 基础部分/0801_交换机.md index 0510355..05bf8fc 100644 --- a/1. 基础部分/0801_交换机.md +++ b/1. 基础部分/0801_交换机.md @@ -188,4 +188,20 @@ System will reboot! Continue?[Y/N]:y //是否重启,选择Y ``` - + +### 6、远程控制交换机 + +1. ##### VLAN设置IP地址 + + ``` + system-view + [SW1]interface Vlanif 1 + [SW1-Vlanif1]ip address 192.168.1.100 255.255.255.0 + + 简写: + sy + [SW1]int v 1 + [SW1-Vlanif1]ip a 192.168.1.100 255.255.255.0 + ``` + +