Local Login Security Global security


In this tutorial, I would like to introduce you to global security configuration. This is the configuration that can be used to all over security access like vty, console, and auxiliary. First, let’s set the securtiy than we implement to the line accesses.

Router#configuration terminal
Router(config)#username cisco password cisco
Router(config)#username cisco privilege 2

That’s all. Now, You can use this security configuration as global configuration for vty (telnet or ssh), auxiliary, and console. Enter the line configuration and use login local as login security.

router#configuration terminal
router(config)#line vty 0 5
router(config-line)#login local

the procedure is same for auxiliary and console, you just enter to the line than set login to login local

router#configuration terminal
router(config)#line console 0
router(config-line)#login local

router#configuration terminal
router(config)#line aux 0
router(config-line)login local

Now, test one by one, the system will ask you username and password which is same.

Thanks to source:
danscourses youtube channel

Comments

Popular posts from this blog

Virtual Teletype for Telnet and SSH