- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check the MAC address of hub and all device...
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
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
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
тАО10-27-2003 05:39 AM
тАО10-27-2003 05:39 AM
How to check the MAC address of hub and all devices connected to it?
How do I check the MAC address of the network hub I'm connected to and all other network devices connected to it?
And how do I check for the IP address for the same devices? Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 06:05 AM
тАО10-27-2003 06:05 AM
Re: How to check the MAC address of hub and all devices connected to it?
Try "arp -a"
do man arp for more help on this command.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 06:09 AM
тАО10-27-2003 06:09 AM
Re: How to check the MAC address of hub and all devices connected to it?
ping a.b.c.0 if Class D
ping a.b.0.0 if Class C...
then do arp -a.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 07:31 AM
тАО10-27-2003 07:31 AM
Re: How to check the MAC address of hub and all devices connected to it?
You can use a ping to try and get them to responds then use arp -a to see them but this is not totally reliable.
Better to use something like getif (for WindowsNT/2K/XP)
http://www.wtcs.org/snmp4tpc/getif.htm
and use its IP Discovery to sweep the range of possible IP addresses and see what comes up. Then look at the arp.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2003 07:39 AM
тАО10-27-2003 07:39 AM
Re: How to check the MAC address of hub and all devices connected to it?
This is *highly dependent* on the hub you have though. If it is a $30 hub from CompUSA or something, you will probably be out of luck.