1
[画出拓扑图]
如下:
计算机网络vlan设置实验学习总结
器材:
使用直连线
PC机
交换机
1.1设置PC机IP(如图)

2
[创建VLAN(打开cui)]
命令如下
en
conf t
vlan 2
name (名字)修改名字
end
3
[把端口VLAN加到0/2里面]
Switch#configure terminal
Switch(config)# interface fastethernet 0/2
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 2
Switch(config-if)# end
4
[删除VLAN]
no switchport access vlan 2
(避免将串口一同删除)

相关文章:

  • 2021-05-21
  • 2021-09-11
  • 2021-10-29
  • 2021-06-15
  • 2022-01-08
  • 2021-05-05
  • 2021-12-04
  • 2021-11-27
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-11-26
  • 2021-12-04
  • 2021-06-08
  • 2021-11-23
  • 2021-12-14
相关资源
相似解决方案