i have 2 extreme switch, summit X460-24p and summit X450a-24t. x460 as core switch and x450 as distribution switch. i config LAG and ospf, and this is my configuration:
X460-24p
-----------------------------------------
create vlan ospf1
configure vlan ospf1 tag 10
configure vlan ospf1 ipaddress 10.10.10.1/24
configure vlan ospf1 add port 1,2 tag
create vlan ospf2
configure vlan ospf2 tag 20
configure vlan ospf2 ipaddress 20.20.20.1/24
configure vlan ospf2 add port 1,2 tag
create ospf area 0.0.0.5
enable ipforwarding
configure ospf add vlan ospf1 area 0.0.0.0
configure ospf add vlan ospf2 area 0.0.0.0
enable ospf
enable sharing 1 grouping 1,2
-------------------------------------------------
X450a-24t
------------------------------------------
create vlan ospf1
configure vlan ospf1 tag 10
configure vlan ospf1 add port 1,2 tag
configure vlan ospf1 add port 3 untag ----> to pc1
create vlan ospf2
configure vlan ospf2 tag 20
configure vlan ospf2 add port 1,2 tag
configure vlan ospf2 add port 4 untag ----> to pc2
enable ipforwarding
enable sharing 1 grouping 1,2
----------------------------------------------------
in pc1 i setting
ip : 10.10.10.2
netmask : 255.255.255.0
gateway : 10.10.10.1
in pc2 i setting
ip : 20.20.20.2
netmask : 255.255.255.0
gateway : 20.20.20.1
i ping 10.10.10.1 to 20.20.20.1 from X460(core switch) and otherwise that work.
and i ping 10.10.10.1 from pc1 that work to,but if i ping 20.20.20.1 from pc1 it didn't work.
what i need to do?
thanks.
X460-24p
-----------------------------------------
create vlan ospf1
configure vlan ospf1 tag 10
configure vlan ospf1 ipaddress 10.10.10.1/24
configure vlan ospf1 add port 1,2 tag
create vlan ospf2
configure vlan ospf2 tag 20
configure vlan ospf2 ipaddress 20.20.20.1/24
configure vlan ospf2 add port 1,2 tag
create ospf area 0.0.0.5
enable ipforwarding
configure ospf add vlan ospf1 area 0.0.0.0
configure ospf add vlan ospf2 area 0.0.0.0
enable ospf
enable sharing 1 grouping 1,2
-------------------------------------------------
X450a-24t
------------------------------------------
create vlan ospf1
configure vlan ospf1 tag 10
configure vlan ospf1 add port 1,2 tag
configure vlan ospf1 add port 3 untag ----> to pc1
create vlan ospf2
configure vlan ospf2 tag 20
configure vlan ospf2 add port 1,2 tag
configure vlan ospf2 add port 4 untag ----> to pc2
enable ipforwarding
enable sharing 1 grouping 1,2
----------------------------------------------------
in pc1 i setting
ip : 10.10.10.2
netmask : 255.255.255.0
gateway : 10.10.10.1
in pc2 i setting
ip : 20.20.20.2
netmask : 255.255.255.0
gateway : 20.20.20.1
i ping 10.10.10.1 to 20.20.20.1 from X460(core switch) and otherwise that work.
and i ping 10.10.10.1 from pc1 that work to,but if i ping 20.20.20.1 from pc1 it didn't work.
what i need to do?
thanks.