Link to home
Start Free TrialLog in
Avatar of mokkan
mokkan

asked on

Remove alias IP permamently in AIX

Can I use the followign command to remove the Alias IP address permanently from AIX interface  en0 ?


chdev -l en0 -a delalias4={10.xx.xx.xx},{255.xxx.xx.0}
Avatar of mikelfritz
mikelfritz
Flag of United States of America image

I'd use ifconfig.

ifconfig <interface_name> inet <virtual_ip_address> delete

For example:

ifconfig en0 inet 10.10.10.219 delete
I'm not sure my first comment would live through a reboot...

Yes, the command you posted will work.
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial