- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ping mac address
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
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
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
тАО03-27-2002 01:07 AM
тАО03-27-2002 01:07 AM
ping mac address
Does anybody know of command or tool for HPUX11 that can ping device using its MAC address?
Regards
Michal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 01:10 AM
тАО03-27-2002 01:10 AM
Re: ping mac address
See man arp.
It may help.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 01:13 AM
тАО03-27-2002 01:13 AM
Re: ping mac address
Does you mean linkloop command ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 01:24 AM
тАО03-27-2002 01:24 AM
Re: ping mac address
Then use linkloop:
lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
13/0/0 0x0000BC13103F 0 UP lan0 snap0 1 ETHER Yes 52
13/0/1 0x0000BC131040 1 UP lan1 snap1 2 ETHER Yes 52
13/0/2 0x0000BC130FEC 2 UP lan2 snap2 3 ETHER Yes 52
linkloop 0x0000BC13103F
Link connectivity to LAN station: 0x0000BC13103F
-- OK
But beware: linkloop can only applied on the local host.
linkloop is DATALINK-layer of the OSI model. A 'ping' is NETWORK-layer.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2002 01:59 AM
тАО03-27-2002 01:59 AM
Re: ping mac address
Linkloop checks whether two interfaces are on the same LAN.
linkloop -i [PPA] -v [MAC]
where MAC is the MAC address which can be off a remote node.
So this only works when the two interfaces are on the same subnet, when on a different subnet you'll get an error.
I dont think arp will work either.