04-08-2022 10:57 PM
Hello,
I am trying to configure 6rd between 2 CSRs.
I have created 2 loopbacks lo4 on both the CSRs.
And Lo4's prefix is the same as the general prefix of 6rd tunnels.
Below is the complete configuration on both routers. I am not sure why ping is not working.
Solved! Go to Solution.
04-09-2022 08:33 AM - edited 04-09-2022 12:16 PM
Hi @sachin30720041 ,
Since you configured the ipv4 prefix length to be 8, both the source and destination need to shared the first 8 bits. In your case, R2 has lo0 2.2.2.2 and R3 has a lo0 3.3.3.3, but since R2 sends packet using its local ipv4 prefix 2 with the suffix present in the ipv6 address (3.3.3) packets will be sent to 2.3.3.3, which will fail, as you don't have a proper 6rd BR for that destination address.
You need to change the CSR3 lo0 to 2.3.3.3.
Also remove the ipv6 address from the tunnel interface, which is not required and not part of the allocated 6rd space.
CSR2:
int tu1
no ipv6 address
ipv6 enable
CSR3:
int tu1
no ipv6 address
ipv6 enable
Regards,
04-09-2022 05:02 AM
Do you have OSPF neighbourship ?
can you post the below output from both the devices :
show IP interface brief
show ospf neigh
check some sample config :
04-09-2022 08:33 AM - edited 04-09-2022 12:16 PM
Hi @sachin30720041 ,
Since you configured the ipv4 prefix length to be 8, both the source and destination need to shared the first 8 bits. In your case, R2 has lo0 2.2.2.2 and R3 has a lo0 3.3.3.3, but since R2 sends packet using its local ipv4 prefix 2 with the suffix present in the ipv6 address (3.3.3) packets will be sent to 2.3.3.3, which will fail, as you don't have a proper 6rd BR for that destination address.
You need to change the CSR3 lo0 to 2.3.3.3.
Also remove the ipv6 address from the tunnel interface, which is not required and not part of the allocated 6rd space.
CSR2:
int tu1
no ipv6 address
ipv6 enable
CSR3:
int tu1
no ipv6 address
ipv6 enable
Regards,
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