Hi.
I have a x250 which has been split in two.
Here is my config:
configure vlan default delete ports 1-26
create vlan "vlan1"
configure vlan vlan1 tag 20
create vlan "vlan2"
configure vlan vlan2 tag 21
configure vlan vlan1 add ports 1-12 untagged
configure vlan vlan2 add ports 13-24 untagged
configure vlan vlan1 ipaddress 10.10.10.254 255.255.255.0
enable ipforwarding vlan vlan1
configure vlan vlan2 ipaddress 20.20.20.254 255.255.255.0
enable ipforwarding vlan vlan2
Basically what I would like to achieve is to be able to ping a machine on vlan2 from vlan1. A machine will be connected directly into one extreme switch.
I suspect it has something to do with the iprouting command but as there is no physical router conencting the two it wont work. Is there anyway to use the vr-default router to do this.. if so how.
any help would be appreciated.
Regards
I have a x250 which has been split in two.
Here is my config:
configure vlan default delete ports 1-26
create vlan "vlan1"
configure vlan vlan1 tag 20
create vlan "vlan2"
configure vlan vlan2 tag 21
configure vlan vlan1 add ports 1-12 untagged
configure vlan vlan2 add ports 13-24 untagged
configure vlan vlan1 ipaddress 10.10.10.254 255.255.255.0
enable ipforwarding vlan vlan1
configure vlan vlan2 ipaddress 20.20.20.254 255.255.255.0
enable ipforwarding vlan vlan2
Basically what I would like to achieve is to be able to ping a machine on vlan2 from vlan1. A machine will be connected directly into one extreme switch.
I suspect it has something to do with the iprouting command but as there is no physical router conencting the two it wont work. Is there anyway to use the vr-default router to do this.. if so how.
any help would be appreciated.
Regards