1
Network 討論版 / 回覆: L3 switch路由問題
« 於: 2008-09-26 14:59 »
因為公司派任的其他雜事優先...小弟到現在才終於能來到客戶這繼續config這個網路...
抱怨完畢。
火牆部分為Abocom的 MH1500,L3 switch為SMC的tiger stack 10G,型號是8723ML3
下面是今天重新config的running-config。
(恩,我很白癡的忘了下copy run start ....一切推倒重來)
==========================================
VLAN database
VLAN 1 name vlan1 media ethernet state active
VLAN 2 name vlan2 media ethernet state active
VLAN 3 name vlan3 media ethernet state active
VLAN 4 name vlan4 media ethernet state active
!
interface ethernet 1/1
switchport allowed vlan add 1 untagged
switchport native vlan 1
!
interface ethernet 1/2
switchport allowed vlan add 2 untagged
!
interface ethernet 1/3
switchport allowed vlan add 3 untagged
switchport native vlan 3
switchport allowed vlan remove 1
!
interface ethernet 1/4
switchport allowed vlan add 4 untagged
switchport native vlan 4
switchport allowed vlan remove 1
!
interface ethernet 1/5
switchport allowed vlan add 1 untagged
switchport native vlan 1
====(後面的eth 1/6-1/24與1/5相同,不贅述)====
interface VLAN 1
IP address 192.168.1.254 255.255.255.0
!
!
interface VLAN 2
IP address 192.168.2.254 255.255.255.0
!
!
interface VLAN 3
IP address 192.168.3.254 255.255.255.0
!
!
interface VLAN 4
IP address 192.168.4.254 255.255.255.0
!
!
!
IP route 0.0.0.0 0.0.0.0 192.168.1.1 metric 1
!
!
目前正在用力踹火牆中...
至於switch內部通連,奇怪,設定應該是一樣的...怎麼現在從192.168.2.23(pc)連port2(vlan2),ping 192.168.2.254 ok,無法ping到192.168.1.254 ...(time out)
update:跟同事討論後,他也同意是防火牆送回封包時,路由造成的問題。
但是目前該防火牆無法動大刀,加上console也無法登入進去測,現在呈現無解狀態中。
PS:不知道網路上有沒有SMC的模擬器?...雖然我知道這樣問蠻貪心的...
抱怨完畢。
火牆部分為Abocom的 MH1500,L3 switch為SMC的tiger stack 10G,型號是8723ML3
下面是今天重新config的running-config。
(恩,我很白癡的忘了下copy run start ....一切推倒重來)
==========================================
VLAN database
VLAN 1 name vlan1 media ethernet state active
VLAN 2 name vlan2 media ethernet state active
VLAN 3 name vlan3 media ethernet state active
VLAN 4 name vlan4 media ethernet state active
!
interface ethernet 1/1
switchport allowed vlan add 1 untagged
switchport native vlan 1
!
interface ethernet 1/2
switchport allowed vlan add 2 untagged
!
interface ethernet 1/3
switchport allowed vlan add 3 untagged
switchport native vlan 3
switchport allowed vlan remove 1
!
interface ethernet 1/4
switchport allowed vlan add 4 untagged
switchport native vlan 4
switchport allowed vlan remove 1
!
interface ethernet 1/5
switchport allowed vlan add 1 untagged
switchport native vlan 1
====(後面的eth 1/6-1/24與1/5相同,不贅述)====
interface VLAN 1
IP address 192.168.1.254 255.255.255.0
!
!
interface VLAN 2
IP address 192.168.2.254 255.255.255.0
!
!
interface VLAN 3
IP address 192.168.3.254 255.255.255.0
!
!
interface VLAN 4
IP address 192.168.4.254 255.255.255.0
!
!
!
IP route 0.0.0.0 0.0.0.0 192.168.1.1 metric 1
!
!
目前正在用力踹火牆中...
至於switch內部通連,奇怪,設定應該是一樣的...怎麼現在從192.168.2.23(pc)連port2(vlan2),ping 192.168.2.254 ok,無法ping到192.168.1.254 ...(time out)
update:跟同事討論後,他也同意是防火牆送回封包時,路由造成的問題。
但是目前該防火牆無法動大刀,加上console也無法登入進去測,現在呈現無解狀態中。
PS:不知道網路上有沒有SMC的模擬器?...雖然我知道這樣問蠻貪心的...