image image image image image

On This Page

bond


bond <bonded-if> [mode <string>] [link-mon-time <milliseconds>] [up-delay-time <milliseconds>] [down-delay-time <milliseconds>]
no bond <bonded-if>

Creates the named bonded interface.
The no form of the command deletes the named bonded interface.

Syntax DescriptionmodeSpecifies the type of mode the bonded interface is:
  • balance-rr
  • backup
  • balance-xor
  • balance-xor-layer3+4
  • broadcast
  • link-agg
  • link-agg-layer3+4
  • balance-tlb
  • balance-alb
link-mon-timeSpecifies the link monitoring frequency (in msecs)
up-delay-timeSpecifies the time (in msecs) to wait before enabling a slave after a link recovery has been detected
down-delay-timeSpecifies the time (in msecs), to wait before disabling a slave after a link failure has been detected for the specified bonded interface
DefaultN/A
Configuration Modeconfig
History1.5
Example
ufmapl [ mgmt-sa ] (config) # bond bond0 mode backup
ufmapl [ mgmt-sa ] (config) # bond bond0 link-mon-time 100
Related Commands

interface
show bonds

Notes

interface


interface <ifname> bond <bond-if>
no interface <ifname> bond <bond-if>

Adds the named interface from the specified bonded interface.
The no form of the command removes the named interface from the specified bonded interface.

Syntax DescriptionbondThe bonded interface
DefaultN/A
Configuration Modeconfig
History1.5
Example
ufmapl [ mgmt-sa ] (config) # interface ib0 bond bond0
Related Commands

bond
show bonds

Notes

show bonds


show bonds [bonded-if]

Displays bonding configuration and status.

Syntax DescriptionN/A
DefaultN/A
Configuration ModeAny configuration mode
History1.5
Example
ufmapl [ mgmt-sa ] (config) # show bonds
Bonded Interface bond0:
   Enabled:            yes
   Mode:               backup
   Link Monitor Time:  100
   Interfaces:
      ib0
      ib1
Related Commands

bond
interface

Notes