Booting User on a Cisco Router?
I have a newbie-ish question to toss out.
If I am in my Cisco Router, and there are three users telnetting into the same router, one of which is causing problems by changing configurations, is there a way to boot that specific user selectively, and ban him from telnetting back into the router?
-Thanks!
Aphim
The hopeless CCNA Student
Re: Booting User on a Cisco Router?
Quote:
Originally posted here by Aphim
I have a newbie-ish question to toss out.
If I am in my Cisco Router, and there are three users telnetting into the same router, one of which is causing problems by changing configurations, is there a way to boot that specific user selectively, and ban him from telnetting back into the router?
-Thanks!
Aphim
The hopeless CCNA Student
you can use this line as an example to block a particular IP from accessing your router via telnet
access-class 51 deny 0.0.0.0 255.255.255.255
access-class 52 permit (ip)
line aux 0
access-class 51 in
line vty 0 4
access-class 52 in
i hope this helps