Guest User

Untitled

a guest
Feb 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. Prefix FC00::/7 prefix to identify Local IPv6 unicast
  2. addresses.
  3.  
  4. L Set to 1 if the prefix is locally assigned.
  5. Set to 0 may be defined in the future. See
  6. Section 3.2 for additional information.
  7.  
  8. Global ID 40-bit global identifier used to create a
  9. globally unique prefix. See Section 3.2 for
  10. additional information.
  11.  
  12. Subnet ID 16-bit Subnet ID is an identifier of a subnet
  13. within the site.
  14.  
  15. Interface ID 64-bit Interface ID as defined in [ADDARCH].
  16.  
  17. The algorithm described below is intended to be used for locally
  18. assigned Global IDs. In each case the resulting global ID will be
  19. used in the appropriate prefix as defined in Section 3.2.
  20.  
  21. 1) Obtain the current time of day in 64-bit NTP format [NTP].
  22.  
  23. 2) Obtain an EUI-64 identifier from the system running this
  24. algorithm. If an EUI-64 does not exist, one can be created from
  25. a 48-bit MAC address as specified in [ADDARCH]. If an EUI-64
  26. cannot be obtained or created, a suitably unique identifier,
  27. local to the node, should be used (e.g., system serial number).
  28.  
  29. 3) Concatenate the time of day with the system-specific identifier
  30. in order to create a key.
  31.  
  32. 4) Compute an SHA-1 digest on the key as specified in [FIPS, SHA1];
  33. the resulting value is 160 bits.
  34.  
  35. 5) Use the least significant 40 bits as the Global ID.
  36.  
  37. 6) Concatenate FC00::/7, the L bit set to 1, and the 40-bit Global
  38. ID to create a Local IPv6 address prefix.
  39.  
  40. This algorithm will result in a Global ID that is reasonably unique
  41. and can be used to create a locally assigned Local IPv6 address
  42. prefix.
Add Comment
Please, Sign In to add comment