2024年8月2日 14:22:11

This commit is contained in:
Noriu 2024-08-02 14:22:09 +08:00
parent ccda41e37e
commit 159782ebd1

View File

@ -188,4 +188,20 @@
System will reboot! Continue?[Y/N]:y //是否重启选择Y System will reboot! Continue?[Y/N]:y //是否重启选择Y
``` ```
### 6、远程控制交换机
1. ##### VLAN设置IP地址
```
<SW1>system-view
[SW1]interface Vlanif 1
[SW1-Vlanif1]ip address 192.168.1.100 255.255.255.0
简写:
<SW1>sy
[SW1]int v 1
[SW1-Vlanif1]ip a 192.168.1.100 255.255.255.0
```