11.3. 示例 (Examples)
以下地址
fe80::1234 (on the 1st link of the node)
ff02::5678 (on the 5th link of the node)
ff08::9abc (on the 10th organization of the node)
将表示如下:
fe80::1234%1
ff02::5678%5
ff08::9abc%10
(这里我们假设从区域索引到 <zone_id> 部分的自然转换,其中任何作用域的第 N 个区域被转换为 "N"。)
如果我们使用接口名称作为 <zone_id>,这些地址也可以表示如下:
fe80::1234%ne0
ff02::5678%pvc1.3
ff08::9abc%interface10
其中接口 "ne0" 属于第 1 个链路,"pvc1.3" 属于第 5 个链路,"interface10" 属于第 10 个组织。