5.1 Configure Ethernet Device Using “ethtool”
Run the following commands:
Assign IPv4 address for the network interface.
$ ip addr add dev eth0 192.0.2.1/24Make the interface ready for network communication.
$ ip link set eth0 upConfigure PLCA parameters for the interface.
$ ethtool --set-plca-cfg eth0 enable on node-id 0 node-cnt 8 to-tmr 0x20 burst-cnt 0x0 burst-tmr 0x80Get PLCA parameters.
$ ethtool --get-plca-cfg eth0