AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
Expand all | Collapse all

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

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

    Posted Wed June 17, 2009 01:32 AM

    Originally posted by: Kishore


    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)
    #AIX-Forum


  • 2.  Re: AIX:Command to get netaddress/subnet address command in IPv4/IP6

    Posted Wed June 17, 2009 04:01 AM

    Originally posted by: SystemAdmin


    Hi,

    Try : lsattr -El interface (replace interface with you interface ex. en0)

    Regards,
    Angel
    #AIX-Forum


  • 3.  Re: AIX:Command to get netaddress/subnet address command in IPv4/IP6

    Posted Thu June 18, 2009 05:27 AM

    Originally posted by: flodstrom


    You can also try with the following command in case you don't know the interface name.

    ifconfig -a
    #AIX-Forum