Ethernet
Revision as of 15:49, 8 December 2019 by Welcome (talk | contribs) (Created page with "Ethernet is a family of computer networking technologies commonly used in communication devices. A scheme known as carrier sense multiple access with collis...")
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
- Configure an Ethernet connection in Ubuntu Linux using netplan or nmcli depending of your Linux distribution.
- Configure Ethernet bonding connections[1] (802.3ad / LACP link aggregation)
- Show interface configuration in Linux including ip addresses:
ifconfig -a
orip a
- 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
- Network+/Standards/Theory and Concepts
ethtool
or obsoletemii-tool
(mii-tool -v eth0
). See also:nmcli device show
- TCP
- Fibre Channel:
lspci | grep -"Fibre Channel"
Advertising: