The procedure is to remove IP configuration from en1 device on AIX.
- Use the ifconfig command to disable and remove the interface from the network. Enter:
ifconfig en1 down detach
- Remove device from the system with rmdev command. Enter:
rmdev -dl en1
No comments:
Post a Comment