cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2798
Views
0
Helpful
4
Replies

EIGRP Redistribute Connected Networks

rmeans
Level 3
Level 3

I currently have a flat layer 2 network (same VTP domain) with 3 pairs of devices (4503e, 6509 and Nexus 7010). Each of the devices has trunk connections between them. Each device is also on the same network (VLAN 1) and is running EIRGP. The 6509 has the VLAN interfaces for the user networks (vlan 17, 18, etc). When I migrate a VLAN interface from the 6509 to either the 4503e or Nexus 7010 the EIGRP routes do not move to the new devices. If I add an EIGRP network statement for that particular network to the configuration, EIGRP and routing behave as expected. I don’t want use network statements. I would prefer to use redistribute connected. I can’t help but think that all I need to do is a soft refresh of the EIGRP process after I move a VLAN interface. Something that tells EIGRP to there is a new connected network.

In the sample config below, I am show VLAN 18 which is one of the user networks that has moved.

Nexus 7010

feature eigrp

router eigrp 100

redistribute direct route-map eigrp_distro_connected

interface Vlan1

ip router eigrp 100

route-map eigrp_distro_connected, permit, sequence 10

Match clauses:

   ip address (access-lists): eigrp_distro_connected

Set clauses:

IP access list eigrp_distro_connected

       10 permit ip 192.168.0.0/16 any

       20 permit ip 10.0.0.0/8 any

4509e

interface Vlan1

ip address 192.168.1.162 255.255.255.0

interface Vlan18

ip address 192.168.18.2 255.255.255.0

end

router eigrp 100

network 192.168.1.0

network 192.168.18.0

redistribute connected

6509

interface Vlan1

ip address 192.168.1.2 255.255.255.0

router eigrp 100

redistribute connected

redistribute static

network 192.168.0.0 0.0.255.255

no auto-summary

4 Replies 4

ashok_boin
Level 5
Level 5

EIGRP is so quick to the changes so it should work as soon as you add new VLAN network assuming you have "redist connected" command.

Can you pls try with a sample network add after enabling "debug eigrp fsm" in out of office hrs?

Regards..

-Ashok.


With best regards...
Ashok

Hi,

Try with both "redistribute connected" and "redistribute connected" and do a soft refresh things should work as expected.

Please rate the helpfull posts.

Regards,

Naidu.

The redistribute connected was already in place on the 4503e and Nexus configuration when I did a test migration (VLAN 18 and another VLAN have been my test).  After several minutes of not being able to route to VLAN 18, I added the network 192.168.18.0 statement.  Immediately, I was able to get to VLAN hosts.

I am not sure how to do a soft refresh.  Within the Nexus config (within the EIGRP section), I can issue the graceful-restart command.  I haven't found any such command in the 4503e.

Hi,

Try to issue the following command in 4503 "clear ip route 192.168.18.0" and see.
And you can do clear ip eigrp AS

Please rate the helpfull posts.
Regards,
Naidu.

Review Cisco Networking for a $25 gift card