Home » Cisco » 200-120 » What route could be configured on router R1 for file requests to reach the server?


Users on the 192.168.1.0/24 network must access files located on the Server 1. What route could be configured on router R1 for file requests to reach the server?
A. ip route 0.0.0.0 0.0.0.0 s0/0/0
B. ip route 0.0.0.0 0.0.0.0 209.165.200.226
C. ip route 209.165.200.0 255.255.255.0 192.168.1.250
D. ip route 192.168.1.0 255.255.255.0 209.165.100.250
Correct Answer: A
Explanation/Reference:
Explanation:
In order to allow the network of 192.168.1.0/24 to access Server 1, we need to establish a default route. The format of this default route is as follows: ip route prefix mask {ip-address interface-type interface-number [ip-address]} [distance] [name]
[permanent track number] [tag tag]
Based on the request of this subject, we need to configure the correct route as follows:
ip route 0.0.0.0 0.0.0.0 s0/0/0
FULL Printable PDF and Software. VALID exam to help you pass.
|
 |
A – Any packet destine to other than 192.168.1.0/24 should be routed out via s 0/0/0
It is no possible to be C??