R3102-R3103-HP 6600/HSR6600 Routers High Availability Configuration Guide

131
# Enable role preemption in smart link group 1, enable flush message sending, and configure
VLAN 10 as the transmit control VLAN.
[RouterC-smlk-group1] preemption mode role
[RouterC-smlk-group-1] flush enable control-vlan 10
[RouterC-smlk-group-1] quit
# Create smart link group 2, and configure all VLANs mapped to MSTI 2 as the protected
VLANs for smart link group 2.
[RouterC] smart-link group 2
[RouterC-smlk-group2] protected-vlan reference-instance 2
# Configure GigabitEthernet 3/0/1 as the secondary port and GigabitEthernet 3/0/2 as the
primary port for smart link group 2.
[RouterC-smlk-group2] port gigabitethernet3/0/2 master
[RouterC-smlk-group2] port gigabitethernet3/0/1 slave
# Enable role preemption in smart link group 2, enable flush message sending, and configure
VLAN 110 as the transmit control VLAN.
[RouterC-smlk-group2] preemption mode role
[RouterC-smlk-group2] flush enable control-vlan 110
[RouterC-smlk-group2] quit
# Bring up GigabitEthernet 3/0/1 and GigabitEthernet 3/0/2.
[RouterC] interface gigabitethernet 3/0/1
[RouterC-GigabitEthernet3/0/1] undo shutdown
[RouterC-GigabitEthernet3/0/1] quit
[RouterC] interface gigabitethernet 3/0/2
[RouterC-GigabitEthernet3/0/2] undo shutdown
[RouterC-GigabitEthernet3/0/2] quit
2. Configure Router B:
# Create VLAN 1 through VLAN 200.
<RouterB> system-view
[RouterB] vlan 1 to 200
# Configure GigabitEthernet 3/0/1 as a trunk port, assign it to VLANs 1 through 200, enable
flush message receiving, and configure VLAN 10 and VLAN 110 as the receive control VLANs
on the port.
[RouterB] interface gigabitethernet 3/0/1
[RouterB-GigabitEthernet3/0/1] port link-type trunk
[RouterB-GigabitEthernet3/0/1] port trunk permit vlan 1 to 200
[RouterB-GigabitEthernet3/0/1] smart-link flush enable control-vlan 10 110
[RouterB-GigabitEthernet3/0/1] quit
# Configure GigabitEthernet 3/0/2 as a trunk port, assign it to VLANs 1 through 200, disable
the spanning tree feature and enable flush message receiving on it, and configure VLAN 10 and
VLAN 110 as the receive control VLANs.
[RouterB] interface gigabitethernet 3/0/2
[RouterB-GigabitEthernet3/0/2] port link-type trunk
[RouterB-GigabitEthernet3/0/2] port trunk permit vlan 1 to 200
[RouterB-GigabitEthernet3/0/2] undo stp enable
[RouterB-GigabitEthernet3/0/2] smart-link flush enable control-vlan 10 110
[RouterB-GigabitEthernet3/0/2] quit
3. Configure Router D: