HPE Aruba Networking & ProVision-based
1832920 Members
3066 Online
110048 Solutions
New Discussion

Re: 5406zl: VLAN Routing problem

 
SOLVED
Go to solution
ksvijay957
Occasional Advisor

5406zl: VLAN Routing problem

Hi All
i enable ip routing on 5406zl switch(core switch) but still i am not able to ping pc's on different vlans,is there any more configuration is require for inter-vlan routing?

thnx in advance.

 

 

P.S. This thread has been moved from Switches, Hubs, Modems (Legacy ITRC forum) to ProCurve / ProVision-Based. -HP Forum Moderator

8 REPLIES 8
Jeff Carrell
Honored Contributor
Solution

Re: 5406zl: VLAN Routing problem

Each vlan must have an IP address, and that is the default g/w for devices on the vlan.

hth...Jeff
ksvijay957
Occasional Advisor

Re: 5406zl: VLAN Routing problem

thnx

each vlan already having ip address and client gateway is that vlan ip.but still i am not able to ping from vlan 11(ip 10.35.2.100,gateway 10.35.2.1)to vlan 12 (ip 10.35.3.100,gateway 10.35.3.1).other then vlan 11 and vlan 12 not yet tested.is there any thing missing?

this is my COre Switch config:-

Running configuration:

; J8697A Configuration Editor; Created on release #K.15.04.0003
; Ver #01:00:01

hostname "CORE"
time timezone 240
module 1 type J9538A
module 2 type J9538A
module 3 type J9550A
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged C1-C22
ip helper-address 10.35.2.2
ip address 10.35.1.1 255.255.255.0
tagged A1-A8,B1-B8
no untagged C23-C24
exit
vlan 11
name "SERVER"
ip helper-address 10.35.2.2
ip address 10.35.2.1 255.255.255.0
tagged A1-A8,B1-B8
untagged C23
exit
vlan 12
name "ADMIN"
ip helper-address 10.35.2.2
ip address 10.35.3.1 255.255.255.0
tagged A1-A8,B1-B8
untagged C24
exit
vlan 13
name "PRINTER"
ip helper-address 10.35.2.2
ip address 10.35.4.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 14
name "T12"
ip helper-address 10.35.2.2
ip address 10.35.5.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 15
name "T34"
ip helper-address 10.35.2.2
ip address 10.35.6.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 16
name "STUDENT"
ip helper-address 10.35.2.2
ip address 10.35.7.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 17
name "WL34"
ip helper-address 10.35.2.2
ip address 10.35.8.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 18
name "WL12"
ip helper-address 10.35.2.2
ip address 10.35.9.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 19
name "GUEST"
ip helper-address 10.35.2.2
ip address 10.35.10.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 20
name "LABFF"
ip helper-address 10.35.2.2
ip address 10.35.11.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 21
name "LABSF"
ip helper-address 10.35.2.2
ip address 10.35.12.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 22
name "LABTF"
ip helper-address 10.35.2.2
ip address 10.35.13.1 255.255.255.0
tagged A1-A8,B1-B8
exit
vlan 23
name "CCTV"
ip helper-address 10.35.2.2
ip address 10.35.19.1 255.255.255.0
tagged A1-A8,B1-B8
exit
snmp-server community "public" unrestricted
spanning-tree
no autorun
no dhcp config-file-update
no dhcp image-file-update
password manager

Mohammed Faiz
Honored Contributor

Re: 5406zl: VLAN Routing problem

Are you sure that the VLAN 11 and VLAN 12 tagging is correct from your access switches back to the core switch?
The best test would be to connect two clients directly to the core switch, one on each VLAN, and test again (your config looks ok).
ksvijay957
Occasional Advisor

Re: 5406zl: VLAN Routing problem

thnx Faiz,
i am testing directly from core only, as u can c Port C23 and C24 is untagged to vlan 12 and vlan 13.

thnx
ksvijay957
Occasional Advisor

Re: 5406zl: VLAN Routing problem

sorry, its vlan 11 and vlan 12.
Mohammed Faiz
Honored Contributor

Re: 5406zl: VLAN Routing problem

Ok, can each client ping it's own gateway and the gateway of other client?
ksvijay957
Occasional Advisor

Re: 5406zl: VLAN Routing problem

dear all thank u very much ur time and effort.now its working fine.
thnx
ksvijay957
Occasional Advisor

Re: 5406zl: VLAN Routing problem

thnx to all