cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
448
Views
0
Helpful
2
Replies

Multiple Static Routes

       Vlan4+ Espeed(Modem)---------2960X

                                                              ||Trunk

      |vlan2                                               ||

      |vlan3-------------------------3750X

      |FW (Espeed)

 

I have 2960X with Lanbase support switch, need to access VLAN 4 with vlan 2 & vlan3, How  can  I routing between 

 

Thank you

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Lan base license supports static routing. So, for testing turn on "ip routing" and test again.

HTH



                                                         
SW1 (4500X)   

 vlan 10 10.0.1                                                      Application Server (vlan10)
 Vlan210 10.210.0.1                    ---Access--                10.10.0.28
  Ip route 10.250.100.0                                                     No gateway         

255.255.255.0 10.10.0.160                                                       
   |         

   |

trunk
   |                                              Lan192.168.10.1  
SW2(3750X) --–---Vlan30----HG8245H(WAN mode  RouteWAN)                         |                             
   |

trunk

    |

SW3(2960X)(enable IP routing)
vlan10 10.10.0.160
Vlan 250 10.250.100.1
Vlan 30 192.168.10.200
Ip route 10.210.0.0 255.255.255.0 10.10.0.1
Ip route 0.0.0.0 0.0.0.0 192.168.10.1
Default gateway 10.10.0.1


we need VLAN 250(users) to access the server (10.10.0.28),10.210.0.X and also internet. But we cannot access the server(10.10.0.28) and internet, but so far there is no issues with 10.210.0.X .can u please advice me whether the above configuration done by me is right or wrong?
Thanks