Question
Which of the following commands would you use, to configure a default route to any destination NOT found in the routing table?

A. Router(config)# ip default-route 0.0.0.0 255.255.255.255 s0


B. Router(config)# ip route 0.0.0.0 255.255.255.255 s0


C. Router(config)# ip default-route 0.0.0.0 0.0.0.0 s0


D. Router(config)# ip route 0.0.0.0 0.0.0.0 s0


E. Router(config)# ip route any any e0

Answers

D
Explanation:
Choice D is the correct syntax for configuring a gateway of last resort. Note that an alternative way is to specify the IP address of the next hop router, for example, "ip route

0.0.0.0 0.0.0.0 10.1.1.1."   Your Comment






Search
Can you Answer!!
  • Q Which dance means in Portuguese snapping of a whip
  • Q What is a package and how does it differ from procedure and function?
  • Q What should i do if the domain controller points to itself for dns, but the srv records still do not appear in the zone?
  • Q Do you feel that you have any prejudices that could influence the way you would deal with certain situations, families, or children?
  • Q ———————– is GST Finance Ministers Panel Chairman
  • Q How To See the CREATE TABLE Statement of an Existing Table?
  • Q Do you know how does udrp function?
  • Q What are PL/SQL exceptions? Tell me any three.
  • Q The Nathu La pass connects India with___.
  • Q ‘Questioning is an art’ Comment.
  • Q Can the method local inner class object access method’s local variables