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/04/01 23:38]
billdozor [Interface Teaming]
linux_wiki:use_network_teaming_or_bonding_to_configure_aggregated_network_links_between_two_red_hat_enterprise_linux_systems [2018/05/29 22:07]
billdozor [Interface Bonding]
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 114: Line 120:
  
 \\ \\
-Team Config Command Examples<code bash>man nmcli-examples</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.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)