An engineer must configure a /30 subnet between two routes. Which usable IP address and subnet mask combination meets this criteria?
Show Answer & Explanation
Correct Answer: A. interface e0/0 description to XX-AXXX:XXXXX ip address 10.2.1.3 255.255.255.252
A /30 subnet uses the mask 255.255.255.252, providing only 2 usable host addresses per subnet, which is ideal for point-to-point links between two routers. Option A is the only choice using 255.255.255.252 (/30), making it the correct mask. Options B and C use 255.255.255.248 (/29), which provides 6 hosts and does not meet the /30 requirement. Option D contains a typographical error in the mask (225 instead of 255), making it invalid. A /30 subnet contains 4 total addresses: 1 network, 2 usable hosts, and 1 broadcast. The question focuses on identifying the correct /30 subnet mask, and option A is the only valid /30 configuration.