linux_wiki:use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems [2018/03/27 00:04]
billdozor [Interface Teaming]
linux_wiki:use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems [2019/05/25 23:50] (current)
Line 15: Line 15:
 ---- ----
  
 +====== Help ======
  
 +Finding help in this section.
 +  * nmcli examples<code bash>man nmcli-examples</code>
 +  * Team 'runner' config examples<code bash>/usr/share/doc/teamd-1.17/example_configs/</code>
 +
 +----
  
 ====== Team Creation ====== ====== Team Creation ======
Line 79: Line 85:
     * loadbalance -> balance between ports     * loadbalance -> balance between ports
     * lacp -> 802.3ad LACP protocol     * lacp -> 802.3ad LACP protocol
-  * **Example JSON configs** are available at: /usr/share/doc/teamd-1.17/example_configs/+  * **Example JSON configs** are available at: 
 +    * /usr/share/doc/teamd-1.17/example_configs/ 
 +    * man teamd.conf -> "EXAMPLES" section at the bottom
  
 \\ \\
Line 110: Line 118:
 teamdctl team0 state teamdctl team0 state
 </code> </code>
 +
 +\\
 +**Team Config Command Examples**<code bash>man nmcli-examples</code>
 +
 +----
 +
 +===== Interface Bonding =====
 +
 +If you run into issues with teaming not working correctly, you can always set up a bonded connection in order to achieve the objective on the exam.
 +
 +\\
 +This is straight from 'man nmcli-examples':<code bash>nmcli con add type bond ifname mybond0 mode active-backup
 +nmcli con add type ethernet ifname eth1 master mybond0
 +nmcli con add type ethernet ifname eth2 master mybond0</code>
  
 ---- ----
  
  • linux_wiki/use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems.1522123453.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)