Switches, Hubs, and Modems
1752402 Members
6028 Online
108788 Solutions
New Discussion юеВ

assigning ports

 
SOLVED
Go to solution
ammadeyy
Contributor

assigning ports

i have created a VLAN name POS
i want VLAN POS traffic to be from only port 4
how can i do this
3 REPLIES 3
claramunt_1
Advisor
Solution

Re: assigning ports

HPswitch(config)# vlan POS untagged 4
Hugo Tigre
Trusted Contributor

Re: assigning ports

ammadeyy:

a port can be a member of several vlans, but can only be an untagged member of one vlan, for the other vlans it needs to be a tagged member.

if u still have the initial configuration of the ports wich all of them belong to the default vlan, when u use the command that claramunt said, that port will be an untagged member of vlan POS, and because it can only be untagged in one vlan, it will leave the default vlans, and thus only belonging to vlan POS.

Hugo.
claramunt_1
Advisor

Re: assigning ports

That├В┬┤s right, so if you want port 4 belong also to default VLAN in addition to VLAN POS the command is:

HPswitch(config)# vlan POS tagged 4