Configuring Virtual IP Address - Network Mgmt - Carrier Ethernet, MPLS, Service Assurance - SLA
Using the following command, we can configure Virtual IPs in the Linux box at run-time without re-booting the machine or re-starting the network. /sbin/ip addr add 172.19.1.2/32 dev eth0 /sbin/ip addr add 172.19.1.3/32 dev eth0 The same interfaces can be ...