1753317 Members
5082 Online
108792 Solutions
New Discussion

SFP Ports VLAN

 
mintyevertonian
Occasional Visitor

SFP Ports VLAN

Hi Guys,

 

Working with 24 port 2530 switches which will be connected bia fibre connection using GBIc and sfp ports

 

How do I configure the VLAN trunking for these ports ?

 

Thanks

3 REPLIES 3
hansvb
Frequent Advisor

Re: SFP Ports VLAN

Create the VLAN first

FOr example VLAN 10

conf t

vlan 10

tag 24

vlan 20

tag 24

 

 

if you like untagged ports in the vlan 10 you add

 

vlan 10

untag 23

mintyevertonian
Occasional Visitor

Re: SFP Ports VLAN

thanks

 

just a query

 

are these switches only for port based vlans? i do not see anywhere on the web gui to create tagged vlans

Vince-Whirlwind
Honored Contributor

Re: SFP Ports VLAN

Don't use the WebGUI.

 

The "menu" on Procurves was a method I always used to find quite handy for configuring VLANs.

 

But otherwise, just add tagged VLANs to your switchports (or trunk interfaces) as detailed by the previous poster.