362 Configuring Switch InformationThe following is an example of the CLI commands:Binding MAC Address to VLANsBinding MAC addresses to VLANs provides port to VLAN assignment based on MAC addresses. Once aVLAN is assigned a MAC address, and the MAC address is learned on a port, the port joins the boundVLAN. When the MAC address is aged out, the port leaves the VLAN. Only dynamic VLANs can bebound to MAC addresses.NOTE: The Bind MAC to VLAN feature (MAC to VLAN Assignment) is deprecated in versions that include theDynamic VLAN Assignment feature (DVA). DVA provides the same functionality as MAC to VLAN Assignment, butdoes so in a standard way.console(config)# interface port-channel 1console(config-if)# switchport mode accessconsole(config-if)# switchport access vlan 2console(config-if)# exitconsole(config)# interface port-channel 2console(config-if)# switchport mode generalconsole(config-if)# switchport general allowed vlan add 2-3taggedconsole(config-if)# switchport general pvid 2console(config-if)# switchport general acceptable-frame-typetagged-onlyconsole(config-if)# switchport general ingress-filteringdisableconsole(config-if)# exitconsole(config)# interface port-channel 3console(config-if)# switchport mode trunkconsole(config-if)# switchport trunk native vlan 3console(config-if)# switchport trunk allowed vlan add 2