IPv6 中 MAC 33:33 的由来

2024-06-21 14:36
文章标签 33 ipv6 mac

本文主要是介绍IPv6 中 MAC 33:33 的由来,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

一、33:33 由来

1. RFC9542 - 2024-05-02

Note

IANA allocates addresses under the IANA OUI (00-00-5E) as explained in [RFC9542]. Unicast addresses under the IANA OUI start with 00-00-5E, while multicast addresses under the IANA OUI start with 01-00-5E. In the lists below, these initial 3 bytes are omitted for brevity. As described in [RFC9542], 48-bit MAC addresses in the range 33-33-00-00-00-00 to 33-33-FF-FF-FF-FF are used for IPv6 multicast.

IANA 在 [RFC9542] 中指定了对 IANA OUI(00-00-5E)下地址的分配。该 OUI 下的单播地址以 00-00-5E 开头,而多播地址以 01-00-5E 开头。为简洁起见,列表中省略了该前 3 个字节。根据 [RFC9542] 描述,范围在 33-33-00-00-00-00 到 33-33-FF-FF-FF-FF 的 48 位 MAC 地址用于 IPv6 多播。

When the available space for either multicast or unicast EUI-48 identifiers under OUI 00-00-5E has been 90% or more exhausted, IANA should request an additional OUI from the IEEE Registration Authority
for further IANA assignment use. The appointed Expert (s) should monitor for this condition and notify IANA.

当在 OUI 00-00-5E 下可用于多播或单播 EUI-48 标识符的空间已经耗尽 90% 或更多时,IANA 应该向 IEEE 注册管理机构请求另一个 OUI,以继续将来为 IANA 分配使用。指定的专家应监测此情况并通知 IANA。

2. RFC9542 - April 2024

2.3. Other 48-Bit MAC Identifiers Used by the IETF

IETF 使用的其他 48 位 MAC 标识符

There are two other blocks of 48-bit MAC identifiers that are used by the IETF as described below.

由 IETF 使用的另外两个块 48 位 MAC 标识符,如下所述。

2.3.1. Identifiers with a ‘33-33’ Prefix

带有 ’ 33-33 ’ 前缀的标识符

All 48-bit multicast MAC identifiers prefixed with “33-33” (that is, the 2**32 multicast MAC identifiers in the range from 33-33-00-00-00-00 to 33-33-FF-FF-FF-FF) are used as specified in [RFC2464] for IPv6 multicast. In all of these identifiers, the Group bit (the bottom bit of the first octet) is on, as is required to work properly with existing hardware as a multicast identifier. They also have the Local bit on, but any Ethernet using standard IPv6 multicast should note that these addresses will be used for that purpose. These multicast MAC addresses fall into the Administratively Assigned SLAP quadrant.

所有以 “33-33” 作为前缀的 48 位多播 MAC 标识符(即,位于从 33-33-00-00-00-00 到 33-33-FF-FF-FF-FF 范围内的 2**32 个多播 MAC 标识符)用于 IPv6 多播,如 [RFC2464] 中指定的。在所有这些标识符中,Group 位(第一个八位字节的底部位)都是打开的,这是作为多播标识符与现有硬件正常工作所必需的。它们还具有本地位,但任何使用标准 IPv6 多播的以太网应注意到这些地址将用于此目的。这些多播 MAC 地址属于管理分配的 SLAP 范围。

SLAP( Structured Local Address Plan,结构化本地地址规划)。

Historical Notes: It was the custom during IPv6 design to use “3” for unknown or example values, and 3333 Coyote Hill Road, Palo Alto, California is the address of PARC (Palo Alto Research Center), formerly “Xerox PARC.” Ethernet was originally specified by the Digital Equipment Corporation, Intel Corporation, and Xerox Corporation. The pre-IEEE [IEEE.802.3_2012] Ethernet protocol has sometimes been known as “DIX” Ethernet from the first letters of the names of these companies.

历史背注:在 IPv6 设计期间,习惯使用 “3” 作为未知或示例值,而加利福尼亚州帕洛阿尔托的 Coyote Hill Road 3333 号是帕克(Palo Alto Research Center)的地址,曾为 “施乐帕克(Xerox PARC)”。以太网最初是由数字设备公司、英特尔公司和施乐公司指定的。基于公司名称的首字母,IEEE[802.3_2012] 之前的以太网协议有时被称为 “DIX” 以太网。

3. RFC 2464 - 1998

7. Address Mapping – Multicast

地址映射 —— 多播

An IPv6 packet with a multicast destination address DST, consisting of the sixteen octets DST [1] through DST [16], is transmitted to the Ethernet multicast address whose first two octets are the value 3333 hexadecimal and whose last four octets are the last four octets of DST.

一个包含多播目的地址 DST 的 IPv6 数据包,由 DST [1] 到 DST [16] 组成,将被发送到以太网的多播地址,其前两个八位字节的值为 3333(十六进制),最后四个八位字节与 DST 的最后四个八位字节相同。

      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|0 0 1 1 0 0 1 1|0 0 1 1 0 0 1 1|+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|   DST [13]     |   DST [14]   |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|   DST [15]     |   DST [16]   |+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

二、IPv6 ND(Neighbor Discovery,邻居发现)中的 MAC 33:33

Neighbor Discovery Process is multicast based.

邻居发现过程基于组播的。

1. Router Discovery process(路由发现过程)

类型地址含义
RS destination MAC address33:33:00:00:00:02all-routers multicast MAC address
RA destination MAC address33:33:00:00:00:01all-nodes multicast MAC address

2. Address Resolution process(地址解析过程)

类型地址含义
NS destination MAC address33:33:FF:xx:xx:xxsolicited node multicast MAC address

三、节点 路由 主机的区别

1. 节点

node - a device that implements IP.

节点 - 实现 IP 的设备。

2. 路由器

router - a node that forwards IP packets not explicitly addressed to itself.

路由器 - 转发未明确寻址到自身的 IP 数据包的节点。

3. 主机

host - any node that is not a router.

主机 - 不是路由器的任何节点。

这篇关于IPv6 中 MAC 33:33 的由来的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/1081492

相关文章

Mac excel 同时冻结首行和首列

1. 选择B2窗格 2. 选择视图 3. 选择冻结窗格 最后首行和首列的分割线加粗了就表示成功了

Linux和Mac分卷压缩

使用 zip 命令压缩文件 使用 zip 命令压缩文件,并结合 split 命令来分卷: zip - largefile | split -b 500k 举例: zip - ./tomcat.dmg |split -b 500k 上述命令将文件 largefile 压缩成 zip 包并分卷成不超过 500k 的文件,分解后文件名默认是 x* ,后缀为 2 位a-z 字母,如 aa、ab。

理解什么是DSR,嗅探器视角下的IP和MAC地址识别(C/C++代码实现)

网络嗅探器是监控和分析网络流量的一种工具,它能够捕获数据包并提取出关键的信息,比如IP地址和MAC地址。 网络嗅探器工作原理基于网卡的工作模式。正常情况下,网卡只处理发送给它的数据包,忽略其他数据。但是,如果将网卡设置为“混杂模式”,那么它可以接收到网络上所有的数据包,而不仅仅是发给它的数据包。网络嗅探器就是利用了这一特性来捕获网络上的数据交换。 数据包是网络通信的基本单位,包含了传输数据和控

Mac 本地启动 Dify

本地启动 dify 拉取 dify 文件 git clone https://github.com/langgenius/dify.git 启动底层服务 cd dify/dockerdocker-compose -f docker-compose.middleware.yaml -p dify up -d 启动后端 API 安装 poetry brew install poet

33个jQuery与CSS3实现的绚丽鼠标悬停效果

只要你有创意,完全可以使用CSS3来实现漂亮的动效,当然如果配合jQuery,这样会更加强大,实现更多高级绚丽的动画效果。鼠标hover效果是很常用的,虽然很细微的东西,但网站的细节注定的网站的体验,所以也不要忽视这些小细节。 今天设计达人网整理了33个使用jQuery与CSS3实现绚丽的鼠标悬停效果,有些是纯CSS3的,这些效果你完全可以用在你的网页上,让网站获得更好的体验。 Anim

ISO OSI IOS MAC IP

IOS(Internetworking Operating System-Cisco,缩写IOS),CISCO网络配置系统。IOS是一个为网际互连优化的复杂的操作系统——类似一个局域操作系统(NOS)、如Novell的NetWare,为LANs而进行优化。

在Mac OS上使用Visual Studio Code创建C++ Qt的Hello World应用

引言 Qt是一个跨平台的应用程序和用户界面框架,而Visual Studio Code是一个功能强大的编辑器,两者结合可以极大地提升开发效率。本文将指导你在Mac OS上使用Visual Studio Code创建一个简单的Qt 'Hello World'窗口应用。 环境准备 确保你的MacBook OS运行最新的操作系统。安装Homebrew,Mac OS的包管理器。通过Homebrew安装

IPv6 address status lifetime

IPv6 地址状态转换 Address lifetime (地址生存期) 每个配置的 IPv6 单播地址都有一个生存期设置,该设置确定该地址在必须刷新或替换之前可以使用多长时间。某些地址设置为“永久”并且不会过期。“首选”和“有效”生存期用于指定其使用期限和可用性。 自动配置的 IPv6 全局单播地址从 RA 获取其有效和首选的生存期分配。有效生存期是允许地址在接口上保持可用的时间段。首

如何恢复丢失的文件?免费为 Mac 恢复数据

丢失 Mac 上的重要文件是一件非常痛苦的事情。无论是重要的工作文件、重要文件还是心爱的照片,意外删除它们或出现系统错误都会非常令人沮丧。别担心;有办法:奇客数据恢复Mac版。这款免费的 Mac 文件恢复软件就像您文件的救星 - 当出现问题时,它总能帮到您。奇客数据恢复Mac版旨在帮助 Mac 用户从所有 Mac 和存储设备(如 USB、存储卡和外部硬盘)中丢失或删除文件。 想象一下,如果有一种