Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Virtual Router Redundancy Protocol (VRRP)


{primary:node1}[edit]

root# show interfaces xe-13/0/2

unit 0 {

    family inet {

        address 10.255.185.92/28;

    }

    family inet6 {

        address fe80::5:0:0:6/64 {

            vrrp-inet6-group 3 {


                virtual-inet6-address fe80::5:0:0:7;


                virtual-link-local-address fe80::5:0:0:7;

            }

        }

    }

}

  • No labels