📷
端口如下:对于左边的开关,上面的端口是fa0/1,下面是fa 1/1,低于fa1/1的是fa2/1。对于中间的开关,左端口为fa0/1,右端口为fa 1/1。对于右边的开关,上面的端口是fa1/1,它下面是fa2/1,fa2/1下面是fa3/1。
在下图中,当配置主干模式时,我将给出以下命令:
S1
interface range fa0/1, fa1/1
switchport mode trunk
no shutdown
end
S2:
interface range fa 1/1, fa2/1, fa3/1
switchport mode trunk
no shutdown
end
📷
我有一个思科3650与跨vlan路由启用.所有的vlans都能相互访问,没有问题。当我将一个非托管交换机连接到cisco上的一个接口时,问题就出现了。我设置了一个具有非托管交换机相同ip范围的vlan,并且在非托管交换机的相同ip范围内设置了一个接口vlan。现在,当我在cisco交换机上处于exec模式时,我可以到达非托管交换机上的所有设备,但是,从任何其他的阀门,我不能。
no aaa new-model
system mtu routing 1500
vtp domain h873.eur.nsroot.net
vtp mode transparent
ip subnet-zero
一个更大的网络的简化图,但我有困难从路由器获得DHCP。进入包跟踪器的模拟模式,我在第三层交换机上看到一个错误,上面写着“没有启用VLAN的子接口”
📷
路由器Config
en
conf t
int gig 0/1
ip address 205.165.85.5 255.255.255.252
no shut
int gig 0/1.5
encapsulation dot1q 5
ip address 192.168.86.30 255.255.255.240
!
ip dhcp pool vlan5
network 192.168.86.16 255.255.255.240
default