Router Configuration and Setup
Router Configuration and Setup
Objective:
Learn how to perform basic configuration on a Cisco router using Cisco Packet Tracer.
Materials Needed:
Overview:
Router configuration involves setting basic settings such as hostname, passwords, interface
configuration, and routing protocols. This ensures proper communication between different
network segments.
Steps:
4. Connect Devices:
o Using Copper Straight-Through Cable:
Click on the "Connections" icon (lightning bolt).
Select "Copper Straight-Through" cable.
Connect one end to the router's "FastEthernet0/0" and the other end to
PC1's "FastEthernet0".
Connect the second cable from the router's "FastEthernet0/1" to PC2's
"FastEthernet0".
Router> enable
Router#
Steps:
1. Configure FastEthernet0/0:
o Enter the interface configuration mode for FastEthernet0/0.
2. Configure FastEthernet0/1:
o Enter the interface configuration mode for FastEthernet0/1.
Router1(config)# exit
Router1#
Steps:
3. Ping Test:
o From PC1, ping the router interface IP 192.168.1.1.
o From PC2, ping the router interface IP 192.168.2.1.
o Ping between PC1 and PC2 to verify routing.