200-101 · Question #81
Refer to the graphic. Users on the Holyoke router are unable to access the intranet server attached to interface E0 of the Chicopee router. Inspection of the routing table of the Holyoke router…
The correct answer is E. Holyoke(config)# ip route 202.18.18.0 255.255.255.0 201.73.127.2. The correct command is a static route: 'ip route 202.18.18.0 255.255.255.0 201.73.127.2'. The syntax is 'ip route [destination network] [subnet mask] [next-hop IP address]'. Here, 202.18.18.0/24 is the network of Chicopee's E0 (where the intranet server lives), and 201.73.127.2…
Question
Options
- AHolyoke(config)# ip host Chicopee 201.73.127.2
- BHolyoke(config)# ip host Chicopee 201.73.127.0 255.255.255.0
- CHolyoke(config)# ip network 202.18.18.0
- DHolyoke(config)# ip network 202.18.18.0 255.255.255.0
- EHolyoke(config)# ip route 202.18.18.0 255.255.255.0 201.73.127.2
- FHolyoke(config)# ip route 201.73.127.2 255.255.255.0 202.18.18.0
How the community answered
(35 responses)- A3% (1)
- C14% (5)
- D9% (3)
- E71% (25)
- F3% (1)
Explanation
The correct command is a static route: 'ip route 202.18.18.0 255.255.255.0 201.73.127.2'. The syntax is 'ip route [destination network] [subnet mask] [next-hop IP address]'. Here, 202.18.18.0/24 is the network of Chicopee's E0 (where the intranet server lives), and 201.73.127.2 is the IP address of the Chicopee router's interface on the shared link between the two routers - this is the next hop Holyoke must use to reach that network. A and B are incorrect: 'ip host' creates a DNS-style hostname-to-IP mapping, not a route. C and D are incorrect: 'ip network' is not a valid IOS command for static routing. F is incorrect: it reverses the destination and next-hop arguments, which would create an invalid or unintended route.
Topics
Community Discussion
No community discussion yet for this question.