四、设置trunk---实现两台交换机的级联
(假设级联端口为f0/24)
1、没有划分vlan情况下
假设switch0连接4台电脑(192.168.1.1-192.168.1.4),switch1连接1台电脑(192.168.1.5)。
(1) 需要分别在switch0、switch1的f0/24端口设置trunk.(\实现两台交换机的级联---设置.txt\
(2)测试跨交换机两台主机的连通性:ping/ 发数据包 操作步骤:
1、 按下图连接网络。
需要分别对两台交换机switch0、switch1依次配置以下命令:假设两台交换机级联端口为f0/24: Switch>en
Switch#conf ter
Switch(config)#inter f0/24
Switch(config-if)#switchport mode trunk Switch(config-if)#exit Switch(config)#exit
2、 测试switch0下的任一主机与switch1下主机的连通性(ping/数据包)
2、不同交换机下划分vlan
(1) 需要分别在switch0、switch1的f0/24端口设置trunk,并将第二台交换机switch1下的主机f0/5端口加入vlan 10
(2)测试跨交换机同一vlan下电脑的连通性:ping/ 发数据包 (3)测试跨交换机不同vlan下电脑的连通性:ping/ 发数据包
操作步骤:
1、 按下图连接网络。
需要分别对两台交换机switch0、switch1依次配置以下命令:假设两台交换机级联端口为f0/24: Switch>en
Switch#conf ter
Switch(config)#inter f0/24
Switch(config-if)#switchport mode trunk Switch(config-if)#exit Switch(config)#exit Switch#show vlan Switch# exit
将switch0下的四台主机划分vlan(f0/1、f0/2划入vlan10, f0/3、f0/4划入vlan20,) Switch>en
Switch#conf ter
Switch(config)#vlan 10 Switch(config-vlan)#exit Switch(config)#vlan 20 Switch(config-vlan)#exit Switch(config)#inter f0/1
Switch(config-if)#switchport access vlan 10 Switch(config-if)#exit Switch(config)#inter f0/2
Switch(config-if)#switchport access vlan 10 Switch(config-if)#exit Switch(config)#inter f0/3
Switch(config-if)#switchport access vlan 20 Switch(config-if)#exit
Switch(config)#inter f0/4
Switch(config-if)#switchport access vlan 20 Switch(config-if)#exit Switch(config)#exit
将switch1下的主机划入vlan10(f0/5划入vlan10) Switch>en
Switch#conf ter
Switch(config)#vlan 10 Switch(config-vlan)#exit Switch(config)#inter f0/5
Switch(config-if)#switchport access vlan 10 Switch(config-if)#exit Switch(config-if)#exit
Switch(config-if)#show vlan
2、 测试不同交换机下主机的连通性
不同vlan: 同一vlan