Oracle
1Z0-821 · Question #69
You created an IP address for interface not.3 with the following command, which executed successfully: ipadm create-addr -T static -a 192.168.0.100/24 net3/v4 You then ran: ipadm show -if The result…
The correct answer is B. Another device exists on the network, using the 192.168.0.100 address. The first IP address is already in use.
Configuring and Administering Networks
Question
You created an IP address for interface not.3 with the following command, which executed successfully:
ipadm create-addr -T static -a 192.168.0.100/24 net3/v4 You then ran:
ipadm show -if The result indicated that the interface was down. You then ran:
ipadm delete-addr net3/v4 ipadm create-addr -T static -a 192.168.0.101/24 net3/v4 ipadm show-if The last command indicated that the interface was up. Why did it work with the second address specified, but not the first?
Options
- AThe 192.168.0.100 address is reserved for broadcast messages.
- BAnother device exists on the network, using the 192.168.0.100 address.
- CThe network interface card does not support the address 192.168.0.100.
- DThe address 192.168.0.100 is at a boundary and may not be configured in Oracle Solaris 11.
- E192.168.0.100 is a DHCP address and may not be statically configured in Oracle Solaris 11.
How the community answered
(55 responses)- A4% (2)
- B75% (41)
- C2% (1)
- D7% (4)
- E13% (7)
Explanation
The first IP address is already in use.
Topics
#ipadm#IP address conflict#network troubleshooting#duplicate IP
Community Discussion
No community discussion yet for this question.