Hi,
Just trying to setup Lag on port 2 and 3 on latest HexS. But removing port 2 from bridge seems to be trickey and brings down network. Please guide and help. Thank You.
replace second hex-digit from left with one of 2,6,A,E.
I will assume "bottom 2 bits" means "least significant 2 bits" here. The two least significant bits of the first octet of a MAC address have special meaning. The first least significant bit differentiates between unicast (0) and multicast (1) MAC addresses; interfaces can only have unicast addresses assigned. The second least significant bit differentiates between "universal" and "locally administered" MAC addresses. Factory-assigned MAC addresses must always have this bit set to 0, and you can flip it to 1 to derive a unique MAC address for your local needs.This only works if the bottom 2 bits in the top octet of the MAC are 0, but should they not be in any situation where you'd use this rule?