Switches, Hubs, and Modems
1825645 Members
4317 Online
109686 Solutions
New Discussion

vlan and trunk config

 
bibiab
Occasional Contributor

vlan and trunk config

Hi,
I my network i have 2 hp 1800 procurve swithes.I want to add fa0/0 and fa0/1 into vlan10,and configure fa0/5 as trunk.how can i configure it through command line interface,what is the configuration for the same
3 REPLIES 3
dave_tucker
Advisor

Re: vlan and trunk config

Hi,

The ProCurve 1800 Switches are web-managed and have no command line.

The following guide wil show you how to configure these switches from the web interface.
http://cdn.procurve.com/training/Manuals/1800-MgmtCfg-July2009-59916275.pdf

Hope this helps,

Dave
Technical Marketing Engineer @ HP and self-proclaimed SDN ninja. Words are my own...
briand99
Occasional Advisor

Re: vlan and trunk config

use the "untag" command to assign the port into a vlan and "tag" to make it trunk

vlan 10 untag f0/0

vlan 10 tag f0/5
Network/Servers monitoring tool:
http://www.ipUpTime.net
Pieter 't Hart
Honored Contributor

Re: vlan and trunk config

Hi there bibiab,
bear in mind in procurve terms "trunk" is port-trunking = LACP = etherchannel,
not VLAN trunking like cisco uses.

you configure a port "tagged" in multiple vlans's to make it act like a vlan-trunk.

so folowing the document in the previous post
- make ports vlan enabled (page 2-29)
the PVID is the vlan for packets without vlan-tag (cisco: native vlan)
fa0/5
- create aditional vlans (page 2-27)
here vlan-10
- assign ports to (multiple) vlan's
make fa0/5 member of vlan 1 untagged and vlan10 (tagged).