172
Figure 60 Device list
On the port group configuration page, click Add to enter the page shown in Figure 50. Perform the
following configurations:
• Enter the port group name.
• Select the configured IP address group. The IP address used by the user to access the network must
be within this IP address group.
• Use the default settings for other parameters.
Figure 61 Adding a port group
# Select User Access Manager > Service Parameters > Validate System Configuration from the
navigation tree to validate the configurations.
Configuring Switch A
1. Configure VRRP:
# Create VRRP group 1, and configure the virtual IP address of the VRRP group 1 as 9.9.1.1.
<SwitchA> system-view
[SwitchA] interface vlan-interface 10
[SwitchA–Vlan-interface10] vrrp vrid 1 virtual-ip 9.9.1.1
# Set the priority of VLAN-interface 10 in VRRP group 1 to 200.
[SwitchA–Vlan-interface10] vrrp vrid 1 priority 200
# On VLAN-interface 10, configure the interface to be tracked as VLAN-interface 20 and reduce
the priority of VLAN-interface 10 in VRRP group 1 by 150 when the interface state of
VLAN-interface 20 becomes Down or Removed.
[SwitchA–Vlan-interface10] vrrp vrid 1 track interface vlan-interface20 reduced 150
[SwitchA–Vlan-interface10] quit
# Create VRRP group 2, and configure the virtual IP address of the VRRP group 2 as 192.168.0.1.