CCNA Telnet on Router
HOW TO CONFIGURE TELNET ON CISCO ROUTERS
We can configure telnet on router to manage remotely to router. First connect your router to PC via console cable. Install putty or hyper terminal. Open putty and run following commands to configure telnet on router -
To configure telnet first you need to give IP address to connected port of router-
Router>enable
Router#conf t
Router(config)# int f0/0
Router(config-if)#ip add 10.0.0.1 255.0.0.0
Router(config-if)#no shutdown
After Giving IP address run following command to configure telnet.
Router(config)#line vty 0 4
Router(config-line)#login
Router(config-line)#pass 12345
After configuring telnet , you need to give enable password. If you have not given enable password then you will not be able to access privilage or configuration mode from telnet client.
To give enable password follow these commands.
Router(config)# enable pass 123
Now you have successfully configured telnet . You can access telnet from any telnet enabled device like PC.
To access telnet follow this command
c:\ telnet 10.0.0.1
give password as you given on router.
Connect router to PC
Open CLI on Router
Run IP address, Telnet and enable command
Go to PC assign IP address-
Open cmd and run command to access telnet
No comments:
Post a Comment