Results 1 to 7 of 7

Thread: how to find traffic of ethernet card in remote system?

  1. #1

    how to find traffic of ethernet card in remote system?

    Hi,
    How to find the traffic of the ethernet card
    in remote system.I heard it will done using
    snmp. i down load net-snmp in installed in
    my system. It will give system up time etc..

    I want to know how to find the trffic in
    ethernet card.

    Thanks in advance,
    lok.

  2. #2
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323
    Hrmm.. how about putting a packet sniffer like tcpdump or ethereal on the remote computer and then having it log the data back to a console? AFAIK, that'd be the only way.
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  3. #3
    okai,
    Then what is that snmp and oid stuffs... ?
    do you have any idea?
    - lok.

  4. #4
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323
    You mean Simple Network Management Protocol?

    This document describes an architecture for describing Simple Network Management Protocol (SNMP) Management Frameworks. The architecture is designed to be modular to allow the evolution of the SNMP protocol standards over time. The major portions of the architecture are an SNMP engine containing a Message Processing Subsystem, a Security Subsystem and an Access Control Subsystem, and possibly multiple SNMP applications which provide specific functional processing of management data.

    <snip>

    An SNMP management system contains:

    - several (potentially many) nodes, each with an SNMP entity containing command responder and notification originator applications, which have access to management instrumentation (traditionally called agents);

    - at least one SNMP entity containing command generator and/or notification receiver applications (traditionally called a manager) and,

    - a management protocol, used to convey management information between the SNMP entities.
    Read the rest of the RFC Standard 62 for more indepth details. IIRC, this isn't sniffing but rather information on the machine status.
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  5. #5
    Hi MsMittens,

    Thank you very much for your reply,
    I studied snmp. and I down load net-snmp and i am able to get system up time of remote system
    using snmpget -c public -v 1 remotehost system.Uptime.0

    But i donno how to get network band with used by the remote system and. the CPU usage of the
    remote system. etc..

    do you hav any idea regard this.

    thanks in advance,

    Regards,
    lok.

  6. #6
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883
    You mean something like http://www.intellipool.com/main.cgi?page=131 for bandwidth?
    or http://www.bykeyword.com/downloads/s...oad-15813.html
    or http://www.emu.edu/is/faqs/answer.php?id=92
    There ae quite a few replys on google for this...

    CPU useage see http://net-snmp.sourceforge.net/tutorial/mrtg/

    actually, if you use net-snmp you should really read http://net-snmp.sourceforge.net/tutorial/
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

  7. #7
    Hi souleman,

    Thank U.
    -lok.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •