Posts tagged Router
Enable Telnet Access on Cisco Router
May 16th
This short tutorial shows how to enable telnet access on the router.
Configuration
Use the following commands to enable telnet access to the router.
First check how many virtual terminal router supports.
(Depending on the router model, the output might be different)
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line vty 0 ? <1-4> Last Line number
Disable Password Recovery
Aug 26th
There are times when you may want to disable password recovery (for example if someone is working in high secure environment).
Use the following command to disable password recovery
Router(config)#no service password-recovery
WARNING:
Executing this command will disable password recovery mechanism.
Do not execute this command without another plan for
password recovery.
Are you sure you want to continue? [yes/no]: yes
Router(config)#
Cisco Router Password Recovery
Aug 24th
There are times when you need to recover Cisco Router password. This tutorial shows how to do it in few simple and detailed steps. Depending on the router model, the configuration might be slightly different, but the concept remains same (check Summarized Steps)
Although it is possible to bypass router password feature, but it is not possible to recover encrypted passwords. Plain text passwords can be viewed from saved configuration but the encrypted passwords must be changed to a new password.
Read more →
Basic Connectivity Between Routers
Aug 7th
This tutorial shows how to configure two routers, so they can communicate with each other. It covers the basic of configuring interfaces and checking the connectivity between them.
Let look at the following network diagram.

Configuring Interface
Aug 4th
This short tutorial will show you how to configure an interface in Cisco IOS, assign IP address to it, and then enabling it.
Enter exec mode.
Router>enable Router#
