Announcement Banner
UNSOLVED

jamiemwanza

updated

14 years ago

J

jamiemwanza

1 Rookie

•

42 Posts

0

2988

May 10th, 2012 06:00

power connect

I have been asking this question for some time and no one seems to be responding. Is it possible for my vlans to communicate without enabling routing? I had initially set up my environment with three Vlans. management,vmtraffic and iscsi. I was able to access my virtual environment through an access point which was connected to an access switch. I had enabled ip routing on my dell power connect 6224 and also on my intermediate switch. unfortunately my supervisor is not for the idea of enabling routing or acl's. He is of the view that we should still be able to manage the environment without routing. The 6224 is on the latest firmware 3.2.1.3.

I have tried trunk mode,general mode and all has failed. what do i need to do?

Below is my config:

vlan database

vlan 10

vlan  20

exit

interface vlan 1

exit

interface vlan 10

name Management

exit

interface vlan 20

name iSCSI

exit

ip address vlan 10

interface port-channel 1

switchport mode general or trunk

switchport trunk/general allowed vlan remove 1

switchport trunk/general allowed vlan add 10,20 tagged

exit

interface ethernet 1/g1

switchport access vlan 10

channel-group 1 mode auto

exit

interface ethernet 2/g1

switchport access vlan 10

channel-group 1 mode auto

exit

interface ethernet 1/g2

switchport access vlan 10

exit

interface ethernet 2/g2

switchport access vlan 10

exit  

interface range ethernet 1/g3-1/g12

switchport access vlan 20

no storm-control unicast

spanning-tree portfast

mtu 9216

exit

interface range ethernet 2/g3-2/g12

switchport access vlan 20

no storm-control unicast

spanning-tree portfast

mtu 9216

exit

On the second switch i have configured:

interface port-channel 1

switchport mode general

switchport general allowed vlan remove 1

switchport general allowed vlan add 10 tagged

exit

interface ethernet 1/g1

switchport access vlan 10

channel-group 1 mode auto

exit

interface ethernet 1/g2

switchport access vlan 10

exit

After these configs i am only able to ping the management interfaces and not the host behind the vlan. I need help!!!