FrA13

updated

15 years ago

F

FrA13

8 Posts

0

45754

November 4th, 2011 02:00

PowerConnect 6224 and VLANs

Hi,
I am trying to set up an environment test, where my PowerConnect for now is only used with L2 capabilities (no VLANs Routing).
Two hosts on the same VLAN cannot communicate, and I do not understand why.
My switch is a PowerConnect 6224, with Image version 2.1.0.13 . My config is:

!Current Configuration:
!System Description "Dell 24 Port Gigabit Ethernet, 2.1.0.13, VxWorks5.5.1"
!System Software Version 2.1.0.13
!
configure
vlan database
vlan  2-3
exit
stack
member 1 1
exit
ip address 192.168.0.125 255.255.255.0
ip default-gateway 192.168.0.5
no ipv6 forwarding
interface vlan 2
exit
interface vlan 3
exit
!

interface ethernet 1/g3
switchport mode general
switchport general pvid 3
no switchport general acceptable-frame-type tagged-only
switchport general ingress-filtering disable
switchport general allowed vlan add 2-3
switchport general allowed vlan remove 1
exit
!
interface ethernet 1/g5
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 2
switchport general allowed vlan remove 1
exit
!
interface ethernet 1/g7
switchport mode general
switchport general pvid 3                    
no switchport general acceptable-frame-type tagged-only
switchport general ingress-filtering disable
switchport general allowed vlan add 3
switchport general allowed vlan remove 1
exit

This config does not work even if I enable the "switchport general acceptable-frame-type tagged-only" and "switchport general ingress-filtering" options.
Thank you in advance for your suggestions.