Lab 1: Basic Router Configuration: Topology Diagram
Lab 1: Basic Router Configuration: Topology Diagram
Lab 1: Basic Router Configuration: Topology Diagram
Topology Diagram
Addressing Table
Device Interface IP Address Subnet Mask Def. Gateway
Fa0/0 192.168.1.1 255.255.255.0 N/A
R1
S0/0/0 192.168.2.1 255.255.255.0 N/A
Fa0/0 192.168.3.1 255.255.255.0 N/A
R2
S0/0/0 192.168.2.2 255.255.255.0 N/A
PC1 N/A 192.168.1.10 255.255.255.0 192.168.1.1
PC2 N/A 192.168.3.10 255.255.255.0 192.168.3.1
Learning Objectives
Upon completion of this lab, you will be able to:
Cable a network according to the Topology Diagram.
Erase the startup configuration and reload a router to the default state.
Perform basic configuration tasks on a router.
Configure and activate Ethernet interfaces.
Test and verify configurations.
Reflect upon and document the network implementation.
Static route
Dynamic Route (RIPv2)
_______________________________________________________________________________
_______________________________________________________________________________
Note: The interface will be activated until the serial interface on R2 is configured and activated
------------------------
R2#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Task 6: Reflection
Step 1: Attempt to ping from the host connected to R1 to the host connected to R2.
This ping should be unsuccessful.
R2> en
R2# conf t
R2 (config)# ip route 192.168.1.0 255.255.255.0 192.168.2.1
R1 (config)#router rip
R1 (config-router)#version 2
R1 (config-router)#network 192.168.1.0
R1 (config-router)#network 192.168.2.0
--------------------------
R2> en
R2# conf t
R2 (config)#router rip
R2 (config-router)#version 2
R2(config-router)#network 192.168.2.0
R2 (config-router)#network 192.168.3.0