我是用华为的模拟做的实验,
具体配置如下:
三层交换机的配置:
interface vlan 100
ip add 192.168.0.1 255.255.255.0
interfaefc vlan 101
ip add 192.168.101.1 255.255.255.0
interface vlan 102
ip add 192.168.102.1 255.255.255.0
interface vlan 1
ip add 192.168.9.1 255.255.255.0(管理IP)
interface e0/1(级连的端口)
port link-type trunk
port trunk permit vlan all
对的,没问题。
二层交换机只需要设好VLAN,并默认VLAN上设上管理IP,级连端口上,也设为trunk
二层交换机配置:
interface e0/1
port link-type trunk
port trunk permit vlan all
interface vlan 1
ip add 192.168.9.2 255.255.255.0
vlan 100
port e0/2 to e0/3
vlan 101
port e0/4 to e0/6
vlan 102
port e0/7 to e0/8
帮忙看一下具体错在那里?
现在出现的问题是:
不同VLAN的主机PING不 通,相同VLAN 可以PING 通
在二层交换机上,加一条静态路由,ip route 0.0.0.0 0.0.0.0 192.168.9.1
追问ip route-static 0.0.0.0 0.0.0.0 192.168.9.1 (三层交换机上)
问题还在?
在二层交换机上,加静态路由,ip route 0.0.0.0 0.0.0.0 192.168.9.1
三层交换机不要加
还是不得
有没有QQ啊?
我的的:286972209
加了,帮你调试
要求不同VLAN 相通。