UNSOLVED

pradhanparas389

updated

12 years ago

P

pradhanparas389

2 Intern

74 Posts

0

17008

August 13th, 2014 14:00

disabling vlan taggin

Hi,

I have two powerconnect 6248 stacked together as master and slave. It has number of vlans created and they all work fine. Now I need few ports  (around 8) not  to be part of any vlan and want to use those ports explicitly to network a bunch of server on different network address. Is this possbile?

2nd question: How do I make a port native to specific vlan number so that the clinets do not need to specify the vlan number when configuring their network intefaces

Not sure if I asked the question properly. I am newbie to this switch. The other guy who setup this switch left few months back.

Thanks

Paras.

  • vt1012

    212 Posts

    564

    1

    Posted August 13th, 2014 15:00

    I think the answer to your first question is yes, but the 8 ports will just need to be assigned a VLAN that isn't on any of the other ports.  They should be a part of at least one VLAN that the rest of the ports on the stack are not using.  Question 2, you will want to use PVID, which is a default VLAN ID assigned to access ports.

    -B

  • pradhanparas389

    2 Intern

    74 Posts

    564

    0

    Posted August 13th, 2014 16:00

    Thanks guys for the answer.

    Josh, yes a different subnet sunc as 10.20.0.0/24. Clients would be 10.20.0.1, 10.10.20.2 etc etc

    Looks like under Port Settings (GUI) I can't change the Port VLAN Mode to Access and specify another vlan id. Am i right? I can only do it when selecting "General".

    Paras.

  • DELL-Josh Cr

    Community Manager

    9693 Posts

    43676 Points

    564

    0

    Posted August 13th, 2014 16:00

    Hi Paras,

    All ports are going to be part of a VLAN, if no VLAN is specified it is part of VLAN 1. When you say a different network address do you mean a different subnet? It sounds like you need those eight ports on their own VLAN, rather than the ports not being on any VLAN. To make the ports accessible from a client without needing to configure a VLAN on the NIC you would set the switch port to access mode and set the default VLAN on that port to the VLAN it needs to access.

     

    Select the needed interfaces and use

    Switchport mode access

    Switchport access vlan [vlan number]

     

    Page 596 ftp://ftp.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_powerconnect/powerconnect-6248_Reference%20Guide_en-us.pdf

  • DELL-Josh Cr

    Community Manager

    9693 Posts

    43676 Points

    564

    0

    Posted August 13th, 2014 17:00

    In that case they should be a new VLAN for that subnet. What options are you seeing for the access mode in the GUI? there should be a way to change the VLAN it is on.

  • pradhanparas389

    2 Intern

    74 Posts

    564

    0

    Posted August 14th, 2014 08:00

    Hi Josh,

    Do I need to Bind IP a subnet to a VLAN after creating a new vlan? This is something I was wondering how does one bind the vlan to some subnet.

    From GUI, If I select Access, I can only change Port Priority. All other options are disabled.

    Thanks!

    Paras.

  • DELL-Josh Cr

    Community Manager

    9693 Posts

    43676 Points

    564

    0

    Posted August 14th, 2014 11:00

    Try doing it from CLI, it should work there. You do not need to bind an ip to the VLAN, but you can. In CLI you would select that interface and use the ip address command.

  • DELL-Josh Cr

    Community Manager

    9693 Posts

    43676 Points

    564

    0

    Posted August 14th, 2014 13:00

    The general port type allows you to have one untagged vlan and the rest tagged. There is not a way to have multiple untagged vlans on one port.

  • DELL-Josh Cr

    Community Manager

    9693 Posts

    43676 Points

    120

    0

    Posted August 14th, 2014 13:00

    That's right.

  • pradhanparas389

    2 Intern

    74 Posts

    564

    0

    Posted August 14th, 2014 13:00

    So we use pvid for untagged vlan?

  • pradhanparas389

    2 Intern

    74 Posts

    564

    0

    Posted August 14th, 2014 13:00

    Josh,

    It worked from CLI !.

    One last question, can I make one single port as an untagged access port one vlan and same port for few other (lets say 3) vlans?

    For example, Port g31: vlan 10 (untagged and as access port),  vlan 9 , vlan 101 , vlan 102

    Thanks!

    Paras.