COMPUTER NETWORKING

NETWORK LAYER

UNICAST ROUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If an interface is configured on a router but the routing table does not show a directly connected route for the network, what is the probable issue?
A
There is no active routing protocol.
B
The default-originate command was not issued.
C
The interface was not activated using the no shut command.
D
A static route must be configured for a directly connected network.
Explanation: 

Detailed explanation-1: -How does a router handle an incoming packet whose destination network is missing from the routing table? If there is a default route then surely the router will forward all unknown traffic to there. But if there is no default route in the routing table then the router will discard the packet.

Detailed explanation-2: -The show IP interface brief command gives you the answers to these questions and is the best summary of the status, protocol and IP addresses of your interfaces. This command can be used in both User EXEC and Privileged EXEC mode. This command can be abbreviated sh ip int brie.

There is 1 question to complete.