2024年8月2日 15:11:56
This commit is contained in:
parent
3f8893c68d
commit
691d489bd1
@ -196,12 +196,12 @@
|
|||||||
```
|
```
|
||||||
<SW1>system-view
|
<SW1>system-view
|
||||||
[SW1]interface Vlanif 1
|
[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(仅华为设备)
|
||||||
|
|
||||||
简写:
|
简写:
|
||||||
<SW1>sy
|
<SW1>sy
|
||||||
[SW1]int v 1
|
[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. ##### 交换机设置远程管理密码
|
2. ##### 交换机设置远程管理密码
|
||||||
|
Loading…
Reference in New Issue
Block a user