Link to home
Start Free TrialLog in
Avatar of robsatx
robsatx

asked on

HP Procurve 2824 - VLAN Routing Issue(s) -

I have two 2824 switches - I am going to configure 1 for each of my 2 main offices . . .

for now,

I am trying to configure 1 main office and two spoke sites.

I have tried multi-netting and vlan routing.

Here is a multi-net config:
; J4903A Configuration Editor; Created on release #I.08.87

hostname "AUSTINMAIN"
ip default-gateway 192.168.1.254
ip routing
snmp-server community "public" Unrestricted
vlan 1
   name "DEFAULT_VLAN"
   untagged 13-19,21-24
   no ip address
   no untagged 1-12,20
   exit
vlan 14
   name "VLAN14"
   untagged 1-8
   ip address 192.168.1.2 255.255.255.0
   ip address 192.168.5.1 255.255.255.0
   tagged 20
   exit
vlan 24
vlan 24
   name "VLAN24"
   untagged 9-12
   no ip address
   tagged 20
   exit
ip route 0.0.0.0 0.0.0.0 192.168.1.254

The issue is that I can not hit my wan from my 5.1 subnet. I can hit my wan from the 1.2 without any issues. Anyone tell me what I am doing wrong? BTW, this is only part one, I still need to hook up my other main office and spoke sites. Thought this would be easy, but seems tougher than my previous router confiig . . . guess I am green to routing with switches in liue of routers.
thx in advance.
Avatar of ded9
ded9
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of r_naren22atyahoo
r_naren22atyahoo
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
some thing like

vlan 14
   name "VLAN14"
   untagged 1-4
   ip address 192.168.1.2 255.255.255.0
   tagged 20
   exit
vlan 15
   name "VLAN15"
   untagged 5-8
   ip address 192.168.5.1 255.255.255.0
   tagged 20
   exit
Avatar of jburgaard
jburgaard

Agree with r_naren22atyahoo
way to go: a sep. network in each vlan

The routing procecess will connect vlans witch has been appointed an IP-addr.

In this way you will have less broadcast.

(only asign IP's to vlan on one of the sw's & only start routing on one sw.)