Hello friends.. i am Vasu Birla and today we will see that how to configure Telnet on switch.... so here we go...
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6140727139411440",
enable_page_level_ads: true
});
</script>
How to Configure Telnet on Switch
In the last part we did assign a IP address to Cisco switch that is 192.168.1.2 . To see what IP address is configured on switch following command is used -
Sw1>
Sw1>en
Sw1#show ip in br
it means Show IP interface in brief, it will show all IP addresses of switch and PCs.
now let's configure Telnet
first go to configuration mode using Conf t command
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-6140727139411440",
enable_page_level_ads: true
});
</script>
How to Configure Telnet on Switch
In the last part we did assign a IP address to Cisco switch that is 192.168.1.2 . To see what IP address is configured on switch following command is used -
Sw1>
Sw1>en
Sw1#show ip in br
it means Show IP interface in brief, it will show all IP addresses of switch and PCs.
now let's configure Telnet
first go to configuration mode using Conf t command
Sw1>
Sw1>en
Sw1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Sw1(config)#line vty ?
<0-15> First Line number
Sw1(config)#line vty 0 15
Sw1(config-line)#password 12345
Sw1(config-line)#login
Sw1(config-line)#exit
Sw1(config)#enable ?
password Assign the privileged level password
secret Assign the privileged level secret
Sw1(config)#enable secret 54321
Sw1(config)#
Sw1(config)#
screenshot of switch terminal
Here we configure telnet for line 0 to 15 or for 16 port switch and we configure two kind of password one is for Login to switch and another is for enabling the switch.
Now after this configuration go to Computer, which is connected to Switch , now we will access switch using telnet with command promt.
PC>telnet 192.168.1.2
Trying 192.168.1.2 ...Open
User Access Verification
Password:
Sw1>en
Password:
Sw1#
Sw1#
Sw1#
Screenshot of Computer
In the next part we would know about the Cisco IOS up gradation with TFTP.
#ccna #cisco #mcse #Microsoft #Networking
Location Detected
Location Detected
Sanawad Coordinates
22.1800° N, 76.0700° E
Comments
Post a Comment