The Ultimate Guide: How to Check Subnet Mask in AIX
The subnet mask in AIX can be found using the ‘ifconfig’ command. This command will display the network configuration for all active network interfaces. The subnet mask will be listed next to the ‘netmask’ field. For example, the following output shows that the subnet mask for the ‘en0’ interface is 255.255.255.0: # ifconfig en0 |…