- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network monitoring
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
01-29-2003 05:43 PM
01-29-2003 05:43 PM
network monitoring
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:50 PM
01-29-2003 05:50 PM
Re: network monitoring
You can find the MAC addresses of all the systems in the broadcast domain of your HP server. First, ping to all the systems from your HP system.
Get the broadcast address using ifconfig command.
#ifconfig lan0 (or the card that you use. Note down the broadcast address ex., 128.10.10.255)
#ping 128.10.10.255
You will see multiple responses here. Wait for a minute.
#arp -a
Here you should see the arp tables consisting of IP addresses|hostnames and the MAC addresses
If you want to find it for a single host, then ping that host and search for it in arp -a again.
If you ping to a system not on your subnet, then the MAC address you will get is of your router.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:50 PM
01-29-2003 05:50 PM
Re: network monitoring
You could try to use the "arp -a" command as root. This will show the IP to MAC address mapping detected by your HP server for the local segment it is connected to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 05:59 PM
01-29-2003 05:59 PM
Re: network monitoring
# arp -a
See the man page for further information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 09:03 PM
01-29-2003 09:03 PM
Re: network monitoring
just run this script, i assumed here 96.0.0.0 network. once this scipt runs, all mac addresses of ur local network will be cashed into ARP cache. then run arp -a command as root. u will get all mac addresses of machines in ur network.
i=1
while true
do
ping 96.0.0.$i -n 1
i=`expr $i + 1`
if [ $i -eq 255 ]
then
exit
fi
Best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:06 PM
01-29-2003 10:06 PM
Re: network monitoring
arp -a will give you the mac addresses in the local n/w
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 11:11 PM
01-29-2003 11:11 PM
Re: network monitoring
GFI LANguard Network Security Scanner 3.0
It's good
download it from
http://download.com.com/3000-2092-10171938.html?tag=lst-0-1
File--->New scan
select the range of ip's
and start and you can view what you need.
Note:
The activity will broadcast packets on the local network.