Skillset can help you prepare! Sign up for your free Skillset account and take the first steps towards your certification.
Router R1 has no non-connected entries in its routing table and no gateway of last resort is configured. The following command is entered on the router: "ip route 10.1.1.0 255.255.192.0 203.125.32.1". Which of the following is now true?
A static route now exists on R1 for all traffic with a destination address of 203.125.32.1
The IP address 203.125.32.1 is now configured on an interface on R1.
Packets arriving at R1 destined for host 10.1.63.253 will be forwarded to 203.125.32.1
Packets arriving at R1 destined for host 10.1.64.1 will be forwarded to 203.125.32.1
The command syntax for static route configuration is ip route [destination network] [subnet mask] [exit interface | next-hop address]. The IP address 203.125.32.1 is the next-hop address, which means it is not residing on the router where the command was issued. The command does create a static route but it will only forward the packets via 203.125.32.1, the network address block of 10.1.1.0/18 is the destination of the packets. Since the network address block is /18 or 255.255.192.0, only packets destined for the IP addresses with the range from 10.1.1.1-10.1.63.254 are forwarded to 203.125.32.1. (source: http://www.ciscopress.com/articles/article.asp?p=391648)
Study thousands of practice questions that organized by skills and ranked by difficulty.
Create a tailored training plan based on the knowledge you already possess.
Know when you’re ready for the high-stakes exam. Have the confidence that you will pass on your first attempt.