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

IPv6 - Newb Question (BGP Advertisement)

johnelliot6
Level 2
Level 2

Hi Everyone - Quick question on IPv6 subnetting

If we are allocated a /32 from an RIR (eg 2001:0DB0::/32), and we advertise the /32 to our upstream Inet providers - Assigning

2001:0DB0:0:10::1/64 to a loop Interface, we *should* be able to reach the Upstream providers IPv6 addresses with a source of the loop interface(As the /64 is within the /32 subnet)?

Cheers.

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi John,

Correct. You should be able to use that technique to perform initial testing for your ipv6 connectivity. You can use extended ping for instance to specify the loopback interface as the source address.

Regards

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

View solution in original post

2 Replies 2

Harold Ritter
Spotlight
Spotlight

Hi John,

Correct. You should be able to use that technique to perform initial testing for your ipv6 connectivity. You can use extended ping for instance to specify the loopback interface as the source address.

Regards

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

Thanks Harold.