首页 > 其他 > 详细

交换机级联

时间:2016-09-27 11:51:43      阅读:207      评论:0      收藏:0      [点我收藏+]

交换机1 把端口3设置成串口  端口1放在VALN 10里面。

Switch(config)#hostname

% Incomplete command.

Switch(config)#hostname switch1

switch1(config)#vlan 10

switch1(config-vlan)#exit

switch1(config)#int fa0/1

switch1(config-if)#sw acc vlan 10

switch1(config-if)#

switch1#

%SYS-5-CONFIG_I: Configured from console by console


交换机2 端口1放在VALN 10里面。

Switch(config)#hostname

% Incomplete command.

Switch(config)#hostname switch1

switch1(config)#vlan 10

switch1(config-vlan)#exit

switch1(config)#int fa0/1

switch1(config-if)#sw acc vlan 10

switch1(config-if)#

switch1#

%SYS-5-CONFIG_I: Configured from console by console

在把端口设置成串口之前两台电脑是不能通的

交换机1 把端口3设置成串口  端口1放在VALN 10里面。

witch2#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

switch2(config)#intf0/3

                   ^

% Invalid input detected at ‘^‘ marker.

switch2(config)#int f0/3

switch2(config-if)#sw mode trunk

switch2(config-if)#exit

switch2(config)#

switch2#wKioL1ficTWC0WgaABjYi90K6D4878.jpg-wh_50

%SYS-5-CONFIG_I: Configured from console by console

做完以上步骤我们能发现这两台电脑可以相互ping通


交换机级联

原文:http://12045330.blog.51cto.com/12035330/1856886

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!