Console and Auxiliary Port


Console Port

Today, almost all managed networking devices can be done remotely from office. We just need laptop and internet connection than we can work behind the table from the office while drinking a cup of coffee. But, you have to know that before you can do it, you must configure the devices first directly connected. How we could do that? Console port. We can directly connect our laptop to router or switch via console port. From here, we start to configure our network device so that we can manage them remotely.

If we connect to router for the first time, we can access it without login. This makes us easy and of course the router company will not give it password so that we can access them. But, we can not let this happen all day long because it is unsecure, so for the first step we have to do is secure this device. Let’s do it

router>enable
router#configure terminal
router(config)#line console 0
router(config-line)password (your password)
router(config-line)login

Now, try disconnect from the router and reconnect to, the router will ask you password to login.

Auxiliary Port
Actually, I have never worked with this port connection. So far, I just read from internet what the function of the port and this port is used to connect router to modem. To configure auxiliary port, follow the instruction like before, it is similar to console.

router>enable
router#configure terminal
router(config)#line aux 0
router(config-line)#password (your password)
router(config-line)#login

you can do anything to config console and auxiliary, you can check what else you have got by ? At config line prompt

router(config-line)#?

This command is like help command, it will help you to list any command.

Thanks to source:
danscourses channel youtube

Comments

Popular posts from this blog

Virtual Teletype for Telnet and SSH

Local Login Security Global security