cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3767
Views
0
Helpful
2
Replies

Link Local Address using in NDP (ipv6)

burhanburhan
Level 1
Level 1

Hi all,

How is using of link local address in NDP. We can discover neighbor by using global address. So why we need link local address in NDP ? thanks in advance...

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi,

 

Link-local addresses (LLA) are not always used as the source address for the neighbor discovery process. Normally the node uses the address that makes the most sense. If it wants to resolve the LLA of the neighbor on interface X, it uses interface X LLA as the source address. If it wants to resolve the global unicast address of that same neighbor, it uses the corresponding locally configured ipv6 address as the source address. Same would apply for the unique local address (ULA).

 

Regards,   

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

2 Replies 2

Harold Ritter
Spotlight
Spotlight

Hi,

 

Link-local addresses (LLA) are not always used as the source address for the neighbor discovery process. Normally the node uses the address that makes the most sense. If it wants to resolve the LLA of the neighbor on interface X, it uses interface X LLA as the source address. If it wants to resolve the global unicast address of that same neighbor, it uses the corresponding locally configured ipv6 address as the source address. Same would apply for the unique local address (ULA).

 

Regards,   

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

ok thank you