01-23-2019 01:49 PM - edited 03-01-2019 05:56 PM
I am planning for IPv6 address assignment for my enterprise network. I have read several documents and posts. I want to have some correlation between IPv4 and IPv6 addresses. So far example IPv4 address 88.72.52.0/24 will map to 2abc:def:72:52::/64.
My questions are following:
1. Is this a reasonable approach?
2. Is there any drawback in mapping ipv4 to ipv6?
3. Is there any alternate better approach?
thanks
01-23-2019 04:59 PM
Hi,
The following is my personal opinion:
The following resources are a good reference for IPv6 address planning:
http://www.ipv6forum.com/dl/presentations/IPv6-addressing-plan-howto.pdf
Thanks
John
01-24-2019 04:42 AM
Fawad, I think many people find it easier to have some sort of correlation between IPv4 and IPv6 addresses in their network. However, I would advise against that. Firstly, if your IPv4 addressing scheme is not ideal, like having some sub-optimal subnetting or some weird scheme, you would have to replicate that mess into brand new shiny IPv6 network for no reason. Secondly, as already mentioned, if you have VLSM in your IPv4 network, this correlation will break anyway, because in IPv6 standard you only need /64s, which makes it simple and predictable. So if at first your IPv6 addressing will seem alien, after a while you will get used to it and the benefits of having a well-structured IP address space will definitely outweigh the initial discomfort of not having familiar numbers.
01-29-2019 06:35 AM
Firstly you can use below link to convert it.
https://www.ultratools.com/tools/ipv4toipv6
How it works is very simple :
Of you should you have your network portion with you and we are going to care about only the host portion of the IPV6.
So for example our IP is 10.0.0.1 so convert it into binary
00001010 0000000 0000000 00000001
Split into 4 digits.
0000 1010 0000 0000 0000 0000 0000 0001
convert into hexa values
0 A 0 0 0 0 0 1
Combine 4 values.
0A00:0001 = A00 :1
We found the last 2 portions of IPv6 out of 8
so finally we will get.
0000:0000:0000:0000:0000:FFFF:A00:1
By,
@Networkchef
If you found my answer to be satisfactory please click the star.
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