Switches, Hubs, and Modems
1745784 Members
3795 Online
108722 Solutions
New Discussion юеВ

5406 config

 
Jef van Eijk
Advisor

5406 config

Hi,

I have a 5406 and want to configure vlan's but i am not able to route between the vlans.

i have one vlan (standard) with ip adres 192.168.1.254 and one with 192.168.10.254 (server vlan)

From devices in the standard vlan i cannot ping any device in the server vlan and back.

Is it possible that the standard vlan is only for management devices?

I have set ip routing on even tryed static route's etc.

20 REPLIES 20
serpel
Trusted Contributor

Re: 5406 config

hi,
for routing to work each vlan need to have an ip and at least one port in those vlans need to be up. then just enable ip routing. now pinging between the vlans should be able.
you only need a static route if you want to go outside of the vlans the switch knows of.
hope this helps.
happy holidays
alex
cenk sasmaztin
Honored Contributor

Re: 5406 config

hi Jef

must be ip routing enable on switch

with
config)#ip routing
command


and check ip address vlan member pc

for server vlan member device

ip address :192.168.10.10
subnet mask :255.255.255.0
ip defaut gateway :192.168.10.254

for standart vlan member device
ip address:192.168.1.10
subnet mask 255.255.255.0
default gateway :192.168.1.254




cenk

Jef van Eijk
Advisor

Re: 5406 config

Hi,

The problem is that i can even ping the gateway on the other vlan.

So

Vlan 1
ip adress 192.168.1.254 255.255.255.0

Vlan 10
ip address 192.168.10.254 255.255.255.0

I have a untagged port in each vlan with a ip device in that subnet. Ip routing is on.

If i have a server is vlan 10 with ip nummer 192.168.10.17 i can ping 192.168.10.254 but not 192.168.1.254.
serpel
Trusted Contributor

Re: 5406 config

Hi,
please attach the show run.
what is the default gateway from the device 192.168.10.17. it needs to be 192.168.10.254.
and of course a device in 192.168.1.0/24 need to be up(other then the switch).
if there are devices up look at the sh ip route. the switch should have made the route to the vlans.
alex
cenk sasmaztin
Honored Contributor

Re: 5406 config

check default gateway addrees all device
and you must be carefully read my comment
cenk

Jef van Eijk
Advisor

Re: 5406 config

ip routing is ON
All devices in the different vlans has the right gateway.

From the switch itself i can ping to all ip adresses, but from a pc to a other vlan not.

it seems that is must activate something to allow routing between the vlan's.

See the attach for config.
serpel
Trusted Contributor

Re: 5406 config

Hi,
your vlan 1 is a management vlan:
management-vlan 1
this command prevent it from beeing routed even if routing is enabled.
see :
http://cdn.procurve.com/training/Manuals/3500-5400-6200-8200-ATG-Jan08-2-VLAN.pdf
page 2-54
Routing between the Management VLAN and other VLANs is not allowed.

alex
cenk sasmaztin
Honored Contributor

Re: 5406 config

hi ABE
vlan 1 not managemet vlan vlan 1 is default vlan management vlan to be with

dunyacore(config)# management-vlan (vlan id)

command
when this command with declare managemet vlan this vlan not routing all other vlan

managemet vlan possibly any vlan

jef have incorrect config may be pc may be switch

cenk

cenk sasmaztin
Honored Contributor

Re: 5406 config

jef you can write

no managemet-vlan 1 command
cenk