Bit swapping threw me too until you realize it's byte swapping..
Say you have a partial MAC address of:
A325 62E0
That would equal this in binary:
1010 0011 =A3 0010 0101= 25 0110 0010= 62 1110 = E0
To do bit swapping or LSB it would change to:
1100 0101 =C5 1010 0100= A4 0100 0110= 46
ah, the rossi token ring paper covers this in detail.
Brian "Sonic" Whalen
Success = Preparation + Opportunity
On Thu, 7 Jun 2001, [EMAIL PROTECTED] wrote:
> Bit swapping? Could some please explain bit swapping to me? I have been
> studying for my CCIE written and I have a practice test with a
2 matches
Mail list logo