Network Teaming Configuration in RHEL7 - RHCE - Tech Arkit





Use network teaming or bonding to configure aggregated network links between two Red Hat Enterprise Linux systems. Red Hat Certified Engineer Course. EX300 examination preparation guide.



https://arkit.co.in/rhel7-how-to-configure-nic-teaming/



nmcli connection show

nmcli connection add type team con-name team0 ifname team0 config '{"runner":{"name": "activebackup"}}'

nmcli connection modify team0 ipv4.addresses 192.168.2.156/24 ipv4.gateway 192.168.2.2 ipv4.dns 192.168.2.2 connection.autoconnect yes ipv4.method manual

nmcli connection add type team-slave con-name team0-port0 ifname ens37 master team0

nmcli connection add type team-slave con-name team0-port1 ifname ens38 master team0

nmcli connection show

ip addr



#RHCE #Linux_Tutorial #Certification #Video_Guide

No comments:

Post a Comment