we hard-code native vlan tagging:
vlan dot1q tag native
then we configure a port like this:
interface FastEthernet0/1
switchport access vlan 20
switchport mode access
switchport voice vlan 500
mls qos trust cos
spanning-tree portfast
Does this cause problem? I mean second configuration assumes that there are two vlans:
- native vlan which is untagged (but here it is tagged)
- voice vlan
I asked this question in networking-forum and they told: