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

is there any subnetting for ipv6?

taz.bmh
Level 1
Level 1

in ipv4, we usually subnet it to address the ip addresses in our organization. In ipv6, can we subnet it? it usually deals with hex. can hexadecimals be subnetted. how?

2 Replies 2

raymong
Level 4
Level 4

Yes IPv6 can be subnetted. With hex notation, each digit signifies 4 bits of address space. This allows a byte of data to be summarized by 2 digits. For example 24.172.96.240 can be written in hex as 18.AC.60.FO.

A good book for more information on this is IP Addressing and Subnetting, Including IPv6 (printed by Syngress).

Here is a good link with some additional tips:

http://www.unixreview.com/documents/s=1362/urmb1/book1.htm

bjameshernandez
Level 1
Level 1

thank you reymong!