def kbrandmac(length=8): """Returns a random MAC address using a list valid OUI's from ZigBee device manufacturers.""" return randmac(length)