10-11-2017 09:39 AM - edited 03-05-2019 09:17 AM
Hello all,
I am trying to implement Named EIGRP IPV6.
I notice that by default when i enable EIGRP all the interfaces will particbate in EIGRP. the problem that there is one interface connected to External route. i tried to redistribute inside the EIGRp but i still see it as EIGRP AS not as EXternal route. How can i stop this interface to particpate with EIGRP NAMEd Address family IPV6
Still Learning.
Thanks
Solved! Go to Solution.
10-11-2017 09:57 AM - edited 10-11-2017 06:33 PM
Hi,
Shutdown the interface under the address-family. For example, if your eigrp name is "NAMED", AS is 1, and interface is Gi1/0/1, the command should be as follows:
router eigrp NAMED
address-family ipv6 unicast as 1
af-interface Gig1/0/1
shutdown
end
When you run "shutdown" under af-interface what it basically does is stopping the interface from participating in EIGRP process.
HTH,
Meheretab
10-11-2017 09:57 AM - edited 10-11-2017 06:33 PM
Hi,
Shutdown the interface under the address-family. For example, if your eigrp name is "NAMED", AS is 1, and interface is Gi1/0/1, the command should be as follows:
router eigrp NAMED
address-family ipv6 unicast as 1
af-interface Gig1/0/1
shutdown
end
When you run "shutdown" under af-interface what it basically does is stopping the interface from participating in EIGRP process.
HTH,
Meheretab
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