Secondary router example

*B:Dut-E>config>service# info
----------------------------------------------
        oper-group "vrrp1_1" create
            hold-time
                group down 10
                group up 0
            exit
        exit
        oper-group "vrrp1_1_ipv6" create
            hold-time
                group down 10
                group up 0
            exit
        exit
        customer 1 create
            description "Default customer"
        exit
        vprn 1 customer 1 create
            snmp
                community "XldhYQtqb7c" hash2 rw version both
            exit
            route-distinguisher 10.1.10.244:1
            interface "system" create
                address 10.1.10.244/32
                ipv6
                    address 2001:db8:1:10:244/128
                exit
                loopback
            exit
            interface "toRemoteSite_1001" create
                address 10.1.1.4/24
                ip-mtu 1454
                bfd 500 receive 500 multiplier 3
                vrrp 1
                    backup 10.1.1.100
                    ping-reply
                    standby-forwarding
                    message-interval 5
                    oper-group "vrrp1_1"
                    bfd-enable 1 interface "toRemoteSite_1001" dst-ip 10.1.1.5
                exit
                ipv6
                    address 2001:db8:1:1:4/112
                    link-local-address ff00:db8:1:1:1:4 preferred
                    bfd 500 receive 500 multiplier 3
                    vrrp 1
                        backup ff00:db8:1:1:1:100
                        ping-reply
                        standby-forwarding
                        message-interval 5
                        oper-group "vrrp1_1_ipv6"
                        bfd-enable 1 interface "toRemoteSite_1001" 
dst-ip 2001:db8:1:1:5
                    exit
                exit
            exit
            interface "toDC" create
                address 10.1.30.4/24
                bfd 500 receive 500 multiplier 3
                vrrp 255
                    backup 10.1.30.100
                    ping-reply
                    standby-forwarding
                    message-interval 5
                    bfd-enable 1 interface "toDC" dst-ip 10.1.30.5
                exit
                ipv6
                    address 2001:db8:1:30:4/112
                    link-local-address ff00:db8:30:1:30:4 preferred
                    bfd 500 receive 500 multiplier 3
                    vrrp 255
                        backup ff00:db8:30:1:30:100
                        ping-reply
                        standby-forwarding
                        message-interval 5
                        bfd-enable 1 interface "toDC" dst-ip 2001::db8:1:30:5
                    exit
                exit
                sap 1/1/5:1 create
                exit
            exit
            static-route-entry 10.1.10.245/32
                next-hop 10.1.30.5
                    no shutdown
                exit
            exit
            static-route-entry 2001:db8:1:10:245/128
                next-hop 2001:db8:1:30:5
                    no shutdown
                exit
            exit
            router-advertisement
                interface "toRemoteSite_1001"
                    use-virtual-mac
                    no shutdown
                exit
                interface "toDC"
                    use-virtual-mac
                    no shutdown
                exit
            exit
            igmp
                interface "toDC"
                    no shutdown
                exit
                no shutdown
            exit
            mld
                interface "toDC"
                    no shutdown
                exit
                no shutdown
            exit
            pim
                no ipv6-multicast-disable
                interface "toRemoteSite_1001"
                    monitor-oper-group "vrrp1_1" family ipv4 set 255
                    monitor-oper-group "vrrp1_1_ipv6" family ipv6 set 255
                exit
                interface "toDC"
                    monitor-oper-group "vrrp1_1" family ipv4 set 255
                    monitor-oper-group "vrrp1_1_ipv6" family ipv6 set 255
                exit
                rp
                    static
                        address 10.1.10.245
                            group-prefix 224.0.0.0/4
                        exit
                    exit
                    bsr-candidate
                        shutdown
                    exit
                    rp-candidate
                        shutdown
                    exit
                    ipv6
                        static
                            address 2001:db8:1:10:245
                                group-prefix ff00:db8:/8
                            exit
                        exit
                    exit
                exit
                non-dr-attract-traffic
                no shutdown
            exit
            no shutdown
        exit