Guys,
The task says "Configure the network in such a way that hosts must first authenticate to R2 before they are allowed to telnet to SW1". Doesn't it mean that we need to use the "host" keyword in "access-enable" command? Otherwise, one host can punch a hole in the access-list and other hosts can pass-through without authenticating with R2.
SG solution: (version 5.10.019)
username TELNET autocommand access-enable timeout 5
In my opinion, it shoulde be:
username TELNET autocommand access-enable host timeout 5
Please let me know your opinion.
Thanks