03-01-2020 10:31 AM
Im trying to advertise two sub-interfaces ip networks via eigrp. Is this possible?
03-01-2020 10:38 AM
Hello
Yes it possible, using the network command under the eigrp stanza should allow them to be advertised, that is unless you have filtering applied.
03-02-2020 04:23 AM
I have tried that and I am having trouble still. It is a very simple topology on GNS3 and Packet tracer with two routers only, directly connected on a 10.0.0.0/30 interfaces, and two sub-interfaces with a 15.0.0.0/24 ip's. I have tried the "redistribute connected" and "no auto-summary" options via EIGRP with no success. I tried it with loopback interfaces and it works just fine. EIGRP network statements are as follows: Router EIGRP 100>network 10.0.0.0 and network 15.0.0.0.
03-02-2020 04:43 AM
Should work fine.
Post a "sh ip int br" and a "sh ip ro" from your routers.
Jon
03-02-2020 05:01 AM - edited 03-02-2020 05:02 AM
By the way the two sub-interfaces are on a different physical interface. For example, Gi0/0 ip address is 10.0.0.1/30 on R1 and the subinteraces is: Gi0/1 no shut, the Gi0/1.200, encapsulation dot1q, ip address 15.0.0.1/24. VLAN 200 is for the MGMT Network.
03-01-2020 11:18 AM
Hi,
As long as you match the corresponding IP subnet with your "network" statement, yes.
Regards,
Cristian Matei.
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