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

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