Which command will create a static route on R2 in order to reach PC B?

IT Questions BankCategory: CCNAWhich command will create a static route on R2 in order to reach PC B?

Which command will create a static route on R2 in order to reach PC B?

  • R2(config)# ip route 172.16.2.1 255.255.255.0 172.16.3.1
  • R2(config)# ip route 172.16.2.0 255.255.255.0 172.16.2.254
  • R2(config)# ip route 172.16.2.0 255.255.255.0 172.16.3.1
  • R2(config)# ip route 172.16.3.0 255.255.255.0 172.16.2.254

Explanation: The correct syntax is:
router(config)# ip route*destination-network destination-mask{next-hop-ip-address | exit-interface*}
If the local exit interface instead of the next-hop IP address is used then the route will be displayed as a directly connected route instead of a static route in the routing table. Because the network to be reached is 172.16.2.0 and the next-hop IP address is 172.16.3.1, the command is R2(config)# ip route 172.16.2.0 255.255.255.0 172.16.3.1

Exam with this question: Quiz – IPv4/IPv6 Addressing and Routing Review
Exam with this question: Switching, Routing, and Wireless Essentials ( Version 7.00) - SRWE Final Exam
Exam with this question: CCNA 2 (v5.0.3 + v6.0) Final Exam Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x