home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces bonding <dpFbondx> flow-monitoring

Configures flow monitoring for a bonding interface.

set interfaces bonding dpFbondx flow-monitoring { aggregator agg-name | exporter exp-name | selector sel-name }
delete interfaces bonding dpFbondx
show interfaces bonding dpFbondx
dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
agg-name
Name of a flow monitoring aggregator.
exp-name
Name of a flow monitoring exporter.
sel-name
Name of a flow monitoring selector.

Configuration mode


interfaces {
    bonding dpFbondx flow-monitoring {
       aggregator agg-name
       exporter exp-name 
       selector sel-name              
    }
}

Use this command to configure flow monitoring for a bonding interface.

Use the set form of this command to provide a description of the bond group.

Use the delete form of this command to remove the description of a bond group.

Use the show form of this command to view the description of a bond group.