• May 17, 2024, 12:41:51 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Need Help Configuration of Multiple VLAN on Multiple 3026 switch  (Read 8575 times)

parthaphukon

  • Level 1 Member
  • *
  • Posts: 4

Dear all,
           NEED HELP!!!I am having a network of 8 D-LINK(3026) with single broadcast domain.
  I want to configure VLAN on my network with trunking enabled.can anybody please help me, in which
way shall I configure my vlan so that it can run efficiently.
Logged

Fatman

  • Poweruser
  • Level 9 Member
  • ****
  • Posts: 1675
Re: Need Help Configuration of Multiple VLAN on Multiple 3026 switch
« Reply #1 on: December 09, 2009, 10:45:13 AM »

Simply assign the same VLANs (the VID is the important part) on all of your switches and make ports that will be connected to VLAN unaware devices untagged on their respective VLANs and make trunk ports tagged on all VLANs.
Logged
non progredi est regredi

parthaphukon

  • Level 1 Member
  • *
  • Posts: 4
Re: Need Help Configuration of Multiple VLAN on Multiple 3026 switch
« Reply #2 on: December 09, 2009, 09:15:57 PM »

Can you please provide me the CLI commands also...
Logged

Fatman

  • Poweruser
  • Level 9 Member
  • ****
  • Posts: 1675
Re: Need Help Configuration of Multiple VLAN on Multiple 3026 switch
« Reply #3 on: December 10, 2009, 09:32:33 AM »

I don't remember offhand which CLI that switch had for sure.  If it has the one I think it does you would need something like the below.  This is from memory and may not be your CLI, but it should get you on the right path.

create vlan blue tag 1000
create vlan green tag 1001
create vlan red tag 1002
config vlan default delete 1-24
config vlan blue add untagged 1-8
config vlan green add untagged 9-16
config vlan red add untagged 17-24
config vlan blue add tagged 25-26
config vlan green add tagged 25-26
config vlan red add tagged 25-26
Logged
non progredi est regredi

parthaphukon

  • Level 1 Member
  • *
  • Posts: 4
Re: Need Help Configuration of Multiple VLAN on Multiple 3026 switch
« Reply #4 on: December 17, 2009, 07:10:14 AM »

Thanks alot Sir
I got these commands and used and all are working also...

can i use STP..

Logged

Fatman

  • Poweruser
  • Level 9 Member
  • ****
  • Posts: 1675
Re: Need Help Configuration of Multiple VLAN on Multiple 3026 switch
« Reply #5 on: December 17, 2009, 08:55:16 AM »

The simplest way would be quite simply

enable stp

Logged
non progredi est regredi