What command will be useful to confirm this?

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?

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



Leave a Reply 11

Your email address will not be published. Required fields are marked *


Murali

Murali

A is correct

Shubham Gupta

Shubham Gupta

Hi Murali,
How can u proove that option “a” is correct???

ennnot

ennnot

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.

Armen

Armen

A is correct

John

John

A – for this scenario would be the most appropriate. ipadm show-addr will only show configured addresses on interfaces

Bahij

Bahij

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

Vinicius Torres

Vinicius Torres

I agree with you.

Banchain

Banchain

E

ipadm show-addr will show “duplicate state if that IP not unique.

Mr SUN

Mr SUN

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.