ipv6学习笔记1-地址池nd/pd

  • Post author:
  • Post category:其他


某运营商 ipv6地址池配置

ipv6 prefix

ipv6-pppoe-pool-nd


delegation

//用于创建IPv6前缀池并进入IPv6前缀池视图,如果IPv6前缀池已存在,则直接进入                                                                         IPv6前缀池视图

prefix 2408:823x:xxxx::/48                          //IPV6前缀


slaac-unshare-only

//命令解释看下面图1、图2

#

ipv6 prefix

ipv6-pppoe-pool-pd

delegation

prefix 2408:823x:xxxx::/48

#

ipv6 pool ipv6-pppoe-pool-nd bas delegation

dns-server 2408:8899::8 2408:8888::8

prefix

ipv6-pppoe-pool-nd


#

ipv6 pool ipv6-pppoe-pool-pd bas delegation

dns-server 2408:8899::8 2408:8888::8

prefix

ipv6-pppoe-pool-pd


#


delegation

前缀池应用于PD场景,因此需要保证该使用场景的存在,配置才有意义。PD场景中包括两个角色:Delegating Router和Requesting Router。Requesting Router根据实际需要到Delegating Router上申请、释放IPv6前缀。Delegating Router可以是ME60,也可以是服务器,其主要功能是实现IPv6网段的配置,并根据Requesting Router的请求分配地址段。

图1

图2



版权声明:本文为liuya000原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。