0
点赞
收藏
分享

微信扫一扫

中兴路由器ARP/ND双机热备配置

夹胡碰 2023-10-11 阅读 61

针对通信云场景情况,在DCGW需要配置为VRRP,同时需要配置ARP双机热备

#R1子接口相关配置

interface smartgroup<SG编号>.<子接口编号>  #新建一个没有占用的子接口

ip address <IPv4地址> <掩码>  #地址直接配置在全局,仅本地生效

$

#VLAN相关配置

vlan-configuration

  interface smartgroup<SG编号>.<子接口编号>

    encapsulation-dot1q <子接口编号/vlan编号>

  $

$

#配置MPLS LDP配置

mpls ldp instance 1  #配置ldp实例          

router-id <IPv4地址> #使用新建的子接口地址做rid

target session <IPv4地址>#对端子接口地址

  interface smartgroup<SG编号>.<子接口编号>

  $

$

#RG组配置

redundancy interchassis group X

  apply arp

  apply nd

  peer <IPv4地址>

$

#ICBG同步组相关配置

icbg X

bind interface smartrgroup<SG编号>.<子接口编号>  #对接VNF网元的子接口

  bind rg X

$#这些配置依赖于DCGW-DCGW的MPLS ldp邻居建立

#R2子接口相关配置

interface smartgroup<SG编号>.<子接口编号>  #新建一个没有占用的子接口

 ip address <IPv4地址> <掩码>    #地址直接配置在全局,仅本地生效

$

#VLAN相关配置

vlan-configuration

  interface smartgroup<SG编号>.<子接口编号>

    encapsulation-dot1q <子接口编号/vlan编号>

  $

$

#配置MPLS LDP配置

mpls ldp instance 1  #配置ldp实例       

 router-id <IPv4地址> #使用新建的子接口地址做rid

 target session <IPv4地址>#对端子接口地址

  interface smartgroup<SG编号>.<子接口编号>

  $

$

#RG组配置

redundancy interchassis group X

  apply arp

  apply nd

  peer <IPv4地址>

$

#ICBG同步组相关配置

icbg X

  bind interface smartrgroup<SG编号>.<子接口编号>  #对接VNF网元的子接口

  bind rg X

$#这些配置依赖于DCGW-DCGW的MPLS ldp邻居建立

举报

相关推荐

0 条评论