I'm working on a Accounting Tool in PHP which connects to a CISCO Switch and insert a MAC Address on a specified port. I use Symfony as my underlying php framework.
If I try to insert a Multicast MAC address as a FastEthernet secure address the CISCO Switch reject the address. So I try to build a validator which determine if the given MAC address is a multicast address or not.
Is there someone out there who can help me with a snippet or tip?