Difference between revisions of "Ethernet"
Jump to navigation
Jump to search
↑ 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
Line 11: | Line 11: | ||
== See also == | == See also == | ||
* <code>[[ethtool]]</code> or obsolete <code>mii-tool</code> (<code>mii-tool -v eth0</code>). See also: <code>[[nmcli]] device show</code> | * <code>[[ethtool]]</code> or obsolete <code>mii-tool</code> (<code>mii-tool -v eth0</code>). See also: <code>[[nmcli]] device show</code> | ||
+ | * {{Linux networking commands}} | ||
* [[TCP]] | * [[TCP]] | ||
* [[Fibre Channel]]: <code>[[lspci]] | grep -"Fibre Channel"</code> | * [[Fibre Channel]]: <code>[[lspci]] | grep -"Fibre Channel"</code> | ||
[[Category:Networking]] | [[Category:Networking]] |
Revision as of 15:57, 8 December 2019
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
ethtool
or obsoletemii-tool
(mii-tool -v eth0
). See also:nmcli device show
ip
[link, route]
,ifconfig
netstat
ss
lsof
ping
ethtool
mii-tool
arping
nmcli
(RHEL)route
networkctl
,netplan
,tc
- TCP
- Fibre Channel:
lspci | grep -"Fibre Channel"
Advertising: