Flex Link+

Flex Link+ redundancy functions

Flex Link+ is a Layer 2 redundancy feature that

  • provides a pair of interfaces where one acts as a backup to the other

  • offers an alternative to the Spanning Tree Protocol (STP) for simple link redundancy, and

  • supports switchover on both physical interfaces and EtherChannel bundles.

Flex Link+ provides redundancy by using one Layer 2 link as primary and another as backup. It can also improve bandwidth through VLAN load balancing, letting both links forward traffic at the same time for different VLANs while still maintaining redundancy.

In load-balancing mode, both ports forward traffic for separate VLANs simultaneously, which boosts bandwidth and maintains redundancy.

Table 1. Feature History

Feature name

Release Information

Description

Flex Link+ redundancy functions

26.2.1

This feature provides fast link redundancy between two Layer 2 interfaces without requiring Spanning Tree Protocol, offering failover for active-standby configurations. This feature supports VLAN load balancing across both links, automatic or manual preemption, and works on physical interfaces or port channels.

Flex Link+ is ideal for industrial networks requiring simple, reliable uplink redundancy with minimal configuration complexity.

Configure Flex Link+ topology change messages

Notify upstream devices of topology changes within the FlexLink+ segment.

Configure Flex Link+ in a larger network domain to ensure traffic convergence.

Procedure


Step 1

Use the configure terminal command to enter global configuration mode.

Example:

Switch# configure terminal

Step 2

Use the interface interface-id command to specify the interface.

Example:

Switch(config)# interface GigabitEthernet1/1

Step 3

Use the rep stcn stp command to enable propagation of topology change notifications on the active interface.

Example:

Switch(config-if)# rep stcn stp

Step 4

Use the exit command to exit interface configuration mode.

Example:

Switch(config-if)# exit