Operating System - HP-UX
1833813 Members
3047 Online
110063 Solutions
New Discussion

Re: communication via mac address

 
SOLVED
Go to solution
Jeff Patrick
Advisor

communication via mac address

Is there any way to do test a connection from a server (HP-UX or AIX) to a printer that has a 12-digit mac address & nic, which doesn't support full IP, therefore, no IP address? I thought there was a way to do this, but I'm not finding the command anywhere. Thanks in advance for your help!

Jeff
4 REPLIES 4
Madhu Sudhan_1
Respected Contributor
Solution

Re: communication via mac address

Jeff:

Use

#linkloop

Which uses IEEE 802.2 link level frames to test the connectivity.

This applies only when the two machinces are in a single sub network.

...Madhu
Think Positive
Jaimin Parikh
Frequent Advisor

Re: communication via mac address

Hi,

On HP-UX you can use the command listed below.

linkloop - verify LAN connectivity with link-level loopback

#linkloop [-i PPA] [-n count] [-r rif] [-s size] [-t timeout] [-v] linkaddr

linkaddr = MAC address

I think this will help you.

Regards,
Jaimin
JAIMIN PARIKH : Share your knowledge and help those who need your help!!
Jeff Patrick
Advisor

Re: communication via mac address

Madhu and Jaimin,

Thank you for your input. I am able to use linkloop to communicate successfully. Is there any AIX equivalent to linkloop that you know of? Thanks again.

Jeff
Madhu Sudhan_1
Respected Contributor

Re: communication via mac address

Jeff:
Iam not sure in AIX. May be you can try some option with "lscfg" command in AIX.

Hope this helps.

...Madhu
Think Positive