Switches, Hubs, and Modems
1753830 Members
8661 Online
108806 Solutions
New Discussion

routing between networks with HP 2910al

 
michaeltfus
Advisor

routing between networks with HP 2910al

I have a 2910al and would like to configure a port (or ports) to be able to route traffic from one network 10.1.1.0 /16 to another network 10.100.0.0 /16 and visa-versa.  I am currently using a W2K3 server for routing, but I would like to do away with that box and just use the switch.

 

How would I configure the switch (port) to route data?  Do I need two ports on the switch, each configured as its own VLAN, one with a 10.1.1.x IP and the other with a 10.100.0.x IP?

 

I am having a difficult time wrapping my head around this one.

1 REPLY 1
EckerA
Respected Contributor

Re: routing between networks with HP 2910al

Hi,

 

something like this?:

 

conf t

ip routing

vlan 1

untagged 1

ip address 10.1.1.1/16

exit

vlan 2

untagged 2

ip address 10.100.0.1/16

exit

vlan 3

untagged 3

exit

ip route 0.0.0.0 0.0.0.0 <next hop router>

wr mem

 

vlan 3 is not routed cos it doesn't have an ip...

hth

 

alex