HPE Aruba Networking & ProVision-based
1833759 Members
2134 Online
110063 Solutions
New Discussion

HP 2910 Internet access for multiple vlans

 
SOLVED
Go to solution
KKRF
New Member

HP 2910 Internet access for multiple vlans

I have a problem with access to the internet from vlan2 on our network.

 

VLAN1 10.0.6.x

VLAN2 10.1.6.x

 

Router: 10.0.6.252

 

The switch is a Procurve 2910 with routing enabled.

Switch vlan1: 10.0.6.254

Switch vlan2: 10.1.6.254

 

SW-0033# ping 8.8.8.8 source 1
8.8.8.8 is alive, time = 14 ms
SW-0033# ping 8.8.8.8 source 2
Request timed out.

 

 

SW-0033# show ip route

                                                    IP Route Entries

  Destination        Gateway         VLAN Type      Sub-Type   Metric     Dist.
  ------------------ --------------- ---- --------- ---------- ---------- -----
  0.0.0.0/0          10.0.6.252      1    static               1          1
  10.0.6.0/24        DATA-VLAN       1    connected            1          0
  10.1.6.0/24        VOICE-VLAN      2    connected            1          0
  127.0.0.0/8        reject               static               0          0
  127.0.0.1/32       lo0                  connected            1          0

 

 

 

Running configuration:

; J9148A Configuration Editor; Created on release #W.15.08.0012
; Ver #02:11.05:16
hostname "SW-0033"
module 1 type j9148a
power-over-ethernet pre-std-detect
no telnet-server
time timezone 60
ip default-gateway 10.0.6.252
ip route 0.0.0.0 0.0.0.0 10.0.6.252
ip routing
interface 47
   name "Uplink_DATA-SW-0034"
   exit
interface 48
   name "Uplink_VOICE-SW-0034"
   exit
vlan 1
   name "DATA-VLAN"
   no untagged 1-3,44,48
   untagged 4-43,45-47
   ip address 10.0.6.254 255.255.255.0
   exit
vlan 2
   name "VOICE-VLAN"
   untagged 1-3,48
   tagged 4-37
   ip address 10.1.6.254 255.255.255.0
   voice
   exit

no autorun
password manager
password operator

 

 

Any idea why I can't access the internet from vlan2?

1 REPLY 1
KKRF
New Member
Solution

Re: HP 2910 Internet access for multiple vlans

Problem seems te be resolved.
I had to add a static route on the router (10.0.6.252) to the 10.1.6.x subnet with next-hop 10.0.6.254