90 likes | 331 Views
Network Administration Cpit 470. Instructor: Mrs Aisha Ehsan. Lab 1 CISCO IOS - Configuring Devices. Objective: The objective of this lab is to practice basic configuration on the network devices such as router and switch using console connection.
E N D
Network AdministrationCpit470 Instructor: Mrs Aisha Ehsan
Lab 1 CISCO IOS - Configuring Devices Objective: • The objective of this lab is to practice basic configuration on the network devices such as router and switch using console connection. • Introduction to Packet Tracer software.
Lab 1 CISCO IOS - Configuring Devices • How to use Packet Tracer software for the Network building and learning. • Connecting a PC to a Router using Console cable • Configure the basic configuration commands in the router through console connection.
Task … • Task 1: Draw a diagram Connect the Pc to a router using Console Cable and Cross Cable. • Configure global configuration • Change the hostname • Configure the banner Router1(config)# banner motd% Hello % @ c *
Tasks… • Task 2:Configure Cisco router password access. • Step 1: configure privileged exec password # enable password cisco # secret password cisco • Step 2: configure console password Router1(config)# line console 0 Router1(config-line)# password class Router1(config-line)# login • Step 3: configure Virtual Lines Password Router1(config)# line vty 0 4 Router1(config-line)# passwordclass Router1(config-line)# login
Tasks… • Task 3: • Step 1: Save the Router Configuration File See the RAM and NVRAM contents. Router1# show startup-config Router1# show running-config • Step 2: Save RAM to NVRAM. Router1# copy running-configstartup-config