[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Ethernet Link Redundancy

To configure Ethernet link redundancy:

  1. Specify the Fast Ethernet or Gigabit Ethernet interface on which to configure a redundant link.
    host1(config)#interface gigabitEthernet 1/1
  2. For LAG to non-LAG configurations only, specify that LACP is disabled on the port.
    host1(config-if)#no lacp
  3. Configure a backup interface and disable LACP on it.
    host1(config)#interface gigabitEthernet 1/0
    host1(config-if)#no lacp
  4. Configure a LAG interface and assign a member link to the backup interface.
    host1(config)#interface lag myBundle
    host1(config-if)#member-interface gigabitEthernet 1/0
    host1(config-if)#member-interface gigabitEthernet 1/1
  5. Do one of the following:

redundant-port

redundant-port force-failover


[Contents] [Prev] [Next] [Index] [Report an Error]