2024年8月2日 14:22:11
This commit is contained in:
parent
ccda41e37e
commit
159782ebd1
@ -189,3 +189,19 @@
|
||||
```
|
||||
|
||||
|
||||
### 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
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user