Does it posible redistribute addres secundary in eigrp?
I tried to do it but doesn't worK
R1
inteface fastethernet0/0
ip address 1.1.1.1 mask 255.255.255.0
ip address 2.2.2.2 mask 255.255.255.0 secunday
router eigrp 1
no auto-summary
network 1.1.1.0 0.0.0.255
network 2.2.2.0 0.0.0.255
R2
inteface fastethernet0/0
ip address 1.1.1.2 mask 255.255.255.0
router eigrp 1
no auto-summary
network 1.1.1.0 0.0.0.255
R1#sh ip route 2.2.2.2
Routing entry for 2.2.2.0/24
Known via "connected", distance 0, metric 0 (connected, via interface)
Redistributing via eigrp 1
Routing Descriptor Blocks:
* directly connected, via FastEthernet0/0
Route metric is 0, traffic share count is 1
R2#sh ip route 2.2.2.2
% Subnet not in table
Best Regards