EIGRP Enabler #3

The goal is to get so good at your OSPF and EIGRP network commands that you get bored with all these exercises. There yet? If not, here’s another. As always with the EIGRP and OSPF Enabler exercises, your job: read and react to a set of requirements to then choose how to configure about a dozen network commands. Simple, useful, do it and move on to the next thing!
Initial State: Topology
Figure 1 shows the topology for this exercise, with four routers connected in a square, each with one extra LAN interface.
EIGRP Enabler Topology
Initial State: Interfaces and Routing Protocol
Each of the routers has an initial configuration that includes IPv4 addresses, working interfaces, and EIGRP configured to shows its autonomous system number. Examples 1, 2, 3, and 4 show that configuration.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
int g0/1 ip addr 172.23.12.151 255.255.255.192 no shut ! int g0/2 ip addr 172.23.13.151 255.255.255.224 no shut ! int g0/3 ip addr 172.20.1.151 255.255.252.0 no shut ! router eigrp 1 eigrp router-id 1.1.1.1 ! Need network Commands Here |
Router R1 Initial Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
int g0/1 ip addr 172.23.12.152 255.255.255.192 no shut ! int g0/2 ip addr 172.23.24.152 255.255.255.240 no shut ! ! int g0/3 ip addr 172.23.2.152 255.255.248.0 no shut ! router eigrp 1 eigrp router-id 2.2.2.2 ! Need network Commands Here |
Router R2 Initial Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
! int g0/1 ip addr 172.23.13.153 255.255.255.224 no shut ! int g0/2 ip addr 172.23.34.153 255.255.255.192 no shut ! int g0/3 ip addr 172.23.3.153 255.255.255.240 no shut ! router eigrp 1 eigrp router-id 3.3.3.3 ! Need network Commands Here |
Router R3 Initial Configuration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
! int g0/1 ip addr 172.23.24.154 255.255.255.240 no shut ! int g0/2 ip addr 172.23.34.154 255.255.255.192 no shut ! int g0/3 ip addr 172.23.4.154 255.255.255.224 no shut ! router eigrp 1 eigrp router-id 4.4.4.4 ! Need network Commands Here |
Router R4 Initial Configuration
Your Job: Complete the Configuration with network Commands
To finish the configuration, add EIGRP network commands to each router’s configuration. By the end of this exercise, a real network with the combined initial config, plus your config, should result in:
- EIGRP neighbor relationships between each pair of routers, so that each router has two EIGRP neighbors.
- Each router has learned routes to all subnets in the figure.
Configure Your Commands Per These Specific Rules
Use the following requirements when configuring your EIGRP network commands.
R1 – Match the Subnet: On router R1, make each network command match all addresses in a single subnet. Use wildcard masks as needed, and use as many network commands as needed to enable EIGRP on all interfaces shown in the figure.
R2 – Match the Interface Address: On router R2, make each network command match one specific IP address. Use wildcard masks as needed, and use as many network commands as needed to enable EIGRP on all interfaces shown in the figure.
R3 – Match the Subnet: Same rules as on router R1.
R4 – Match the Network: On router R4, make each network command match all addresses in a single classful network (that is, in a single class A, B, or C network.) Use wildcard masks as needed, and use as many network commands as needed to enable EIGRP on all interfaces shown in the figure.
Note that this exercise is not like what real network engineers do in their jobs. In real networks, you would probably use the same approach on each router.
Answers!
I will post an answer post in a few days. So, look for the link at the bottom of this page.
Do this Exercise as a Lab with VIRL
Are you thinking that you’d like to just do this exercise with VIRL, instead of on paper, or just typing in an editor? We already built the topology and initial configuration. Just click below to get the .VIRL file.
This is a comment test from Wendell; ignore.