Re: What speed is my ethernet interface running

From: Frank Thyes (frank.thyes.nospam_at_gmx.net)
Date: 06/18/03


Date: 18 Jun 2003 11:53:04 GMT

John Smith <John_Smith273@cox.net> wrote:
> Hi, on an ultra60 how do I determine the speed and duplex of my ethernet
> interface. Is there a way to check this from the host prompt and not the

Replace hme with your NIC

#ndd -get /dev/hme link_status
      0 for Link Down
      1 for Link up

#ndd -get /dev/hme link_speed
      0 for 10 Mbps
      1 for 100 Mbps

#ndd -get /dev/hme link_mode
      0 for Half-Duplex mode
      1 for Full-Duplex mode

Frank

-- 
No reading beyond this point!


Relevant Pages

  • Re: What speed is my ethernet interface running
    ... on an ultra60 how do I determine the speed and duplex of my ethernet ... > interface. ...
    (comp.unix.solaris)
  • Re: [fw-wiz] PIX 515E 7.2 Duplex problem
    ... Some of the older PIX boxes only had Ethernet interfaces and not Fast ... Ethernet interface is listed as simply Ethernet or Fast Ethernet. ... The switch it connects to is configured for full duplex but the PIX ...
    (Firewall-Wizards)
  • What speed is my ethernet interface running
    ... on an ultra60 how do I determine the speed and duplex of my ethernet ... interface. ... Is there a way to check this from the host prompt and not the ...
    (comp.unix.solaris)
  • kgdb 2.0.5
    ... When using the ethernet interface, ... KGDB: Linux Kernel Source Level Debugger ... the questions about Ethernet network cards. ... +static int xlockholdcount = 0; ...
    (Linux-Kernel)
  • Re: kgdb 2.0.5
    ... When using the ethernet interface, ... ++static int bufnum; ... ++static void kgdbeth_holdxlock ...
    (Linux-Kernel)