Interface subtype configuration mode
To add the tagged VLAN 100 to a specific Ethernet interface:
device# configure terminal switch(config)# interface ethernet 0/9 switch(conf-if-eth-0/9)# switchport trunk allowed vlan add 100
To remove the tagged VLAN 100 from the interface:
device# configure terminal switch(config)# interface ethernet 0/9 switch(conf-if-eth-0/9)# switchport trunk allowed vlan remove 100