Switches, Hubs, and Modems
1751943 Members
4829 Online
108783 Solutions
New Discussion юеВ

Procurve 2650 VLAN and IP Routing help

 
peter_h
Occasional Advisor

Procurve 2650 VLAN and IP Routing help

Hi,

I have an HP procurve 2650 that I need a little bit of help with.

I've set up a a test bench with a router, the HP switch and an access point. The access point has the ability to do multple SSID broadcasts and VLAN tagging.

What I am trying to do is broadcast 2 SSID's, one tagged and one untagged via the AP. The ap is then connected to the Procurve 2650.

From here is where I need help. The AP is in bridge mode and all the DHCP leases are handed out via the router. However, the router does not handle VLAN's.

I am trying to create a static route for the tagged data to the router. However this is not working. I can grab an IP and see the router as the gateway but I can not ping the router and the router can not ping me. However, I show up in the lease table.

can someone give some advice?
16 REPLIES 16
cenk sasmaztin
Honored Contributor

Re: Procurve 2650 VLAN and IP Routing help

hi Peter
please send me swich sh run and sh route print

cenk
cenk

peter_h
Occasional Advisor

Re: Procurve 2650 VLAN and IP Routing help

I'm sorry, I'm not following. Do you want me to email it to you?
RicN
Valued Contributor

Re: Procurve 2650 VLAN and IP Routing help


I think what Cenk Sasmaztin wants you to do is to do a "show running-config" and save the result to a text-file, which you then attach here in the thread.

If you do that than we all can see the config and learn from the solution of your problem.
cenk sasmaztin
Honored Contributor

Re: Procurve 2650 VLAN and IP Routing help

hi peter
please write

#show run

----command on switch and copy this print result on notepad
cenk

peter_h
Occasional Advisor

Re: Procurve 2650 VLAN and IP Routing help

Here is the running config

hostname
snmp-server contact
snmp-server location
ip default-gateway
ip routing
no timesync
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-32,49-50

ip address 192.168.30.1 255.255.255.0
no untagged 33-48
exit
vlan 40
name "VLAN40"
ip address 192.168.40.1 255.255.255.0
ip helper-address 192.168.0.9
tagged 45-48
exit
vlan 50
name "Nomadix"
untagged 33-48
ip address 192.168.50.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.0.9
no stack
password manager
password operator

192.168.0.9 is the IP of the router.
Vlan 40 is tagged, Vlan 50 is untagged.
AP is plugged into port 47. Router is plugged into port 48.

Nothing else is plugged in to any other port.
peter_h
Occasional Advisor

Re: Procurve 2650 VLAN and IP Routing help

Here is the running config

hostname
snmp-server contact
snmp-server location
ip default-gateway
ip routing
no timesync
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-32,49-50

ip address
no untagged 33-48
exit
vlan 40
name "VLAN40"
ip address
ip helper-address
tagged 45-48
exit
vlan 50
name "router"
untagged 33-48
ip address
exit
ip route
no stack
password manager
password operator

is the IP of the router.
Vlan 40 is tagged, Vlan 50 is untagged.
AP is plugged into port 47. Router is plugged into port 48.

Nothing else is plugged in to any other port.
cenk sasmaztin
Honored Contributor

Re: Procurve 2650 VLAN and IP Routing help

YOUR CONF├Д┬░G
hostname
snmp-server contact
snmp-server location
ip default-gateway
ip routing
no timesync
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-32,49-50
ip address 192.168.30.1 255.255.255.0
no untagged 33-48
exit
vlan 40
name "VLAN40"
ip address 192.168.40.1 255.255.255.0
ip helper-address 192.168.0.9
tagged 45-48
exit
vlan 50
name "router"
untagged 33-48
ip address 192.168.50.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.0.9
no stack
password manager
password operator


MY CONF├Д┬░G
*********PLEASE READ BE CAREFULL (WAY 1)*****************
where is the 192.168.0.0 network interface on switch
switch unreach this network very normaly
**********************************************************
*****please change vlan 50 ip address
for example 192.168.0.10/24
*********************************************************
**********************************************************
*****set up on access point device
ssid 1 for vlan 40 tagged
ssid 2 for vlan 50 untag
ssid 3 for vlan 1 tagged

and connect interface 47
**********************************************************

you can create multiple dhcp scobe on dhcp server
and dhcp server connect vlan 50 untag port
for example interface 33


dhcp server connect vlan 50
nic ip address 192.168.0.11
subnet mask 255.255.255.0
default gateway 192.168.0.10

create scobe
scobe 1 (for vlan1)range 192.168.30.60----200
255.255.255.0 route 192.168.30.1
scobe 2 (for vlan40)range 192.168.40.60----200
255.255.255.0 route 192.168.40.1
scobe 3 (for vlan50)range 192.168.40.60----200
255.255.255.0 route 192.168.0.10
**********************************************************
├Д┬░NTERNET ROUTER
you can must be static route command on internet router
for vlans

ip route 192.168.40.0 255.255.255.0 192.168.0.10
ip route 192.168.30.0 255.255.255.0 192.168.0.10

and connect router only vlan 50 untag port for example
interface 33

**********************************************************

my switch config

hostname
snmp-server contact
snmp-server location
ip default-gateway
ip routing
no timesync
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-32,49-50
ip address 192.168.30.1 255.255.255.0
ip helper-address 192.168.0.11
tagged 47
no untagged 33-48
exit
vlan 40
name "VLAN40"
ip address 192.168.40.1 255.255.255.0
ip helper-address 192.168.0.11
tagged 47
exit
vlan 50
name "router"
untagged 33-48
ip address 192.168.0.10 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.0.9
no stack
password manager
password operator
cenk

cenk sasmaztin
Honored Contributor

Re: Procurve 2650 VLAN and IP Routing help

MY CONFIG

*************WAY 2**********
*********************************************************
my router config
create sub interface on router lan interface and for each sub interface one dhcp scobe cisco router connect interface 50

interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address 192.168.30.2 255.255.255.0
!
interface FastEthernet0/0.2
encapsulation dot1Q 40
ip address 192.168.40.2 255.255.255.0
!
interface FastEthernet0/0.3
encapsulation dot1Q 50
ip address 192.168.50.2 255.255.255.0
!

ip dhcp pool vlan1
network 192.168.30.0 255.255.255.0
default-router 192.168.30.1
ip dhcp pool vlan30
network 192.168.40.0 255.255.255.0
default-router 192.168.40.1
ip dhcp pool vlan50
network 192.168.50.0 255.255.255.0
default-router 192.168.50.1
!
line con 0
line vty 0 4
login
*********************************************************


*********************************************************
my switch config******
hostname
snmp-server contact
snmp-server location
ip default-gateway
no timesync
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-32,49
tagget 50
ip address 192.168.30.1 255.255.255.0
no untagged 33-48
exit
cenk

cenk sasmaztin
Honored Contributor

Re: Procurve 2650 VLAN and IP Routing help

vlan 40
name "VLAN40"
ip address 192.168.40.1 255.255.255.0
tagged 49,50
exit
vlan 50
name "router"
untagged 33-48
ip address 192.168.50.1 255.255.255.0
exit
tagged 49,50
***********************************************************
my access point config

*****set up on access point device
ssid 1 for vlan 40 tagged
ssid 2 for vlan 50 untag
ssid 3 for vlan 1 tagged

and connect interface 49
***********************************************************

good luck



cenk