AIX:Command to get netaddress/subnet address command in IPv4/IP6

AIX:Command to get netaddress/subnet address command in IPv4/IP6
Can anybody help us with a command to retrieve netaddress/subnet address command in IPv4/IP6 on aix machine.
net/subnet address is in the format 172.16.212.0(signifies all 255 machines in an IPv4 network)

Try:

ifconfig -a
lsattr -El en0

replace en0 with your interface

or

netstat -rn

which shows the routing table, and the net addr in the format you expect