Hi 您好1. DELL的設定與CISCO幾乎一樣,config可以抄過去2. 請在L2 SW上sh mac address table, 確定Gi1/0/2 & Gi1/0/3 有學到PC 的mac address3. 同網段互相溝通是不進GW的
你的需求以我的解讀來看,topology不需要用到trunk首先在L3 switch上切了三個VLAN,assign三個VLAN interface IP後,再確定你要的port都有正確assign在各個VLAN上從你後來的回文L3 switch的設定來看,你在L3 switch port interface設定應該要如下:Fe0/1要是 allow vlan add 10, native 10, (remove 1)Fe0/2要是 allow vlan add 20, native 20, (remove 1)Fe0/3要是 allow vlan add 30, native 30, (remove 1)這三個port不需要設定加入每個VLAN,Per VLAN的ip routing記得也打開(有些機器需要),他們會自己做internal routing接著只需要讓PC 或switch在需要做routing時,指向這三個VLAN interface就好以最右邊的L2 switch來看有兩個不同做法第一種作法: (PC直接去找L3 switch VLAN interface做routing)L2 Switch甚麼都不用設定(包含IP也可以不用設定),當成dump switchL2 Switch下接PC的default Gateway設定為L3 Switch VLAN30 interface IP就好,這方法最簡單....另外兩台L2 switch也一樣第二種作法:step1:L2 Switch只需要一個VLAN 1,L2 Switch VLAN 1的IP和上方L3 Switch VLAN 30 IP interface同網段,L2 Switch VLAN 1的Default Gatway指向L3 switch VLAN interface (optional)L2和L3可以試著互ping 確認OK否step2:L2 switch下接的PC的default gateway設定為L2 switch or L3 switch VLAN interface IP擇一這要看你L2 switch VLAN interface有沒有設定default gateway指向L3 switch的VLAN interface如果沒有的話,PC的default gateway則需指向L3 switch的VLAN interface(差別在於有沒有透過L2 switch去幫你找能做routing的interface而已)除非我對你的topology有誤解,不然以上兩個方法都可解決而你L2 switch下接的兩台PC要互PING, L2 switch做forwarding就達成了.....小熊阿辰 wrote:各位前輩好小弟是一個...(恕刪)