Switches, Hubs, and Modems
1748248 Members
3765 Online
108760 Solutions
New Discussion юеВ

HP port with untagged and tagged to Cisco

 
jun_ng
Occasional Advisor

HP port with untagged and tagged to Cisco

Hi all,

New to HP switches, quite confused about the untagged and tagged. from what i know untagged = access port in cisco and tagged means trunk.

Below configuration will explains my question. as you can see port 26 is untagged on vlan 101 but tagged on vlan 102 and vlan 103. so in the cisco command, do i configure it as a trunk port? but how about he untagged 26 on vlan 101?

vlan 101
   name "VLAN101"
   untagged 26
   no ip address
exit
vlan 102
   name "VLAN102"
   untagged 1-22
   tagged 26
   no ip address
   exit
vlan 103
name "VLAN103"
tagged 26
no ip address
exit

Thanks and regards,
Jason

2 REPLIES 2
EricAtHP
Esteemed Contributor

Re: HP port with untagged and tagged to Cisco

The matching config on a cisco switch would be a trunk port configured to permit vlans 101-103 with a PVID of VLAN 101.

 

Vince-Whirlwind
Honored Contributor

Re: HP port with untagged and tagged to Cisco

switchport mode trunk
switchport trunk enable dot1q
switchport trunk native vlan 101