# Copyright (C) 2016-2017 Cumulus Networks, inc.
#
# All Rights reserved.
#
# This software is subject to the Cumulus Networks End User License Agreement available
# at the following locations:.
#
# Internet: https://cumulusnetworks.com/downloads/eula/latest/view/
#
# Cumulus Linux systems: /usr/share/cumulus/EULA.txt

Scenario
========
We are configuring leaf-11 and would like to put swp1 and swp2 in a bond

     leaf-11
  swp1 | | swp2
       | |
       | |
     host-11


net commands
============
leaf-11# net add bond bond-host-11 bond slaves swp1-2
leaf-11# net pending
leaf-11# net commit


Verification
============
leaf-11# net show int bond-host-11

