How2pass.com Forums
ar338 - Printable Version

+- How2pass.com Forums (https://www.how2pass.com/forum)
+-- Forum: CCNP (https://www.how2pass.com/forum/forum-6.html)
+--- Forum: CCNP ENARSI 300-410 Forum (https://www.how2pass.com/forum/forum-15.html)
+--- Thread: ar338 (/thread-2301.html)



ar338 - pc_evans - 03-04-2024

exhibit show that R1 is attempting to connect to 10.221.10.10 and reveals a connect error

fixing the diagram will show that a static route out e 0/1 will fix the problem


RE: ar338 - help_desk - 03-13-2024

The question has been corrected. Thank you!


RE: ar338 - juancp90 - 04-28-2024

Looking at the debug output, second to the last line, the log suggests that it is attempting to use server x.x.10.10 when the diagram specifies that the server is actually x.x.10.11.
This would require the tacacs group to be modified to use the correct server:
`tacacs server prod`
`address ipv4 x.x.10.1

Last option is the correct one.


RE: ar338 - forumsupport - 04-29-2024

Thank you for your feedback. The correct answer indeed is:

tacacs server prod
address ipv4 10.221.10.11
exit

The answer and explanation have been updated.