The following example show how to configure a master ICR partition on an ERX1440 router. In this example, you first configure the interface on which the ICR partition resides. You can then create a new VRRP instance to manage the ICR partition. The value you assign to the priority keyword determines the state of the ICR partition. The VRRP instance that has the higher priority manages the master ICR partition. All other VRRP instances manage the backup and dormant partitions.
- host1 (config-if)#ip vrrp 1 icr-partition
group svlan
- host1 (config-if)#ip vrrp 1 icr-partition
svlan-range 100 110 control-subinterface
- host1 (config-if)#ip vrrp 1 icr-partition
svlan-range 111 119 advertise-mac use-default-mac
- host1 (config-if)#ip vrrp 1 icr-partition
svlan-list-explicit 120 1 120 2 advertise-mac control-subinterface
use-default-mac
- host1 (config-if)#exit
The following example shows how to configure a backup ICR partition on an E320 router. Configure the interface on which the ICR partition resides and then create a new VRRP instance that manages the backup ICR partition. The value you assign to the priority keyword determines the state of the ICR partition. In the case of a backup ICR partition, specify a value lower than the priority of the master ICR partition.
- host2 (config-if)#ip vrrp 1 icr-partition
group svlan
- host2 (config-if)#ip vrrp 1 icr-partition
svlan-range 100 110 control-subinterface
- host2 (config-if)#ip vrrp 1 icr-partition
svlan-range 111 119 advertise-mac use-default-mac
- host2 (config-if)#ip vrrp 1 icr-partition
svlan-list-explicit 120 1 120 2 advertise-mac control-subinterface
use-default-mac
- host2 (config-if)#exit
Grouping subscribers based on S-VLAN IDs is the default grouping method for ICR partitions. You can also explicitly choose S-VLAN as the grouping option as shown in this example. To add a group of random S-VLAN IDs, use the svlan-list command.
To group subscribers by VLAN IDs, use the vlan keyword instead of the svlan keyword. To add a group of random VLAN IDs, use the vlan-list command.
![]() |
Note: While grouping subscribers based on VLAN IDs, you can use corresponding VLAN grouping commands. However, the svlan-list-explicit command does not have any corresponding VLAN command. |