After configuring a working router interface with IP address/mask 10.1.1.100/26, which of the following routes would you expect to see in the output of the show ip route command? (Choose two answers.)
- A connected route for subnet 10.1.1.64 255.255.255.192
- A connected route for subnet 10.1.1.0 255.255.255.0
- A local route for host 10.1.1.100 255.255.255.192
- A local route for host 10.1.1.100 255.255.255.255
- A local route for host 10.1.1.64 255.255.255.255
Explanation: First, for the subnetting math, address 10.1.1.100, with mask /26, implies a subnet ID of 10.1.1.64. Also, mask /26 converts to a DDN mask of 255.255.255.192.
For any working router interface, after adding the ip address command to configure an address and mask, the router adds a connected route for the subnet. In this case, that means the router adds a connected route for subnet 10.1.1.64 255.255.255.192.
The router also adds a route called a local route, which is a route for the interface IP address with a 255.255.255.255 mask. In this case, that means the router adds a local route for address 10.1.1.100 with mask 255.255.255.255.
Please login or Register to submit your answer