07-20-2009 05:10 AM - edited 03-06-2019 06:51 AM
Hi,
How to restrict a subnet only to telnet to a router or a switch.
I need to create local user and password.
07-20-2009 05:16 AM
Hi Amin,
You need to configure ACL and apply the ACL into the VTY
If you want to create local database for user and password, you can do
username xyz password xyz
HTH,
jerry
07-20-2009 06:31 AM
Hi,
An example:
You wish to restrict the users of the 10.10.10.0/24 subnet to be able to have telnet access to a router or switch:
access-list 1 permit 10.10.10.0 0.0.0.255
username xxx privilege y password zzz
line vty 0 4
access-class 1 in
transport input telnet
login local
Cheers:
Istvan
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