HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: capture snmp packets in HPUX
Operating System - HP-UX
1827293
Members
3174
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 09:59 PM
03-10-2009 09:59 PM
capture snmp packets in HPUX
Hi,
I want to capture snmp packets in HPUX 11.31
When i give print, Printer will give its response thru' snmp.
i want to capture those packets using some command.
Is there some command in HP UX will help in capturing snmp packets.
Thanks in advance..
I want to capture snmp packets in HPUX 11.31
When i give print, Printer will give its response thru' snmp.
i want to capture those packets using some command.
Is there some command in HP UX will help in capturing snmp packets.
Thanks in advance..
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 11:00 PM
03-10-2009 11:00 PM
Re: capture snmp packets in HPUX
Please refer to the following post
Here it talks about the tools available.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1236754707435+28353475&threadId=1224661
Please dont forget to assign point.
Here it talks about the tools available.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1236754707435+28353475&threadId=1224661
Please dont forget to assign point.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 09:06 PM
03-15-2009 09:06 PM
Re: capture snmp packets in HPUX
hi nivi
To get network traffic dumps using HP-UX see this document:
http://www.compute-aid.com/nettl.html
Alternatively, HP offers the common open-source tools "tcpdump" and "wireshark" for HP-UX 11.11 and above in the free Internet Express package. Go to http://software.hp.com and run a search for "Internet Express". Then select the Internet Express version that matches your HP-UX version.
Note that you won't need to install the entire Internet Express package set to get these tools: for example, tcpdump can be used by installing just two small packages: Libpcap and Tcpdump.
The basic syntax for grabbing the raw data to file using tcpdump:
tcpdump -i -s 0 -w host and tcp port
Example:
tcpdump -i lan0 -s 0 -w /tmp/file.dmp host somehost.example and tcp port 123
To analyze the dump, you could run:
tcpdump -vvv -X -s 0 -r
Rgds//
Taifur
To get network traffic dumps using HP-UX see this document:
http://www.compute-aid.com/nettl.html
Alternatively, HP offers the common open-source tools "tcpdump" and "wireshark" for HP-UX 11.11 and above in the free Internet Express package. Go to http://software.hp.com and run a search for "Internet Express". Then select the Internet Express version that matches your HP-UX version.
Note that you won't need to install the entire Internet Express package set to get these tools: for example, tcpdump can be used by installing just two small packages: Libpcap and Tcpdump.
The basic syntax for grabbing the raw data to file using tcpdump:
tcpdump -i
Example:
tcpdump -i lan0 -s 0 -w /tmp/file.dmp host somehost.example and tcp port 123
To analyze the dump, you could run:
tcpdump -vvv -X -s 0 -r
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2009 01:10 AM
03-16-2009 01:10 AM
Re: capture snmp packets in HPUX
Install tcpdump and capture the snmp traffic with it to file.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP