03-05-2022 06:24 PM
Hello,
I think I understand what is needing to be done here with erasing all setting and resetting them with what is on the word document but there is something about the ACL I am not quiet sure about. I could use some help or feed back please and thank you!
I have attached the unedited packet tracer and word document.
03-07-2022 02:13 AM
What part of the assessment are you in doubt with ?
Is it only part7
restricting access to the vty lines.
03-07-2022 06:11 PM - edited 03-07-2022 06:12 PM
VTY line ACL is tricky a bit; 1. access class in use source IP in ACL but access -class out which uses destination in standard ACL
Configure a named access list to only allow R1 to telnet to R2
Apply the named ACL to the VTY lines and use Named ACL ADMIN-MGT
line vty 0 15
access-class ADMIN-MGT in
ip access-list standard ADMIN-MGT
permit host [IP of R1 here]
Allow telnet access to VTY lines
transport input telnet
Regards, ML
**Please Rate All Helpful Responses **
03-25-2022 10:11 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide