Configuration recommendations

When configuring VRRP Aware PIM, consider the following recommendations.

The following is a basic configuration example for VRRP Aware PIM.

service
    oper-group ‟VAwP1” create
    exit
vprn 1 customer 1 create
    interface to-LAN
        vrrp 1 create
            oper-group ‟VAwP1”
        exit   
   pim
       interface to-LAN
           monitor-oper-group ‟VAwP1” family ipv4 add 90
           monitor-oper-group ‟VAwP1” family ipv6 add 90
       exit
       interface to-LAN2
           monitor-oper-group ‟VAwP1” family ipv4 add 90
           monitor-oper-group ‟VAwP2” family ipv6 set 90
       exit
   exit
exit