R3303-HP HSR6800 Routers High Availability Configuration Guide

110
# Configure Router C as the transit node of primary ring 1 in RRPP domain 1, with GigabitEthernet
3/0/1 as the primary port and GigabitEthernet 3/0/2 as the secondary port, and enable ring 1.
[RouterC-rrpp-domain1] ring 1 node-mode transit primary-port gigabitethernet 3/0/1
secondary-port gigabitethernet 3/0/2 level 0
[RouterC-rrpp-domain1] ring 1 enable
# Configure Router C as the edge node of subring 3 in RRPP domain 1, with GigabitEthernet
3/0/4 as the edge port, and enable subring 3.
[RouterC-rrpp-domain1] ring 3 node-mode edge edge-port gigabitethernet 3/0/4
[RouterC-rrpp-domain1] ring 3 enable
[RouterC-rrpp-domain1] quit
# Create RRPP domain 2, configure VLAN 105 as the primary control VLAN of RRPP domain 2,
and configure the VLAN mapped to MSTI 2 as the protected VLAN of RRPP domain 2.
[RouterC] rrpp domain 2
[RouterC-rrpp-domain2] control-vlan 105
[RouterC-rrpp-domain2] protected-vlan reference-instance 2
# Configure Router C as the transit node of primary ring 1 in RRPP domain 2, with GigabitEthernet
3/0/1 as the primary port and GigabitEthernet 3/0/2 as the secondary port, and enable ring 1.
[RouterC-rrpp-domain2] ring 1 node-mode transit primary-port gigabitethernet 3/0/1
secondary-port gigabitethernet 3/0/2 level 0
[RouterC-rrpp-domain2] ring 1 enable
# Configure Router C as the edge node of subring 2 in RRPP domain 2, with GigabitEthernet
3/0/3 as the edge port, and enable subring 2.
[RouterC-rrpp-domain2] ring 2 node-mode edge edge-port ethernet1/3
[RouterC-rrpp-domain2] ring 2 enable
[RouterC-rrpp-domain2] quit
# Enable RRPP.
[RouterC] rrpp enable
4. Configure Router D:
# Create VLANs 11 and 12, map VLAN 11 to MSTI 1 and VLAN 12 to MSTI 2, and activate MST
region configuration.
<RouterD> system-view
[RouterD] vlan 11 to 12
[RouterD] stp region-configuration
[RouterD-mst-region] instance 1 vlan 11
[RouterD-mst-region] instance 2 vlan 12
[RouterD-mst-region] active region-configuration
[RouterD-mst-region] quit
# Set the physical state change suppression interval to 0 seconds on GigabitEthernet 3/0/1 and
GigabitEthernet 3/0/2, disable the spanning tree feature, and configure the two ports as trunk
ports. Remove the two ports from VLAN 1, assign them to VLANs 11 and 12, and configure VLAN
11 as their default VLAN.
[RouterD] interface gigabitethernet 3/0/1
[RouterD-GigabitEthernet3/0/1] link-delay 0
[RouterD-GigabitEthernet3/0/1] undo stp enable
[RouterD-GigabitEthernet3/0/1] port link-type trunk
[RouterD-GigabitEthernet3/0/1] undo port trunk permit vlan 1
[RouterD-GigabitEthernet3/0/1] port trunk permit vlan 11 12