The Cisco router ACL was configured by someone else. So what i want to do is i would like to give one user to access all ports incoming and outgoing.
when i tried like this
#access-list 101 permit any host 192.168.20.146 host 192.168.20.254
192.168.20.254 //the router interface
192.168.20.146 //the user IP address
what did i do wrong on that command?
what is the correct way to give that user the full permission?
Thanks,