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.

show interfaces bonding

Shows information about Ethernet link bond groups

show interfaces bonding dpFbondx brief
show interfaces bonding dpFbondx slaves
show interfaces bonding dpFbondx [ vif value ]

Information is displayed for all Ethernet link bond groups.

dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
brief
Displays information about the bonding slaves.
slaves
Displays information about the bonding slaves in brief format.

Operational mode

Use this command to show bond group information.

The following example shows the output for show interfaces bonding for all bonding interfaces.


vyatta@vyatta:~$ show interfaces bonding 
    Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
    Interface        IP Address                        S/L  Description
    ---------        ----------                        ---  -----------
    dp0bond0         10.2.0.1/30                       u/u  
    dp0bond0.200     10.200.0.1/24                     u/u 

The following example shows the output for a specific bond group.



vyatta@vyatta:~$ show interfaces bonding dp0bond0
    <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 500
    link/ether 52:54:00:5a:b2:86 brd ff:ff:ff:ff:ff:ff
    inet 10.2.0.1/30 brd 10.2.0.3 scope global dp0bond0 valid_lft forever preferred_lft forever 
    inet6 fe80::dc63:72ff:fe07:2c6/64 scope link valid_lft forever preferred_lft forever
    uptime: 45 seconds transitions: 1 last-change: 2015-04-09T18:31:45+0000
    RX: bytes packets errors ignored overrun mcast
        3126         27             0         0         0         0
    TX: bytes packets errors dropped carrier collisions
        3242         28             0         0         0
         0 

The following example shows the output for show interfaces bonding slaves.


vyatta@vyatta:~$ show interfaces bonding slaves
    Interface            Mode          State Link Slaves
    dp0bond0             802.3ad       up     up    2         

The following example shows the output for show interfaces bonding dpFbondx slaves.



vyatta@vyatta:~$ show interfaces bonding dp0bond0 slaves
Interface    RX: bytes  packets     TX: bytes  packets    slctd LACP flags  
dp0bond0     15348      148         12184      129                          
dp0s5        3784       35          8976       98         yes   DISTRIBUTING
dp0s6        11564      113         3208       31         yes   DISTRIBUTING

The following example shows the output for show interfaces bonding dpFbondx vif value.

vyatta@vyatta:~$ show interfaces bonding dp0bond0 vif 200
dp0bond0.200@dp0bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default 
link/ether 52:54:00:5a:b2:86 brd ff:ff:ff:ff:ff:ff
inet 10.200.0.1/24 brd 10.200.0.255 scope global dp0bond0.200 valid_lft forever preferred_lft forever
inet6 fe80::5054:ff:fe5a:b286/64 scope link valid_lft forever preferred_lft forever
uptime: 16 seconds transitions: 1 last-change: 2015-04-09T18:50:39+0000 

RX:   bytes    packets    errors     ignored     overrun     mcast
      1018      11         0           0           0           8
TX:   bytes    packets    errors     dropped     carrier   collisions
      1018      11         0           0           0           0