WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] RE: ARP problems in -testing?

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] RE: ARP problems in -testing?
From: Tim Durack <tdurack@xxxxxxxxx>
Date: Mon, 17 Jan 2005 09:08:03 -0500
Delivery-date: Tue, 18 Jan 2005 02:03:42 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=NAezP+C3hYmFtpoxb6qmfZg07aBEVxdx1PrdenkcVaxAz6b9wMhbPcBS1auPA4iQ2W0eK1YmZLG4AMEPID7VuIQlUQjNAQ3808cKH+EVcgHcUxNz2IswgR0YErAEmxEfMSSoSWE7y7hYDYrrpmDphsOlJur+4PEKA3Mn7MX1R8A=
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Reply-to: Tim Durack <tdurack@xxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
There are four types of MAC addresses:

Globally Unique
*0-**-**-**-**-**
*4-**-**-**-**-**
*8-**-**-**-**-**
*C-**-**-**-**-**

Locally Administered
*2-**-**-**-**-**
*6-**-**-**-**-**
*A-**-**-**-**-**
*E-**-**-**-**-**

Multicast
*1-**-**-**-**-**
*3-**-**-**-**-**
*5-**-**-**-**-**
*7-**-**-**-**-**
*9-**-**-**-**-**
*B-**-**-**-**-**
*D-**-**-**-**-**
*F-**-**-**-**-**

Broadcast
FF-FF-FF-FF-FF-FF (Could be considered an all-stations multicast)

Locally administered addresses can be considered private ethernet:

(LAA) are MAC addresses which have the second least significant bit
(LSB) of the first octect is set to '1' (for example, 'xxxxxx1x'. LAA
enable administrators to assign MAC addresses using their own scheme.
When an LAA is assigned, it overrides the in-memory copy of the Global
address during driver initialization. So the burned-in address on the
Ethernet adapter is never actually changed, only the in-memory copy.
LAA create the possibility of assigning duplicate MAC addresses, which
makes for some very interesting network problems. Fortunately, they
are rarely used in Ethernet environments, but are fairly popular in
Token Ring networks.


The Xen addresses are in the LAA range, so scheme wise you are safe to
do whatever you want with them.

Alternatively XenSource could spring for an OUI or IAB, not really
that expensive:

    The OUI is $1,650.00 (US); the IAB is $550.00 (US)

IAB = Individual Address Block, 12 bits of address space instead of 24.

Tim:>


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>