Hi, you have to allow 802.1q trunk on the port. If you put the port as "access port", only the native vlan (none tagged) will be allowed.
Here is the config you can try:
interface f0/13
switchport trunk encapsulation dot1q
switchport trunk native vlan 20
switchport mode trunk
HTH,
jerry