Configuring Ethernet Link Redundancy
To configure Ethernet link redundancy:
- Specify the Fast Ethernet or Gigabit Ethernet
interface on which to configure a redundant link.host1(config)#interface gigabitEthernet 1/1
- For LAG to non-LAG configurations only, specify that LACP
is disabled on the port.host1(config-if)#no lacp
- Configure a backup interface and disable LACP on it.host1(config)#interface gigabitEthernet 1/0 host1(config-if)#no lacp
- 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
- Do one of the following:
- Configure link redundancy on the port you specified in
step 1.host1(config-if)#redundant-port gigabitEthernet 1/1
- Force the port you specified in step 1 to fail over.host1(config-if)#redundant-port gigabitEthernet 1/1 force-failover
- Configure link redundancy on the port you specified in
step 1.
- (Optional) Configure the redundant link to revert back
to redundant mode when the failed link becomes active again.host1(config-if)#redundant-port gigabitEthernet 1/1 auto-revert
Hide Navigation Pane
Show Navigation Pane
SHA1