How can you verify that you have set 2 IP addresses on eth0?
ifconfig or ip addr
What does the ip –s link show eth0 command do?
This command would show statistics for the eth0 interface
How would you enable a device from the cli?
ip link set eth0 up
What is 80/20 rule with regard to DHCP?
With the 80/20 rule, you would split the amount of addresses in a scope between servers with one getting 80% of the addresses, and the other getting 20%.