Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Configuring a VRRP IPv4 Group for MX Series Router Cloud CPE Services

To configure a VRRP group for cCPE services, complete the following tasks on the cCPE IRB interface defined for the subscriber:

  1. Specify the VRRP group.
    [edit]user@host# edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106
  2. Specify the address of the virtual router in the IPv4 VRRP group.
    [edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106]user@host# set virtual-address 10.132.11.3
  3. Configure the VRRP router’s priority for becoming the master default router.
    [edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106]user@host# set priority 254
  4. Enable the master VRRP virtual router to accept all packets destined for the virtual IP address.
    [edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106]user@host# set accept-data
  5. Configure the authentication scheme for the VRRP group to use simple password authentication.
    [edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106]user@host# set authentication-type simple
  6. Configure the VRRP authentication key.
    [edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106]user@host# set authentication-key key
  7. Verify the configuration.
    [edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106]user@host# upuser@host# upuser@host# up[edit interfaces irb unit 106]user@host# show
        address 10.132.11.1/24 {
            vrrp-group 106 {
                virtual-address 10.132.11.3;
                priority 254;
                accept-data;
                authentication-type simple;
                authentication-key "$9$WqbLX-VwY4oZVbQnCtOBcylMxN"; ## SECRET-DATA
            }
        }
    

Modified: 2015-10-29