Show all IP address associated with the interface
ip addr show enp2s0Add an IP to an interface
sudo ip addr add 1192.168.5.111/22 dev enp2s0Delete an IP from an interface
sudo ip addr del 192.168.5.111/22 dev enp2s0Clear the interface
sudo ip addr flush dev enp2s0