09-28-2015 07:24 PM - edited 03-08-2019 01:58 AM
I want prohibit our local user using laptop and putty to logon to router and access point, even they know user ID/password, how to do?
when they try, it should say" connection refused"
but only allow two IT network admin to login to router and AP. but my IT admin and business user under same vlan 60.
09-29-2015 01:06 AM
Hi
as an option you could block them on your VTY access-list deny there specific host ip address even if they have a password they wont be able to access it as ip is not allowed into router so they wont even reach login
example base on ssh change to 23 if using telnet
line vty 0 4
access-class 125 in
access-list 125 remark VTY restricted access list
access-list 125 deny tcp host 10.1.1.16 any eq 22 -------------------------- block the user
access-list 125 permit tcp host 10.1.1.21 any eq 22-------------------------allow other user
access-list 125 deny ip any any log
09-29-2015 02:10 AM
No, we are using windows DHCP, can it be blocked by computer name like WJPN001, WJPN002...
user is using wifi ap, so every time IP change.
also this is only implemented in router.
how can this be done in lightweight AP and switch
09-29-2015 06:53 PM
Hi,
Create a jumpbox and only allow the jumpbox to access the routers/switches via the access list. A jumpbox is a PC that Network Admins need to log into to manage the network devices.
Thanks
John
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide