1833758 Members
2627 Online
110063 Solutions
New Discussion

Comparable Snoop Command

 
Roland Rebstock_1
Frequent Advisor

Comparable Snoop Command

Is their a command in HPUX comparable to Snoop in Solaris that I can use to view traffic on the network lan cards?
3 REPLIES 3
PIYUSH D. PATEL
Honored Contributor

Re: Comparable Snoop Command

Hi,

You can use landiag and netstat to view the network statistics.

Piyush
Sridhar Bhaskarla
Honored Contributor

Re: Comparable Snoop Command

Hi Roland,

nettl/netfmt are the default tools available to analyze the traffic on the network. Look at the man pages for their usage.

But there are other good available at HP-UX porting site. I like ethereal personally.

http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.4/

Another useful and most commonly used one is tcpdump.

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tcpdump-3.7.1/

Note the dependencies before installing the tools.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
PIYUSH D. PATEL
Honored Contributor

Re: Comparable Snoop Command

Hi,

You can use nettl. There is a nice GUI version available called nettladm. It is called the Network Tracing and Logging Administrator. It hides all the command line version stuff drom you. From nettladm man page... "The nettladm command starts a menu-driven program that makes it easy to perform network tracing and logging tasks with only limited specialized knowledge of HP-UX.

Piyush