Always Read for Knowledge

Friday 29 April 2011

CCNA LAB Practice - Accessing Switch through Telnet & Http


Accessing Switch

through

Telnet & Http

 Objective

This lab demonstrates how to access the Switch through the remote ways e.g. through Telnet & Http.

Diagram



Procedure

  1. Set the Privileged Mode Password on Switch.
  2. Give the IP Address of Management VLAN Of Switch.
  3. Verification of connectivity of PC & Switch by ping command.
  4. Telnet to Switch by telnet command on PC.
  5. Open Internet Explorer on PC and Type IP Address of Switch.

Configuration         

Step 1: Set the Privileged/Administrative Mode Password in Clear Text.

1900-SWA(config)#enable password level 15 cisco

Step 2: To give the IP Address of Management VLAN Of 1900-SWA.

1900-SWA(config)#ip address 10.0.0.10 255.0.0.0

Step 3: Verification of connectivity of PC & Switch by ping command.

D:\>ping 10.0.0.10

Pinging 10.0.0.10 with 32 bytes of data:

Reply from 10.0.0.10: bytes=32 time<10ms TTL=128
Reply from 10.0.0.10: bytes=32 time<10ms TTL=128
Reply from 10.0.0.10: bytes=32 time<10ms TTL=128
Reply from 10.0.0.10: bytes=32 time<10ms TTL=128

Ping statistics for 10.0.0.10:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum =  0ms, Average =  0ms

Step 4: Telnet to Switch by telnet command on PC.
                  
C:\>telnet 10.0.0.10




Step 5: Open Internet Explorer on PC and Type IP Address of Switch.

Username: Administrator
Password: (Priviledge Mode Password)



The following Screen wills pop-up.




No comments:

Post a Comment