Lab 3: Basic EIGRP Configuration Lab: Topology Diagram
Lab 3: Basic EIGRP Configuration Lab: Topology Diagram
Topology Diagram
Addressing Table
1
• Configure and activate interfaces.
• Configure EIGRP routing on all routers.
• Verify EIGRP routing using show commands.
Bước 3: Cấu hình địa chỉ cho các PC (Configure Ethernet interfaces of PC1, PC2, and PC3)
Configure the Ethernet interfaces of PC1, PC2, and PC3 with the IP addresses and default gateways
from the table under the Topology Diagram.
255.255.255.255
– 255.255.255.252 Subtract the subnet mask
-------------------
0. 0. 0. 3 Wildcard mask
Notice that the output specifies the process ID used by EIGRP. Remember, the process ID must be the
same on all routers for EIGRP to establish neighbor adjacencies and share routing information.
Bước 3: View the routing table on the R1 router.
EIGRP routes are denoted in the routing table with a D, which stands for DUAL (Diffusing Update
Algorithm), which is the routing algorithm used by EIGRP.
R1#show ip route
R3#show ip route
<output omitted>
R2 router:
R2(config)#interface serial0/0/0
R2(config-if)#bandwidth 64
R2(config)#interface serial0/0/1
R2(config-if)#bandwidth 1024
R3 router:
R3(config)#interface serial0/0/1
R3(config-if)#bandwidth 1024
Note: The bandwidth command only modifies the bandwidth metric used by routing protocols, not the
physical bandwidth of the link.
Note: Use the interface configuration command no bandwidth to return the bandwidth to its default
value.
Bước 1: Examine the successors and feasible distances in the routing table on R2.
R2#show ip route
Feasible distance (FD) is the lowest calculated metric to reach that destination. FD is the metric listed in
the routing table entry as the second number inside the brackets.
What is the feasible distance to the network that PC1 is on?
________________________________________