请原谅大脑垃圾 – 试图解决一个问题,整天在圈子里跑来跑去!
TL; DR- 由L3交换机隔开的两个networking上的客户端可以看到并ping对方, 但只有VLAN 99可以访问Internet,尽pipe交换机上设置了默认网关(并且可路由)。 数据包最终到达网关,并且不会再被traceroutevalidation。
VLAN的:
套件:
默认网关:
实施细节:
2920路由表:
core-switch-01# show ip route IP Route Entries Destination Gateway VLAN Type Sub-Type Metric Dist. ------------------ --------------- ---- --------- ---------- ---------- ----- 0.0.0.0/0 192.168.50.1 99 static 1 1 10.50.1.0/24 MGMT 1 connected 1 0 127.0.0.0/8 reject static 0 0 127.0.0.1/32 lo0 connected 1 0 192.168.50.0/24 OLD_NET 99 connected 1 0
如果有人需要进一步的细节,请留言
SonicWall需要通过192.168.50.254到10.50.1.0/24networking的路由。 10.50.1.0/24不直接连接到SonicWall,因此不知道如何将通信路由回该networking。
另外,我不明白这个说法:
I have pushed a static route via DHCP for 10.50.1.0/24 with the gateway 192.168.50.254 to avoid ICMP redirects from the SonicWALL to 2920.