Team,
I hope I am not asking too many questions ....
I saw this lab which required the configuration of an ACL to deny telnet to a router R3 any allow all other traffic. There were three routers R1, R2, and R3. The routers' networks were given.
The solution (from Testking) suggested an acl denying R1 and R2 networks and applying the access-group on S0 and E0 of R3. Yes it works but ....
Why not just applying like this:
!
line vty 0 4
ip access-class 101 in
end
!
I hope I am not asking too many questions ....
I saw this lab which required the configuration of an ACL to deny telnet to a router R3 any allow all other traffic. There were three routers R1, R2, and R3. The routers' networks were given.
The solution (from Testking) suggested an acl denying R1 and R2 networks and applying the access-group on S0 and E0 of R3. Yes it works but ....
Why not just applying like this:
!
line vty 0 4
ip access-class 101 in
end
!