
实验要求:
- 同vlan间可互相通信
- 对交换机配置远程管理,
注:新建管理vlan,名称:guanli,ID:110
实验步骤:
A交换机配置:
enable
config t
hostname switch-A
vlan 10
vlan 20
vlan 110
name guanli
exit
interface f0/1
switch access vlan 10
no shutdown
interface f0/2
switch access vlan 20
no shutdown
interface f0/24
switch mode trunk
no shutdown
interface vlan 110
ip add 192.168.1.5 255.255.255.0
no shutdown
exit
line vty 0 4
password 123456
login
end
show vlan
B交换机配置:
enable
config t
hostname switch-A
vlan 10
vlan 20
vlan 110
name guanli
exit
interface f0/1
switch access vlan 10
no shutdown
interface f0/2
switch access vlan 20
no shutdown
int f0/3
sw ac vlan 110
no shu
interface f0/24
switch mode trunk
no shutdown
interface vlan 110
ip add 192.168.1.5 255.255.255.0
no shutdown
exit
line vty 0 4
password 123456
login
end
show vlan











![[附源码]计算机毕业设计Node.js茶叶销售网站(程序+LW)](https://img-blog.csdnimg.cn/a9e047e7c72a455099f08a9245d1687b.png)



![[附源码]计算机毕业设计Python的玉石交易系统(程序+源码+LW文档)](https://img-blog.csdnimg.cn/e6f99110c0b3401b93bea9a162569b65.png)



