Table Of Contents
EtherChannel Flow-Based Limited 1:1 Redundancy
Finding Feature Information
Contents
Information About EtherChannel Flow-Based Limited 1:1 Redundancy
EtherChannel Flow-Based Limited 1:1 Redundancy
How to Configure EtherChannel Flow-Based Limited 1:1 Redundancy
Configuring EtherChannel Flow-Based Limited 1:1 Redundancy with Fast-Switchover
Setting the Switchover Rate with Carrier Delay
Verifying EtherChannel Flow-Based Limited 1:1 Redundancy
Configuration Examples for EtherChannel Flow-Based Limited1:1 Redundancy
EtherChannel 1:1 Active Standby: Example
Setting Priority for 1:1 Redundancy Using LACP: Example
Additional References
Related Documents
Standards
MIBs
RFCs
Technical Assistance
Feature Information for EtherChannel Flow-based Limited 1:1 Redundancy
EtherChannel Flow-Based Limited 1:1 Redundancy
First Published: June 30, 2009
Last Updated: June 30, 2009
EtherChannel flow-based limited 1:1 redundancy provides MAC, or layer 2, traffic protection to avoid higher layer protocols from reacting to single link failures and re-converging. To use EtherChannel flow-based limited 1:1 redundancy, you configure an EtherChannel with two ports (one active and one standby). If the active link goes down, the EtherChannel stays up and the system performs fast switchover to the hot-standby link. Depending on how you have the priorities set, when the failed link becomes operational again, the EtherChannel performs another fast switchover to revert to the original active link. if all port-priorities are the same, it will not revert, but remain on the current active link.
With 1:1 redundancy configured, only one link is active at any given time so all flows are directed over the active link.
Finding Feature Information
For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the "Feature Information for EtherChannel Flow-based Limited 1:1 Redundancy" section.
Use Cisco Feature Navigator to find information about platform support and Cisco IOS XE software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Contents
•
Information About EtherChannel Flow-Based Limited 1:1 Redundancy
•
How to Configure EtherChannel Flow-Based Limited 1:1 Redundancy
•
Configuration Examples for EtherChannel Flow-Based Limited1:1 Redundancy
•
Additional References
•
Feature Information for EtherChannel Flow-based Limited 1:1 Redundancy
Information About EtherChannel Flow-Based Limited 1:1 Redundancy
To configure the EtherChannel Flow-Based Limited 1:1 Redundancy feature, you should understand the following concept:
•
EtherChannel Flow-Based Limited 1:1 Redundancy
EtherChannel Flow-Based Limited 1:1 Redundancy
EtherChannel flow-based limited 1:1 redundancy provides an EtherChannel configuration with one active link and fast switchover to a hot standby link. To use EtherChannel flow-based limited 1:1 redundancy, you configure a Link Aggregation Control Protocol (LACP) EtherChannel with two ports (one active and one standby). If the active link goes down, the EtherChannel stays up and the system performs fast switchover to the hot standby link. Depending on how the priorities of the links are set, when the failed link becomes operational again, the EtherChannel performs another fast switchover to revert to the original active link, or to the link with the higher priority.
For EtherChannel flow-based limited 1:1 redundancy to work correctly (especially the fast switchover capability) the feature must be enabled at both ends of the link.
How to Configure EtherChannel Flow-Based Limited 1:1 Redundancy
This section contains the following tasks:
•
Configuring EtherChannel Flow-Based Limited 1:1 Redundancy with Fast-Switchover
•
Setting the Switchover Rate with Carrier Delay
•
Verifying EtherChannel Flow-Based Limited 1:1 Redundancy
Configuring EtherChannel Flow-Based Limited 1:1 Redundancy with Fast-Switchover
To configure an LACP EtherChannel with two ports (one active and one standby), perform the following steps. This feature must be enabled at both ends of the link.
You can control which link is the primary active link by setting the port priority on the links used for the redundancy. To configure a primary link and enable the EtherChannel to revert to the original link, one link must have a higher port priority than the other and the LACP max-bundle must be set to 1. This configuration results in link 1 being active and link 2 being in hot standby state.
To prevent the switchover to revert, you can assign both links the same priority.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface port-channel channel-number
4.
lacp fast-switchover
5.
lacp max-bundle 1
6.
exit
7.
interface tengigabitethernet slot/port/number
8.
channel-group 1 mode active
9.
lacp port-priority priority
10.
exit
11.
interface tengigabitethernet slot/port/number
12.
channel-group 1 mode active
13.
lacp port-priority priority
14.
end
DETAILED STEPS
| |
Command
|
Purpose
|
Step 1
|
enable
Example:
Router> enable
|
Enables privileged EXEC mode.
• Enter your password if prompted.
|
Step 2
|
configure terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
Step 3
|
interface port-channel channel-number
Example:
Router(config)# interface port-channel 1
|
Selects an LACP port channel interface.
|
Step 4
|
lacp fast-switchover
Example:
Router(config-if)# lacp fast-switchover
|
Enables the fast switchover feature for this EtherChannel.
|
Step 5
|
lacp max-bundle 1
Example:
Router(config-if)# lacp max-bundle 1
|
Sets the maximum number of active member ports to 1.
|
Step 6
|
exit
Example:
Router(config-if)# exit
|
Exits interface configuration mode and returns to global configuration mode.
|
Step 7
|
interface tengigabitethernet slot/port/number
Example:
Router(config)# interface tengigabitethernet
0/0/0
|
Selects the first interface to add to the port channel.
|
Step 8
|
channel-group 1 mode mode
Example:
Router(config-if)# channel-group 1 mode active
|
Adds the member link to the port-channel and actively participates in LACP negotiation.
|
Step 9
|
lacp port-priority priority
Example:
Router(config-if)# lacp port-priority 32768
|
Sets the priority on the port-channel. This priority is set to the default value.
|
Step 10
|
exit
Example:
Router(config-if)# exit
|
Exits interface configuration mode and returns to global configuration mode.
|
Step 11
|
interface tengigabitethernet slot/port/number
Example:
Router(config)# interface tengigabitethernet
1/0/0
|
Selects the interface to add to the port channel.
|
Step 12
|
channel-group 1 mode mode
Example:
Router(config-if)# channel-group 1 mode active
|
Adds the member link to the port-channel and actively participates in LACP negotiation.
|
Step 13
|
lacp port-priority priority
Example:
Router(config-if)# lacp port-priority 32767
|
Sets the port priority higher than the other link by using a value lower than the default value of 32768. This forces this link to be the active link whenever it is capable of carrying traffic.
|
Step 14
|
end
Example:
Router(config-if)# end
|
Exits configuration mode.
|
Setting the Switchover Rate with Carrier Delay
Optionally, you can control the speed of the switchover between the active and standby links by setting the carrier delay on each link. The carrier-delay command controls how long it takes for Cisco IOS to propagate the information about the links status to other modules.
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface tengigabitethernet slot/port/number
4.
carrier-delay msec msec
5.
end
DETAILED STEPS
| |
Command or Action
|
Purpose
|
Step 1
|
enable
Example:
Router> enable
|
Enables privileged EXEC mode.
• Enter your password if prompted.
|
Step 2
|
configure terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
Step 3
|
interface tengigabitethernet slot/port/number
Example:
Router(config)# interface tengigabitethernet
0/1/0
|
Enters interface configuration mode and opens the configuration for the specified interface.
|
Step 4
|
carrier-delay msec msec
Example:
Router(config-if)# carrier-delay msec 11
|
Sets how long it takes to propagate the link status to other modules.
|
Step 5
|
end
Example:
Router(config-if)# end
|
Exits interface configuration mode.
|
Verifying EtherChannel Flow-Based Limited 1:1 Redundancy
Use these show commands to verify the configuration and to display information about the port channel.
SUMMARY STEPS
1.
enable
2.
show running-config interface type slot/port/number
3.
show interfaces port-channel channel-number etherchannel
4.
show etherchannel channel-number port-channel
DETAILED STEPS
Step 1
|
show running-config interface type
slot/port/number
Example:
Router# show running-config interface
tengigabitethernet 0/0/0
|
Verifies the configuration.
• type—gigabitethernet or tengigabitethernet.
|
Step 2
|
show interfaces port-channel channel-number
etherchannel
Example:
Router# show interfaces port-channel 1
etherchannel
|
Displays the bucket distribution currently in use.
|
Step 3
|
show etherchannel channel-number port-channel
Example:
Router# show etherchannel 1 port-channel
|
Displays the port channel fast-switchover feature capability.
|
Configuration Examples for EtherChannel Flow-Based Limited1:1 Redundancy
This section provides the following configuration examples:
•
EtherChannel 1:1 Active Standby: Example
•
Setting Priority for 1:1 Redundancy Using LACP: Example
EtherChannel 1:1 Active Standby: Example
This example shows how to configure a port channel for 1:1 link redundancy for equal priority ports so there is no preference which port is active.
Router# configure terminal
Router(config)# interface port-channel 2
Router(config-if)# ip address 10.1.1.1 255.255.0.0
Router(config-if)# negotiation auto
Router(config-if)# lacp max-bundle 1
Router(config-if)# lacp fast-switchover
Router(config)# interface Tengigabitethernet0/1/0
Router(config-if)# channel-group 2 mode active
Router(config-if)# negotiation auto
Router(config)# interface Tengigabitethernet 2/1/0
Router(config-if)# channel-group 2 mode active
Router(config-if)# negotiation auto
Router(config)# interface GigabitEthernet0/1/6
Router(config-if)# negotiation auto
Router(config-if)# channel-group 19 mode active
Router(config)# interface GigabitEthernet0/1/7
Router(config-if)# negotiation auto
Router(config-if)# channel-group 19 mode active
Router(config-if)# interface Port-channel19
Router(config-if)# ip address 10.19.1.1 255.255.255.0
Router(config-if)# no negotiation auto
Router(config-if)# lacp fast-switchover
Router(config-if)# lacp max-bundle 1
Notice in the show command display the priorities are the same value.
Router# show lacp internal
Flags: S - Device is requesting Slow LACPDUs
F - Device is requesting Fast LACPDUs
A - Device is in Active mode P - Device is in Passive mode
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Gi0/1/6 SA bndl 32768 0x13 0x13 0x47 0x3D
Gi0/1/7 FA hot-sby 32768 0x13 0x13 0x48 0x7
Setting Priority for 1:1 Redundancy Using LACP: Example
This example shows how to configure an LACP EtherChannel with 1:1 redundancy. GigabitEthernet 0/1/7 is the active link, because it is configured with a lower number which give it a higher port priority.
Router# configure terminal
Router(config)# interface GigabitEthernet0/1/6
Router(config-if)# lacp port-priority 32767
Router(config)# interface GigabitEthernet0/1/7
Router(config-if)# lacp fast-switchover
Router(config-if)# lacp max-bundle 1
Router(config-if)# negotiation auto
Router(config-if)# channel-group 19 mode active
In this show display, notice that the bundled link is set at a higher priority. This will ensure that the bundled link is used as the first active link in the standby configuration.
Router# show lacp internal
Flags: S - Device is requesting Slow LACPDUs
F - Device is requesting Fast LACPDUs
A - Device is in Active mode P - Device is in Passive mode
LACP port Admin Oper Port Port
Port Flags State Priority Key Key Number State
Gi0/1/6 FA hot-sby 32768 0x13 0x13 0x47 0x7
Gi0/1/7 SA bndl 32767 0x13 0x13 0x48 0x3D
Additional References
The following sections provide references related to the EtherChannel Flow-based Limited1:1 Redundancy feature.
Related Documents
Standards
Standard
|
Title
|
No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
|
—
|
MIBs
MIB
|
MIBs Link
|
No new or modified MIBs are supported by this feature, and support for existing MIBs has not been modified by this feature.
|
To locate and download MIBs for selected platforms, Cisco IOS XE software releases, and feature sets, use Cisco MIB Locator found at the following URL:
http://www.cisco.com/go/mibs
|
RFCs
RFC
|
Title
|
No new or modified RFCs are supported by this feature, and support for existing standards has not been modified by this feature.
|
—
|
Technical Assistance
Description
|
Link
|
The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies.
To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds.
Access to most tools on the Cisco Support website requires a Cisco.com user ID and password.
|
http://www.cisco.com/cisco/web/support/index.html
|
Feature Information for EtherChannel Flow-based Limited 1:1 Redundancy
Table 1 lists the features in this module and provides links to specific configuration information.
Use Cisco Feature Navigator to find information about platform support and software image support. Cisco Feature Navigator enables you to determine which Cisco IOS XE software images support a specific software release, feature set, or platform. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Note
Table 1 lists only the Cisco IOS XE software release that introduced support for a given feature in a given Cisco IOS XE software release train. Unless noted otherwise, subsequent releases of that Cisco IOS XE software release train also support that feature.
Table 1 Feature Information for EtherChannel Flow-based Limited 1:1 Redundancy
Feature Name
|
Releases
|
Feature Information
|
EtherChannel Flow-Based Limited 1:1 Redundancy
|
Cisco IOS XE Release 2.4
|
EtherChannel flow-based limited 1:1 redundancy provides MAC, or layer 2, traffic protection to avoid higher layer protocols from reacting to single link failures and re-converging. To use EtherChannel flow-based limited 1:1 redundancy, you configure an EtherChannel with two ports (one active and one standby). If the active link goes down, the EtherChannel stays up and the system performs fast switchover to the hot-standby link. Depending on how you have the priorities set, when the failed link becomes operational again, the EtherChannel performs another fast switchover to revert to the original active link. if all port-priorities are the same, it will not revert, but remain on the current active link.
No commands were modified or created to support this feature.
|
CCDE, CCENT, CCSI, Cisco Eos, Cisco HealthPresence, Cisco IronPort, the Cisco logo, Cisco Nurse Connect, Cisco Pulse, Cisco SensorBase, Cisco StackPower, Cisco StadiumVision, Cisco TelePresence, Cisco Unified Computing System, Cisco WebEx, DCE, Flip Channels, Flip for Good, Flip Mino, Flipshare (Design), Flip Ultra, Flip Video, Flip Video (Design), Instant Broadband, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn, Cisco Capital, Cisco Capital (Design), Cisco:Financed (Stylized), Cisco Store, Flip Gift Card, and One Million Acts of Green are service marks; and Access Registrar, Aironet, AllTouch, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Lumin, Cisco Nexus, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, Continuum, EtherFast, EtherSwitch, Event Center, Explorer, Follow Me Browsing, GainMaker, iLYNX, IOS, iPhone, IronPort, the IronPort logo, Laser Link, LightStream, Linksys, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, PCNow, PIX, PowerKEY, PowerPanels, PowerTV, PowerTV (Design), PowerVu, Prisma, ProConnect, ROSA, SenderBase, SMARTnet, Spectrum Expert, StackWise, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries.
All other trademarks mentioned in this document or website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0910R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.
© 2009 Cisco Systems, Inc. All rights reserved.