HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to get broadcast and multicast transmit/re...
Operating System - HP-UX
1834858
Members
2171
Online
110070
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
07-10-2006 09:44 PM
07-10-2006 09:44 PM
How to get broadcast and multicast transmit/recieve information in HP-UX
Hi all,
For one of my application I wanted to get broadcast and multicast transmit and recieve information (howmany packets). Are there any API or any commands to get. If we can't from any of these is there anywhere this information is stored.
For one of my application I wanted to get broadcast and multicast transmit and recieve information (howmany packets). Are there any API or any commands to get. If we can't from any of these is there anywhere this information is stored.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 09:46 PM
07-10-2006 09:46 PM
Re: How to get broadcast and multicast transmit/recieve information in HP-UX
Hi,
You need to use packet capturing API like Libpcap. You can get it from Internet Express package: http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
-Arun
You need to use packet capturing API like Libpcap. You can get it from Internet Express package: http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 09:55 PM
07-10-2006 09:55 PM
Re: How to get broadcast and multicast transmit/recieve information in HP-UX
Hi Arun,
I don't have the depot which you have mentioned here. Can you please tell me is there any general API to collect these information. And also Only to collect this information I can't tell the customer to install this package.
I don't have the depot which you have mentioned here. Can you please tell me is there any general API to collect these information. And also Only to collect this information I can't tell the customer to install this package.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 12:45 PM
07-11-2006 12:45 PM
Re: How to get broadcast and multicast transmit/recieve information in HP-UX
libpcap might be a bit much for that. The lanadmin command will tell unicast versus non-unicast (ie broadcast and multicast) frames sent and received over an interface.
lanadmin -g mibstats
IIRC, burried somewhere in the DLPI documentation on http://docs.hp.com/ is example code that uses DLPI to retrieve stats from the driver a la lanadmin.
Now, those will be broadcast and multicast at the data-link level. This will include IP _and_ ARP and anything else.
If you want just IP broadcast/multicast, you may need to go the SNMP/MIB route.
lanadmin -g mibstats
IIRC, burried somewhere in the DLPI documentation on http://docs.hp.com/ is example code that uses DLPI to retrieve stats from the driver a la lanadmin.
Now, those will be broadcast and multicast at the data-link level. This will include IP _and_ ARP and anything else.
If you want just IP broadcast/multicast, you may need to go the SNMP/MIB route.
there is no rest for the wicked yet the virtuous have no pillows
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP