Coggle requires JavaScript to display documents.
2001:DB8:0:0:0:0:946:8D58 2001:DB8::946:8D58
2001:DB8::946:8D58
2000::/3 > current global Unicast range - internet2001:0D88::/32 > reserved for docFE80::/10 > Link Local Unicast Address range - only be used in local link not in internetFF00::/8 > MUltiCast Address Range::/128 > Unspecified Address::1/128 > loopback Adddress
Global Routing Prefix - 48 | Subnet ID - 16 | Interface ID - 64Global unicast address prefixes are used for public networksPrefix ranges are reserved for avarious IP transmission methods
Multicast addresses are distinguished by an FF00::/8 prefixSelect Multicast address groups are reserved for prtocol useAddress Range > DescFF02::1 > all nodes addresses (Link Local)FF02::2 > All Routers Addresses (Link Local)
means > for some servers theyre providing the same service for having 2 http servers network > we can configure the same unicast address for themif a cient wants to access to the servers > they will be accessed the closese server of servers having the same service >> fast connection and saving ressources making the resundancy of the serverunlike traditional method where we have to change the server ip to the main server ip when when its downAnyCast allows multiple instances of a service to be associated with a single address enabling a variety of servicce applications
Hosts are capable of generating IPv6 addresses independantlyRouter Advertisments deliver Net parameter informationone diffrence btw ipv4 and ipv6 is in ip when client wants an ip automatically assigned we need the DHCP server that allocates it for the host but in ipv6 we dont need to configure the DHCP > we can use Stateless Adddress AutoConfigurationwhen client join to the Net > he sends Router Solicitation > to the Router RS packet asking for the prefix of the ipv6 Net // Router recv and sends back Router Advertisment RA packet responding with the prefix askedhost needs interface id >> HOW de we generate it ?
Translation from the mac address to the interface idmac address length is 48 bitsinterface id length is 64 bits1.insert 16 bits (FFFE > 11111111 11111110) btw the 1st 24bits and second 24bits of mac address change 7th bist from 0 to 1 of prev result
OSPFv3 updates are sent to ALL-SPF-Routers address, that is FF02::5Link-local adressing used by default to define the next hop
NOT Base on any IP address, must be manually definedRouter ID Continues to be used to supp DR and BDR Election
OSPFv3 operates on the principe of per-link as opposed to the per-network or per-subnet concept used in IPv4we know that in IPv4 Net when we are running OsPF all of the Routers and interfaces > they must be in the same Net so OSPF can run successfullybut in IPv6 its basedon the perLink > means if all interfaces are connected to teh same link soo they can set up the OSPFv3 neighbors > dont need to be in the same Net
OSPF authentification removed in OSPFv3 , instead > relying on the AH & ESP extension headers of IP for security
[RT]>ipv6[RT]>ospfv3for ospfv3 router-id must be configured manually[RT-ospfv3-1]>router-id 1.1.1.1[RT-GigabitEthernet0/0/0]>ipv6 enableconfgure the ipv6 address for this local interface[RT-GigabitEthernet0/0/0]>ipv6 address fe80::1 link-localprocess is 1 and area is is 0[RT-GigabitEthernet0/0/0]>ospfv3 1 area 0.0.0.0[RT-LoopBack0]>ipv6 enableipv6 address for the loopBack global interface[RT-LoopBack0]>ipv6 address 2001:1::1/64[RT-LoopBack0]>ospfv3 1 area 0.0.0.0 loopback0 interface and G0/0/0 interfrace will be running in the same OSPF process 1 and same OSPF area 0
loopback0 interface and G0/0/0 interfrace will be running in the same OSPF process 1 and same OSPF area 0
another way would be DHCP for IPv6 > statful address configuration to get the ip address for the clientDHCPv6 remains a cliant and server based app layer protocol however it include several changes to ally woth design aspects of IPv6 DHCPv6 also have 2 modes >> Stateful mode and Stateless modeStateful mode include tha tparams like IPv6 address , DNS address..., ip addresses clients are obtained from the DHCP server Stateless mode > ip addresses clients are obtained from the Router but the DHCPv6 server only provide DNS servers and other params to the clinst .
if (O=1,M=1) > we will use the Stateful addressing >> DHCPv6 server will provide the IPv6 addresss and other params for the client