这次课我们做的实验是交换机之间的级联,把两台交换机上的各一个端口设置成串口模式,这样两台交换机上的所有只要是同一VLAN 里的端口都能连接。
先通过网卡1连上外网,通过网站登录模式登录实验柜的网站,从而连上一台交换机,队友同样的方式连上另一台交换机,对交换机进行基本配置。
把两台电脑的网卡2设置好IP地址,分别为1.1.1.1 255.255.255.0 ,1.1.1.2 255.255.255.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#
%SYS-5-CONFIG_I: Configured from console by console
做完以上步骤我们能发现这两台电脑可以相互ping通