Navigation
Supported Platforms
Related Documentation
- MX Series
- MX Series Router Cloud CPE VRRP Services Overview
- Configuring MX Series Router Cloud CPE VRRP Services
- Configuring MX Series Router Cloud CPE VRRP Services with Multiple VRRP Groups and Subnets (Load Sharing)
- Configuring MX Series Router Cloud CPE VRRP Services with Multiple VRRP Groups on a Single Subnet (Load Sharing)
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:
- Specify the VRRP group.[edit]user@host# edit interfaces irb unit 106 family inet address 10.132.11.1/24 vrrp-group 106
- 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
- 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
- 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
- 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
- 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
- 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 } }
Related Documentation
- MX Series
- MX Series Router Cloud CPE VRRP Services Overview
- Configuring MX Series Router Cloud CPE VRRP Services
- Configuring MX Series Router Cloud CPE VRRP Services with Multiple VRRP Groups and Subnets (Load Sharing)
- Configuring MX Series Router Cloud CPE VRRP Services with Multiple VRRP Groups on a Single Subnet (Load Sharing)
Modified: 2015-10-29
Supported Platforms
Related Documentation
- MX Series
- MX Series Router Cloud CPE VRRP Services Overview
- Configuring MX Series Router Cloud CPE VRRP Services
- Configuring MX Series Router Cloud CPE VRRP Services with Multiple VRRP Groups and Subnets (Load Sharing)
- Configuring MX Series Router Cloud CPE VRRP Services with Multiple VRRP Groups on a Single Subnet (Load Sharing)