nerdexam
Cisco

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…

Troubleshoot Basic Connectivity

Question

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 shows not an entry for the Chicopee E0 network is missing. Which command will configure the Holyoke router with a path to the intranet server network?

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)
  • A
    3% (1)
  • C
    14% (5)
  • D
    9% (3)
  • E
    71% (25)
  • F
    3% (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

#static routing#ip route#routing table#missing route

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice