Difference between revisions of "Ethernet"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
* {{Linux networking commands}}
 
* {{Linux networking commands}}
 
* {{TCP}}
 
* {{TCP}}
* [[ethernet]]
+
* {{ethernet}}
 
* {{networking}}
 
* {{networking}}
  

Revision as of 14:18, 14 January 2020

Ethernet is a family of computer networking technologies commonly used in communication devices. A scheme known as carrier sense multiple access with collision detection (CSMA/CD) governed the way the devices access the channel.


Activities

  1. Configure an Ethernet connection in Ubuntu Linux using netplan or nmcli in RHEL depending of your Linux distribution.
  2. Configure Ethernet bonding connections[1] (802.3ad / LACP link aggregation)
  3. Show interface configuration in Linux including ip addresses: ifconfig -a or ip a
  4. Show interface ethernet network capabilities of network interface in Linux, such as speed, with: mii-tool -v YOUR_INTERFACE_NAME, mii-tool -v eth0

See also

  • https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/configuring_and_managing_networking/index#configuring-network-bonding-using-nmcli_Configuring-Networking-with-nmcli
  • Advertising: