06-15-2011 12:00 PM - edited 03-04-2019 12:43 PM
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
06-16-2011 12:30 AM
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.
06-16-2011 02:06 AM
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.
06-16-2011 09:16 AM
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.
06-16-2011 11:08 PM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide