拓扑图在下面,交换机之间应该用交叉线,而不是直通线
配置如下:
交换机一:
en
conf t
vlan 10
vlan 20
vlan 30
vlan 40
interface range f0/1-4
switchport mode access
switchport access vlan 10
no shut
interface range f0/5-14
switchport mode access
switchport access vlan 20
no shut
interface range f0/15-19
switchport mode access
switchport access vlan 40
no shut
interface f0/24
switchport mode trunk
switchport trunk allow vlan all
no shut
end
交换机二:
en
conf t
vlan 10
vlan 20
vlan 30
vlan 40
interface range f0/1-6
switchport mode access
switchport access vlan 10
no shut
interface range f0/7-16
switchport mode access
switchport access vlan 30
no shut
interface range f0/17-21
switchport mode access
switchport access vlan 40
no shut
interface f0/24
switchport mode trunk
switchport trunk allow vlan all
no shut
end
1.两个楼层的交换机都要支持端口VLAN
交换机相连的口配置为trunk,设置可过数据VLAN ID能有1,2,3,4,5
A公司为VLAN2,在两台交换机上将A公司所用的端口都设置为VLAN2,设置可过数据VLAN ID只能有1和2
B公司为VLAN3,在两台交换机上将B公司所用的端口都设置为VLAN3,设置可过数据VLAN ID只能有1和3
C公司为VLAN4,在两台交换机上将C公司所用的端口都设置为VLAN4,设置可过数据VLAN ID只能有1和4
D公司为VLAN5,在两台交换机上将D公司所用的端口都设置为VLAN5,设置可过数据VLAN ID只能有1和5
不同厂家的交换机命令不同,不同型号也不相同
以上2层交换机带VLAN的就可实现,不一定要三层
这个题很简单啊。
两个24口交换机,第24口用于对连。
交换机1楼,1-4口配置vlan 1,给A公司,5-10口配置vlan 2,给D公司,11-20口配置vlan 3,给B公司。
交换机2楼,1-6口配置vlan 1,给A公司,7-12口配置vlan 2,给D公司,13-23口配置vlan 3,给C公司。
拓扑和配置做起来太烦,20分不值:)