Do the following to set native VLAN characteristics on a trunk port for classifying the untagged traffic data packets.
Ensure that reserved VLANs are not used.
device# configure terminal device(config)#
device(config)# interface ethernet 0/1
device(conf-if-eth-0/1)# switchport
device(conf-if-eth-0/1)# switchport trunk native-vlan 300
This example removes the configured native VLAN on the Ethernet interface.
device# configure terminal device(config)# interface ethernet 0/1 device(conf-if-eth-0/1)# no switchport trunk native-vlan 300