cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
802
Views
5
Helpful
1
Replies

Named EIGRP Address Family IPV6.

Mrfall
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

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

HTH,
Meheretab

View solution in original post

1 Reply 1

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

HTH,
Meheretab
Review Cisco Networking for a $25 gift card