bond
bond <bonded-if> [mode <string>] [link-mon-time <milliseconds>] [up-delay-time <milliseconds>] [down-delay-time <milliseconds>] Creates the named bonded interface. | ||
Syntax Description | mode | Specifies the type of mode the bonded interface is:
|
link-mon-time | Specifies the link monitoring frequency (in msecs) | |
up-delay-time | Specifies the time (in msecs) to wait before enabling a slave after a link recovery has been detected | |
down-delay-time | Specifies the time (in msecs), to wait before disabling a slave after a link failure has been detected for the specified bonded interface | |
Default | N/A | |
Configuration Mode | config | |
History | 1.5 | |
Example | ufmapl [ mgmt-sa ] (config) # bond bond0 mode backup ufmapl [ mgmt-sa ] (config) # bond bond0 link-mon-time 100 | |
Related Commands | interface | |
Notes |
interface
interface <ifname> bond <bond-if> Adds the named interface from the specified bonded interface. | ||
Syntax Description | bond | The bonded interface |
Default | N/A | |
Configuration Mode | config | |
History | 1.5 | |
Example | ufmapl [ mgmt-sa ] (config) # interface ib0 bond bond0 | |
Related Commands | bond | |
Notes |
show bonds
show bonds [bonded-if] Displays bonding configuration and status. | ||
Syntax Description | N/A | |
Default | N/A | |
Configuration Mode | Any configuration mode | |
History | 1.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 | |
Notes |