Comware

 View Only
Expand all | Collapse all

routing between networks with HP 2910al

This thread has been viewed 0 times
  • 1.  routing between networks with HP 2910al

    Posted Jul 27, 2011 09:28 PM

    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.



  • 2.  RE: routing between networks with HP 2910al

    Posted Aug 01, 2011 03:51 AM

    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