I was wondering what is the minimum security that I can apply to a router, but more immportanly is there a way that I can create a log to see who is logging into the router via telnet/ssh?
If you are wanting more specifics to see who is logging into the router, you will probably want to setup a TACACS authentication so that every user has a unique ID as well.
tacacs-server host ip address here
aaa new-mod
aaa authentication login default group tacacs+ local
! add the local in case your tacacs server goes down
! if you dont then no one can login until it comes back up
! thats assuming you have a local username
that should do it.
if you want to have tacacs login for only a specific interface such as console, aux, telnet , ssh then instead
aaa new-mod
aaa authentication login NAMEOFLIST group tacacs+ local
!telnet used as exmaple
line vty 0 15
aaa authorization NAMEOFLIST
i think that should do it.
*going off memory here, ? doesn't work in forums .
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.