I am an HP guy, and I get the pleasure of configuring a cisco switch. On cisco I need to setup a dual mode port. Meaning having 2 vlans on each port. One for data (pc's) and one for tagged traffic(voice). With HP I tell each port what it's default vlan would be (untagged traffic), and then add as many tagged vlans on top of that one port. So if a pc plugs in, it would always be on the default vlan or untagged vlan. If I plug in my ip phone that sends out tagging info, it would be on the tagged vlan. Does that make since? I saw this and was wondering if this is what I need.
interface GigabitEthernet5/6
switchport
switchport access vlan 100 (default vlan)
switchport trunk encapsulation dot1q
switchport trunk native vlan 100 (does native mean default?)
switchport trunk allowed vlan 119,247 (this would be tagged vlans allowed on this port?)
Jon
!
interface GigabitEthernet5/6
switchport
switchport access vlan 100 (default vlan)
switchport trunk encapsulation dot1q
switchport trunk native vlan 100 (does native mean default?)
switchport trunk allowed vlan 119,247 (this would be tagged vlans allowed on this port?)
Jon
!