Layer 2 Switching Commands 692ExampleThe following example displays adding a match condition based on the “ip”protocol name keyword.console(config-classmap)#match protocol ipmatch source-address macUse the match source-address mac command in Class-Map Configurationmode to add to the specified class definition a match condition based on thesource MAC address of the packet.NOTE: This command is not available on the N1500 Series switches.Syntaxmatch source-address mac address macmask• macaddr — Specifies any valid layer 2 MAC address formatted as six two-digit hexadecimal numbers separated by colons.• macmask — Specifies a layer 2 MAC address bit mask formatted as sixtwo-digit hexadecimal numbers separated by colons. This bit mask doesnot need to be contiguous.Default ConfigurationThis command has no default configuration.Command ModeClass-Map Configuration modeUser GuidelinesThis command has no user guidelines.ExampleThe following example adds to the specified class definition a matchcondition based on the source MAC address of the packet.console(config-classmap)# match source-address mac 10:10:10:10:10:1011:11:11:11:11:11