cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
557
Views
0
Helpful
5
Replies

Sniffer software for LMS 2.6

eliaspaulos
Level 1
Level 1

I am trying to use sniffer trace between LMS server and a Router have communication problem with Ciscoworks.Which sniffer software is working easily and efficiently. any suggestion please.my LMS is on Sun Solaris 8.

2 Accepted Solutions

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

Snoop works well:

# snoop -o /tmp/outfile -s 1518 tcp port 23

However, LMS comes with a sniffer built in. You can find it in Device Center > Tools > Packet Capture.

View solution in original post

wireshark -r file.jet

There's nothing special about the .jet file.

View solution in original post

5 Replies 5

Joe Clarke
Cisco Employee
Cisco Employee

Snoop works well:

# snoop -o /tmp/outfile -s 1518 tcp port 23

However, LMS comes with a sniffer built in. You can find it in Device Center > Tools > Packet Capture.

thank you so much. great utility!

And even though I didn't say it, Wireshark (http://www.wireshark.org) can be used to analyze the sniffer files from both snoop, and the LMS built-in sniffer.

thanks J. actually i did get the sniffer file from device center try to open on Wireshark. wire shark unable to open .jet file. could you help me how i can open the .jet file on wireshark to analyze?

wireshark -r file.jet

There's nothing special about the .jet file.