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

what is command to get network interface speed, network interface index?

  • 1.  what is command to get network interface speed, network interface index?

    Posted Tue November 24, 2009 12:57 AM

    Originally posted by: smeetu


    what is the command to get the following info?
    Network interface speed,
    Network interface index,
    Interface duplex,
    Interface Negotiation,
    Ipv4 dhcp server,
    Ipv6 dhcp server
    thanks,
    Devi
    #AIX-Forum


  • 2.  Re: what is command to get network interface speed, network interface index?

    Posted Tue November 24, 2009 08:04 AM

    Originally posted by: nh4aix


    Try "entstat -d INTERFACE", i.e. entstat -d ent0.
    #AIX-Forum


  • 3.  Re: what is command to get network interface speed, network interface index?

    Posted Tue November 24, 2009 02:47 PM

    Originally posted by: SystemAdmin


    Try this.

    netstat -v | grep -i speed
    or
    entstat -d entX | grep -i speed

    lsdev -Cc if
    #AIX-Forum


  • 4.  Re: what is command to get network interface speed, network interface index?

    Posted Wed December 09, 2009 08:57 PM

    Originally posted by: raja27


    Hi,
    netstat -i ---> using that command and get the information.
    #AIX-Forum