Question 6 of 139
Scenario:
You have been asked by your customer to help resolve issues in their routed network. Their network engineer has deployed HSRP. On closer inspection HSRP doesn't appear to be operating properly and it appears there are other network problems as well. You are to provide solutions to all the network problems.
Exam 300-135: Question 6 - Image 1
Exam 300-135: Question 6 - Image 2
Exam 300-135: Question 6 - Image 3
Exam 300-135: Question 6 - Image 4
Exam 300-135: Question 6 - Image 5
You examine the configuration on R5 and discover that no routes are being learned from R4. Which issue prevents the route entries from being installed in the routing table?
    Correct Answer: B
    If we issue the "show ip route" and "show ip ospf neighbor" commands on R5, we see that there are no learned OSPF routes and he has no OSPF neighbors.
    Exam 300-135: Question 6 - Image 6 B
Question 7 of 139
Scenario:
A customer network engineer has edited their OSPF network configuration and now your customer is experiencing network issues. They have contacted you to resolve the issues and return the network to full functionality.
Exam 300-135: Question 7 - Image 1
Exam 300-135: Question 7 - Image 2
Exam 300-135: Question 7 - Image 3
Exam 300-135: Question 7 - Image 4
Exam 300-135: Question 7 - Image 5
Exam 300-135: Question 7 - Image 6
Exam 300-135: Question 7 - Image 7
The OSPF neighbor relationship has been lost between R1 and R3. What is causing this problem?
    Correct Answer: D
    In order for two OSPF routers to become neighbors, they must have matching network types across the links. In this case, we see that R1 has been configured as non-broadcast and R3 is using point to point non-broadcast.
    Exam 300-135: Question 7 - Image 8
    Exam 300-135: Question 7 - Image 9
    This can be seen by issuing the "show running-config" command on each router, or the "show ip ospf interface" command:
    Exam 300-135: Question 7 - Image 10
    Exam 300-135: Question 7 - Image 11 C
Question 8 of 139
Scenario:
A customer network engineer has edited their OSPF network configuration and now your customer is experiencing network issues. They have contacted you to resolve the issues and return the network to full functionality.
Exam 300-135: Question 8 - Image 1
Exam 300-135: Question 8 - Image 2
Exam 300-135: Question 8 - Image 3
Exam 300-135: Question 8 - Image 4
Exam 300-135: Question 8 - Image 5
Exam 300-135: Question 8 - Image 6
Exam 300-135: Question 8 - Image 7
Connectivity from R3 to R4, R5 and R6 has been lost. How should connectivity be reestablished?
    Correct Answer: E
    Based on the network diagram, we know that a virtual link will need to be configured to logically connect area 2 to the back area 0. However, this is not the problem as we can see that R3 has been correctly configured to do this. It is, however, missing the network statement for the link to R4.
    Here, we see that the link to R4 is using the 192.168.34.0 network, but that this network has not been added to OSPF
    Exam 300-135: Question 8 - Image 8
    Exam 300-135: Question 8 - Image 9
    Based on the network diagram, this link should be added to Area 1, not Area 2. E
Question 9 of 139
Scenario:
A customer network engineer has edited their OSPF network configuration and now your customer is experiencing network issues. They have contacted you to resolve the issues and return the network to full functionality.
Exam 300-135: Question 9 - Image 1
Exam 300-135: Question 9 - Image 2
Exam 300-135: Question 9 - Image 3
Exam 300-135: Question 9 - Image 4
Exam 300-135: Question 9 - Image 5
Exam 300-135: Question 9 - Image 6
Exam 300-135: Question 9 - Image 7
After resolving the issues between R3 and R4. Area 2 is still experiencing routing issues. Based on the current router configurations, what needs to be resolved for routes to the networks behind R5 to be seen in the company intranet?
    Correct Answer:
    Here, we see from the running configuration of R5 that OSPF authentication has been configured on the link to R4:
    Exam 300-135: Question 9 - Image 8
    However, this has not been done on the link to R5 on R4:
    Exam 300-135: Question 9 - Image 9 Explanation
Question 10 of 139
Scenario:
A customer network engineer has edited their OSPF network configuration and now your customer is experiencing network issues. They have contacted you to resolve the issues and return the network to full functionality.
Exam 300-135: Question 10 - Image 1
Exam 300-135: Question 10 - Image 2
Exam 300-135: Question 10 - Image 3
Exam 300-135: Question 10 - Image 4
Exam 300-135: Question 10 - Image 5
Exam 300-135: Question 10 - Image 6
Exam 300-135: Question 10 - Image 7
The 6.6.0.0 subnets are not reachable from R4. How should the problem be resolved?
    Correct Answer:
    Here we see from the running configuration of R6 that distribute list 64 is being used in the outbound direction to all OSPF neighbors.
    Exam 300-135: Question 10 - Image 8
    However, no packets will match the 6.6.0.0 in this access list because the first line blocks all 6.0.0.0 networks, and since the 6.6.0.0 networks will also match the first line of this ACL, these OSPF networks will not be advertised because they are first denied in the first line of the ACL. Explanation