What is function of arp-a and what is function of dladm show-dev?

Questions by krishnaraghava   answers by krishnaraghava

Showing Answers 1 - 18 of 18 Answers

kalpesh_c_k

  • Jul 22nd, 2008
 

Run "arp - a" which will report on all the information it has stored on the ARP table during the usage of the network for that workstation.

  Was this answer useful?  Yes

kumar2000

  • Dec 26th, 2008
 

Different administrative commands are used at each layer of the stack. For example, hardware

devices that are installed on the system are listed by the dladm show-dev command.

  Was this answer useful?  Yes

Pardeep Kumar

  • Jul 12th, 2012
 

This command user in solaris for display all configure and not configure lan card who are connect in server.

  Was this answer useful?  Yes

osmond

  • Sep 14th, 2012
 

The arp command is used to manage entries in the ARP cache. To display the entries in the ARP cache, use the –a option.
#arp -a

  Was this answer useful?  Yes

BIKACH

  • May 28th, 2015
 

Address Resolution Protocol (ARP).
arp - a display all of the current ARP entries
dladm show-dev displays existing datalinks device in the system.

  Was this answer useful?  Yes

Ram Vuppala

  • Feb 21st, 2018
 

ARP stands for Address Resolution Protocol. This protocol is used by network nodes to match IP addresses to MAC addresses. The arp command is useful for viewing the ARP cache and resolving address resolution problems. To display the ARP cache entry for a specific IP address, use arp -a with the InetAddr parameter, where InetAddr is an IP address.
dladm show-dev : it will display all list of lan cards in the server. And shows links are up and running or not. Give the information about the full duplex or half duplex.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions