Switches, Hubs, and Modems
1752426 Members
5668 Online
108788 Solutions
New Discussion юеВ

Re: E2610 can not route 3 vlan

 

E2610 can not route 3 vlan

Hi to all,

I have an e2610 procurve switch and I am trying create and route 3Vlans but I can not do it.

this is the configuration vlans

ip routing
Have Vlan 1
ip default gateway 10.10.10.1
tagged interfaces

Vlan 2
IP address 10.20.1.1
untagged interfaces

Vlan 3
ip default gateway 10.30.1.1
tagged 1,2,interfaces

thanks and best regards.
3 REPLIES 3
cenk sasmaztin
Honored Contributor

Re: E2610 can not route 3 vlan

example config for you

ip routing
vlan 1
name "inarea"
untagged 9-22,25-28
ip address 10.0.20.1 255.255.255.0
no untagged 1-8,23-24


vlan 2
name "outarea"
untagged 1-8
ip address 10.0.10.1 255.255.255.0


vlan 3
name "camera"
untagged 23-24
ip address 10.0.1.1 255.255.255.0




cenk

Re: E2610 can not route 3 vlan

Thanks

I would like if the hp procurve E2610 supports rounting between VLANs

Thanks and best regards
cenk sasmaztin
Honored Contributor

Re: E2610 can not route 3 vlan

hi Juan
2610 can able ip routing between vlan and static routing
cenk