To ensure that existing network applications see no difference when a primary interface in a redundant
pair transitions to the backup interface, be sure to apply identical configurations of other traffic
parameters to each interface.
If you remove an interface in a redundant link (remove the line card of a physical interface or delete a
port channel with the no interface port-channel command), the redundant pair configuration is
also removed.
Important Points about Configuring Redundant Pairs
• You may not configure any interface to be a backup for more than one interface, no interface can
have more than one backup, and a backup interface may not have a backup interface.
• The active or backup interface may not be a member of a LAG.
• The active and standby do not have to be of the same type (1G, 10G, and so on).
• You may not enable any Layer 2 protocol on any interface of a redundant pair or to ports connected
to them.
As shown in the previous illustration, interface 3/11/1 is a backup interface for 3/11/2, and 3/11/2 is in the
Down state. If 3/11/1 fails, 3/11/2 transitions to the Up state, which makes the backup link active. A
message similar to the following message appears whenever you configure a backup port.
02:28:04: %RPM0-P:CP %IFMGR-5-L2BKUP_WARN: Do not run any Layer2 protocols on
Te 3/11/1 and Te 3/11/2
02:28:04: %RPM0-P:CP %IFMGR-5-OSTATE_DN: Changed interface state to down: Te
3/11/2
02:28:04: %RPM0-P:CP %IFMGR-5-STATE_ACT_STBY: Changed interface state to
standby: te 3/11/2
Example of Configuring Redundant Layer 2 Pairs
Dell(conf-if-range-te-3/11/1-3/11/2)#switchport backup interface
TenGigabitEthernet 3/11/1
Dell(conf-if-range-te-3/11/1-3/11/2)#show config
!
interface TenGigabitEthernet 3/11/1
no ip address
switchport
switchport backup interface TenGigabitEthernet 3/11/2
no shutdown
!
interface TenGigabitEthernet 3/11/2
no ip address
switchport
no shutdown
Dell(conf-if-range-te-3/11/1-3/11/2)#
Dell(conf-if-range-te-3/11/1-3/11/2)#do show ip int brief | find 3/11/1
TenGigabitEthernet 3/11/1 unassigned YES Manual up up
TenGigabitEthernet 3/11/2 unassigned NO Manual up down
[output omitted]
Dell(conf-if-range-te-3/11/1-3/11/2)#interface TenGigabitEthernet 3/11/1
Dell(conf-if-te-3/11/1)#shutdown
00:24:53: %RPM0-P:CP %IFMGR-5-ASTATE_DN: Changed interface Admin state to down:
Te 3/11/1
Dell(conf-if-te-3/11/1)#00:24:55: %RPM0-P:CP %IFMGR-5-OSTATE_DN: Changed
interface state to
down: Te 3/11/1
00:24:55: %RPM0-P:CP %IFMGR-5-INACTIVE: Changed Vlan interface state to
inactive: Vl 1
00:24:55: %RPM0-P:CP %IFMGR-5-OSTATE_UP: Changed interface state to up: Te
3/11/2
00:24:55: %RPM0-P:CP %IFMGR-5-ACTIVE: Changed Vlan interface state to active:
Layer 2
519