Hi everyone, Please i need help with this configuration.
The following configuration is for a router , I want to concentrate in D 10.1.100.0 and D 10.3.100.0 because I'll proceed to apply EIGRP Offset list.
R2(config-router-af-topology)#do show ip route eigrp | beg gateway
R2(config-router-af-topology)#do show ip route eigrp | beg Gateway
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 4 subnets
D 10.1.100.0 [90/13556702] via 172.16.12.1, 00:00:48, Serial1/0
D 10.1.200.0 [90/13556702] via 172.16.12.1, 00:00:58, Serial1/0
D 10.3.100.0 [90/13556702] via 172.16.23.1, 00:00:58, Serial1/1
D 10.3.200.0 [90/13556702] via 172.16.23.1, 00:00:58, Serial1/1
172.16.0.0/16 is variably subnetted, 7 subnets, 2 masks
D 172.16.13.0/30 [90/23796062] via 172.16.23.1, 00:00:58, Serial1/1
[90/23796062] via 172.16.12.1, 00:00:58, Serial1/0
----------------------------------------------------
ip access-list standard R1
permit 10.1.100.0
ip access-list standard R3
permit 10.3.100.0
R2(config-router-af-topology)#offset-list R1 in 200000 serial 1/0
R2(config-router-af-topology)#offset-list R3 in 200000 serial 1/1
----------------------------------------------------
The issues is that despite the the metric increased after the configuration, D 10.1.100.0 and D 10.3.100.0 are still going through the same interface.
R2#show ip route eigrp | begin Gateway
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 4 subnets
D 10.1.100.0 [90/13558264] via 172.16.12.1, 00:12:26, Serial1/0
D 10.1.200.0 [90/13556702] via 172.16.12.1, 00:40:09, Serial1/0
D 10.3.100.0 [90/13558264] via 172.16.23.1, 00:12:15, Serial1/1
D 10.3.200.0 [90/13556702] via 172.16.23.1, 00:40:09, Serial1/1
172.16.0.0/16 is variably subnetted, 7 subnets, 2 masks
D 172.16.13.0/30 [90/23796062] via 172.16.23.1, 00:40:09, Serial1/1
[90/23796062] via 172.16.12.1, 00:40:09, Serial1/0
which could be the issue here??