TKJ SMKN 1 GEGER MADIUN

Teknik Komputer dan Jaringan

Wednesday, February 26, 2014

Creating Users on a Cisco Router


This tech-recipe will allow you to create multiple users on a router. It is also a handy tool to find out who did what and at what time (permitting logging is on and the correct date/time is configured).

We first start by creating the users. Use the following command:
username user password password
We will use this command for each user we want to create.
Now, we enable the use of usernames to log in to the router.
We use the following commands:
aaa new-model
aaa authentication login default local
The first line enables aaa or authentication, authorization, and accounting. The second line is telling the router to use the local user database which was created in the first step.
Now that this is enabled on the router, logging into the router (console, telnet) will prompt for a username/password.
- See more at: http://www.tech-recipes.com/rx/730/create_user_cisco_router/#sthash.8rO2dk8E.dpuf

Newer Post Older Post Home

0 comments:

Post a Comment