You have connected a new printer at a fixed IP address.
It appears to work correctly most of the time, but at other times does not respond
You suspect that the assigned address may not be unique within the network.
What command will be useful to confirm this?
A.
arp
B.
netstat
C.
ipadm show-if
D.
dladm show-addr
E.
ipadm show-addr
Explanation:
‘ipadm show-addr’ displays all the configured addresses on the system.
Example:
# ipadm show-addr
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
lo0/v6 static ok ::1/128
A is correct
Hi Murali,
How can u proove that option “a” is correct???
There is a situation when one IP is used simultaneously by some servers/printers. Command arp shows MAC-adresses for conflict IP when printer work and when it does not.
b
A is correct
A – for this scenario would be the most appropriate. ipadm show-addr will only show configured addresses on interfaces
It seems very clean and simple. show-addr even notifies you of IP address collisions by putting “duplicate” in the STATE field!
E is correct
I agree with you.
E
ipadm show-addr will show “duplicate state if that IP not unique.
A
ipadm show-addr will show duplicate if the fix IP owned by server. But it’s ip of printer. So from server you should used arp.
A