Switches, Hubs, and Modems
1753758 Members
4996 Online
108799 Solutions
New Discussion

Re: Vlan routing on 4208vl

 
SOLVED
Go to solution
Randy Saeks
Occasional Advisor

Vlan routing on 4208vl

Hi there.

I have a 4208 switch that I am looking to vlan, and just need to get the last step going for the inter-vlan routing.

What I have is this:

Vlan 1 - IP 10.15.1.1/16
Vlan 2 - IP 10.16.1.1/16

The ip routing command was issued on the switch, but I am unable to ping devices on the 10.16 network, and vice versa.

Does anyone know the command / config I might be missing on this?

Thanks a bunch!

Randy
1 REPLY 1
cenk sasmaztin
Honored Contributor
Solution

Re: Vlan routing on 4208vl

hi Randy

you make create two vlan and this vlans you want routing

1-vlan 1 and vlan 2 assign ip address
2-ip routing enable

3-assign true client ip address
for example

in vlan 1 client
ip address 10.15.1.2
subnet mask:255.255.0.0
default gateway:10.15.1.1

in vlan 2 client
ip address: 10.16.1.2
subnet musk:255.255.0.0
default gateway:10.16.1.1

please your retest ping
and #show ip route command for you see routing operation

good luck.
cenk