Question : VLAN Configuring on a Powerconnect 5324

Hi all,

I am trying to setup a VLAN configuration on a dell powerconnect 5324 switch. I would like to setup 3 VLAN's, as an example:

VLAN 1 will be ports 2-6,
VLAN 2 will be ports 7-12,
VLAN 3 will be ports 13-18

I would then like ports 19-24 to have access to all three VLANs. For example, if I had a server connected to port 20, it would pull an IP from one of the VLANS.

Please let me know if I can provide any more information

Answer : VLAN Configuring on a Powerconnect 5324

I would say, config should be like this:

config

vlan database
vlan 2,3
exit
int  range ethernet 1/g(7-12)
switchport access vlan 2
exit
int  range ethernet 1/g(13-18)
switchport access vlan 3
exit
int range et 1/g(19-24)
switchport mode trunk
end
int range et 1/g(19-24)
swichport trunk allowed vlan add 2,3
exit

but please take in mind, that ports 19-24 are tagged for all vlans, so they are most likely supposed to other switches real or virtual.
Random Solutions  
 
programming4us programming4us