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


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.
  2. host1(config)#interface gigabitEthernet 1/1
    
    
    
  3. For LAG to non-LAG configurations only, specify that LACP is disabled on the port.
  4. host1(config-if)#no lacp
    
    
    
  5. Configure a backup interface and disable LACP on it.
  6. host1(config)#interface gigabitEthernet 1/0
    
    host1(config-if)#no lacp
    
    
    
  7. Configure a LAG interface and assign a member link to the backup interface.
  8. host1(config)#interface lag myBundle
    
    host1(config-if)#member-interface gigabitEthernet 1/0
    
    host1(config-if)#member-interface gigabitEthernet 1/1
    
    
    
  9. Do one of the following:

redundant-port

redundant-port force-failover


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