Unsolved
This post is more than 5 years old
1 Message
0
15581
March 19th, 2009 15:00
VLAN routing 6224
I am trying to configure VLAN for load balanced servers. I have setup a VLAN for the servers and can connect to virtual IP and access the web site on these servers through the load balancer however the back end sql server is not on this vlan so that connection is broken. Also I cannot remote into the servers. The issue is I think routing. How can I set up the switch so that I can route traffic to this vlan? Routing is enabled on the switch.
Thanks,
No Events found!


bh1633
909 Posts
0
March 24th, 2009 13:00
Here is an example for routing between vlan 2 and 3 on the 6224. Please post your configuration and more information about your network if you have more questions:
configure
vlan database
vlan 2-3
exit
interface vlan 2
routing
ip address 192.168.102.7 255.255.255.0
exit
interface vlan 3
routing
ip address 192.168.103.1 255.255.255.0
exit
ip routing
!
interface ethernet 1/g2
spanning-tree disable
switchport access vlan 2
exit
!
interface ethernet 1/g3
spanning-tree disable
switchport access vlan 3
exit
!
mamancana
1 Message
0
April 19th, 2011 13:00
Hi my name is milton am traying to make vlan routing but my config is not working, i need your help please.
this is my config:
!Current Configuration:
!System Description "Powerconnect 6224, 3.2.1.3, VxWorks 6.5"
!System Software Version 3.2.1.3
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 2-6
vlan routing 2 1
vlan routing 3 2
vlan routing 4 3
vlan routing 5 4
vlan routing 6 5
exit
stack
member 1 1
exit
ip address 192.168.100.2 255.255.255.0
ip routing
interface vlan 2
routing
ip address 192.168.2.2 255.255.255.0
exit
interface vlan 3
routing
ip address 192.168.3.2 255.255.255.0
exit
interface vlan 4
routing
ip address 192.168.4.2 255.255.255.0
exit
interface vlan 5
routing
ip address 192.168.5.2 255.255.255.0
exit
interface vlan 6
routing
ip address 192.168.6.2 255.255.255.0
exit
username "admin" password a05bb411c97c887ef140b1f03ec3478f level 15 encrypted
interface ethernet 1/g1
switchport mode trunk
switchport trunk allowed vlan add 2-6
exit
!
interface ethernet 1/g2
spanning-tree disable
switchport access vlan 2
exit
!
interface ethernet 1/g3
spanning-tree disable
switchport access vlan 3
exit
!
interface ethernet 1/g4
spanning-tree disable
switchport access vlan 4
exit
!
interface ethernet 1/g5
spanning-tree disable
switchport access vlan 5
exit
!
interface ethernet 1/g6
spanning-tree disable
switchport access vlan 6
exit
exit
console#
what am doing run??
Thanks