Method -1:
Create file /etc/sysconfig/network-scripts/ifcfg-eth0:0 with the following content:
DEVICE=eth0:0ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.0.11
NETMASK=255.255.255.255
Method-2:
Run the following command
ipadd your_ip
Example: ipadd 192.168.0.1