2 Telnet

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Telnet

Router:-
Router>en
Router#configure terminal
Router(config)#int f0/0
Router(config-if)#ip add 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#line vty 0 4
Router(config-line)#login local
Router(config-line)#exit
Router(config)#username telnet password 123
Router(config)#exit
Router#wr
Building configuration...
[OK]
Router#conf t
Router(config)#enable password Kundan

Goto Pc1:-
C:\>telnet 192.168.10.1
Trying 192.168.10.1 ...Open
User Access Verification
Username: telnet
Password: (Telnet no pass word nakhvu)
Router>enable
Password: (Enable ne password give)
Router#configure terminal
Router(config)#hostname r1
r1(config)#ex
r1#conf t
r1(config)#enable secret 2004 (Enable ne 2 var password give)

(go to router and access this policy)

You might also like