device# configure terminal
device(config)# vlan 100
device# configure terminal device(config)# interface port-channel 1
device(config-Port-channel-1)# switchport
device(config-Port-channel-1)# switchport mode trunk
device(config-Port-channel-1)# switchport trunk allowed vlan add 100
device(config-Port-channel-1)# switchport trunk tag native-vlan
device(config-Port-channel-1)# route-only
device(config-Port-channel-1)# no shutdown device(config-Port-channel-1)# exit
device(config-Port-channel-1)# do show running-cocnfig interface port-channel 1 interface Port-channel 1 switchport switchport mode trunk switchport trunk allowed vlan add 100,200 switchport trunk tag native-vlan route-only no shutdown
device(config)# interface ve 100
device(config-Ve-100)# ip address 10.2.2.2/24 device(config-Ve-100)# no shutdown
device(config-Ve-100)# )# do show running interface ve 100 interface Ve 100 ip proxy-arp ip address 10.2.2.2/24 no shutdown