Question 767 of 952 from exam 200-125: Cisco Certified Network Associate Exam

Question 767 of 952 from exam 200-125: Cisco Certified Network Associate Exam

Prev Question Next Question

Question

Refer to the exhibit.

The speed of all serial links is E1 and the speed of the all Ethernet links is 100Mb/s.

A static route will be established on the Manchester router to the direct traffic toward the internet over the most direct path available.

What configuration on the Manchester router will establish a router toward the internet for traffic that originates from workstation on the Manchester LAN?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

F

We use default routing to send packets with a remote destination network not in the routing table to the next-hop router.

You should generally only use default routing on stub networks--those with only one exit path out of the network.

According to exhibit, all traffic towards Internet that originates from workstations should forward to Router R1.

Syntax for default route is:

ip route <Remote_Network> <Netmask> <Next_Hop_Address>.