91
# Enable fast detection, and set the Fast-Hello timer and Fast-Fail timer to 100 milliseconds and 300
milliseconds respectively. The value of the Fast-Fail timer must be equal to or greater than three times the
Fast-Hello timer.
[DeviceA-rrpp-domain1] fast-detection enable
[DeviceA-rrpp-domain1] timer fast-hello-timer 100
[DeviceA-rrpp-domain1] timer fast-fail-timer 300
[DeviceA-rrpp-domain1] quit
# Enable the RRPP protocol.
[DeviceA] rrpp enable
2.
Configuration on Device B
# Create VLANs 4092 and 4093.
<DeviceB> system-view
[DeviceB] vlan 4092 to 4093
# Disable physical state change suppression and STP on GigabitEthernet 1/0/1 and GigabitEthernet
1/0/2, configure the two ports as trunk ports, and assign them to all VLANs, and configure them to trust
the 802.1p precedence of the received packets.
[DeviceB] interface gigabitethernet 1/0/1
[DeviceB-GigabitEthernet1/0/1] undo link-delay
[DeviceB-GigabitEthernet1/0/1] undo stp enable
[DeviceB-GigabitEthernet1/0/1] port link-type trunk
[DeviceB-GigabitEthernet1/0/1] port trunk permit vlan all
[DeviceB-GigabitEthernet1/0/1] qos trust dot1p
[DeviceB-GigabitEthernet1/0/1] quit
[DeviceB] interface gigabitethernet 1/0/2
[DeviceB-GigabitEthernet1/0/2] undo link-delay
[DeviceB-GigabitEthernet1/0/2] undo stp enable
[DeviceB-GigabitEthernet1/0/2] port link-type trunk
[DeviceB-GigabitEthernet1/0/2] port trunk permit vlan all
[DeviceB-GigabitEthernet1/0/2] qos trust dot1p
3.
Configuration on Device C
The configuration on Device C is similar to that on Device B so detailed steps are not shown.
4.
Configuration on Device D
# Disable physical state change suppression and STP on GigabitEthernet 1/0/1 and GigabitEthernet
1/0/2, configure the two ports as trunk ports, and assign them to all VLANs, and configure them to trust
the 802.1p precedence of the received packets.
<DeviceD> system-view
[DeviceD] interface gigabitethernet 1/0/1
[DeviceD-GigabitEthernet1/0/1] undo link-delay
[DeviceD-GigabitEthernet1/0/1] undo stp enable
[DeviceD-GigabitEthernet1/0/1] port link-type trunk
[DeviceD-GigabitEthernet1/0/1] port trunk permit vlan all
[DeviceD-GigabitEthernet1/0/1] qos trust dot1p
[DeviceD-GigabitEthernet1/0/1] quit
[DeviceD] interface gigabitethernet 1/0/2
[DeviceD-GigabitEthernet1/0/2] undo link-delay
[DeviceD-GigabitEthernet1/0/2] undo stp enable