...
Table of Contents
Networking Requirements
In figure 1, Switch connects to the internet through gateway switches Switch A and Switch B. To ensure nonstop service availability, a VRRP group in standard mode needs to be configured on SwitchA and SwitchB.
...
Figure 1. Networking of Standard VRRP
Procedure
Switch A
Step1 Configure VLAN.
...
admin@SwitchA# set interface gigabit-ethernet ge-1/1/2 family ethernet-switching native-vlan-id 100
admin@SwitchA# set set l3-interface vlan-interface interface vlan100 vif vlan100 address 192.168.1.1 prefix-length 24
...
admin@SwitchA# commit
Switch B
Step1 Configure VLAN.
...
admin@SwitchB# set interface gigabit-ethernet ge-1/1/3 family ethernet-switching native-vlan-id 100
admin@SwitchB# set set l3-interface vlan-interface interface vlan100 vif vlan100 address 192.168.1.2 prefix-length 24
...