Zusammenfassung der Ressource
INTERNET PROTOCOL
VERSION 6
- DESCRIPCION
- IPv6, usa:
128b (2'128)
- IPv6, formato:
hexadecimal (2
caracteres = 1B)
- IPv6 no tiene
Checksum como
en IPv4
- IPv6 los routers
intermedios no
fragmentan
- IPv6 mejora el
control de
trafico
- IPv6 es mas
simple y mas
eficiente que IPv4
- IPv6, definido:
RFC2460
- 64b
networks |
64b hosts
- Una vez, ceros
reemplazados por
(::)
- Los primeros ceros
en un bloque (2B),
son omitidos
- IPv6, tipos direcciones:
UNICAST, MULTICAST y
ANYCAST
- IPv6 tiene ICMPv6
ND(Neighbor
Discovery),
reemplaza a ARP
- IPv6 routing:
rutas estaticas,
RIPng, EIGRP for
IPv6, IS-IS for
IPv6, MP-BGP4,
OSPFv3
- FORMATO IPv6
- VERSION:
4b | 6
- TRAFFIC
CLASS: 8b |
prioridad |
usado QoS
- FLOW LABEL:
20b | es un TAG
| etiqueta
flujos
- PAYLOAD
LENGHT: 16b |
longitud data
- NEXT HEADER:
8b | ID
protocolo
- HOP LIMIT:
8b | TTL
- SOURCE ADDRESS:
128b | direccion
origen
- DESTINATION ADDRESS:
128b | direccion
destino
- EXTENSION HEADERS:
- HOP BY HOP |
opcional
cambio saltos
- DESTINATION |
opcional cambio
destino
- ROUTING |
- FRAGMENT | si
solicita en
MTU
- AUTHENTICATION |
Autenticacion y
encapsulamiento del payload
para seguridad (ESP)
- DIRECCIONAMIENTO
IPv6
- UNICAST:
host a host
- MULTICAST:
host a
grupo host
- ANYCAST:
host a
interfaces
cercanas
- GLOBAL UNICAST:
(publicas)
2000...-3FFF...
- SITE LOCAL:
(privado)
FEC0...
- LINK LOCAL:
entre equipos
mismo segmento
FE80...
- MULTICAST:
FF...
- FF01::1 |
Interface-local,
todos nodos
- FF02::1 |
Link-local,
todos
nodos
- FF01::2 |
Interface-local,
todos nodos
- FF02::2 |
Link-local,
todos
nodos
- FF02::5 |
todos
routers
OSPFv3
- FF02::6 |
DR/BDR
routers
OSPFv3
- FF02::9 |
todos
routers
RIPng
- MANUAL
- AUTOMATICA
- EUI-64
- Toma la direccion
MAC del host
- La operacion esta en
los 64b del host IPv6
- Invertir el 7mo bit mas significativo de la MAC
- Insertar FFFE en el medio de la MAC
- DHCP
- STATELESS
AUTOCONFIGURATION
(DHCP lite) SLAAC
- Un router entrega la direccion
red IPv6 a un host sin ser
server DHCP( sin estado)
- El host usa RS
- El router responde con RA
- OPCION 1: SLAAC (intercambio
mensajes RA-RS a traves de ICMPv6)
- OPCION2: SLAAC y DHCPv6 sin
estado, la parte de host genera su
direccion con el proceso EUI64
- ICMPv6 ND
(Neighbor
Discovery)
- NS (Neighbor Solicitation): Un
host pregunta en ese link?
- NA (Neighbor Advertisement): Un
host se anuncia asimismo en el
link
- RS (Router Solicitation): Un
router pregunta en ese link
- RA (Router Advertisement): Un router
se anuncia asimismo en el link
- CONFIGURACION
- Habilitando
IPv6
- R3(config)#ipv6 unicast-routing
- R3(config-if)#ipv6 address 2003::3/64
- R3(config-if)#ipv6 address 2003::3/64 eui-64
- R3#sh ipv6 int f0/1
- R3#sh ipv6 neighbors
- Se puede tener
2 IPv6 globales
en la misma
interface
- ipv6 neighbors
reemplaza a
tabla ARP IPv4
- Enrutamiento
Estatico IPv6
- R3(config)#ipv6 route 2005::/64 2034::4
- R3(config)#ipv6 route 2045::/64 2034::4
- R3(config)#ipv6 route ::/0 2034::4
- Se configura
con la IPv6 del
siguiente salto
- Dual
Stack
- R3(config)#ipv6 unicast-routing
- R3(config-if)#ipv6 address 2003::3/64
- R3(config-if)#ip address 192.168.3.3 255.255.255.0
- Tunneling
- GRE
- R_GRE-03(config)#interface tunnel 0
- R_GRE-03(config-if)#ipv6 enable
- R_GRE-03(config-if)#ipv6 address 2035::3/64
- R_GRE-03(config-if)#tunnel source 192.168.34.3
- R_GRE-03(config-if)#tunnel destination 192.168.45.5
- R_GRE-05(config)#interface tunnel 0
- R_GRE-05(config-if)#ipv6 enable
- R_GRE-05(config-if)#ipv6 add 2035::5/64
- R_GRE-05(config-if)#tunnel source 192.168.45.5
- R_GRE-05(config-if)#tunnel destination 192.168.34.3
- IPv6IP
- R_GRE-03(config-if)#tunnel mode ipv6ip
- R_GRE-05(config-if)#tunnel mode ipv6ip
- R_GRE-03(config-if)#do sh int tun0
- RIPng
- RD01(config)#ipv6 router rip CCNP
- RD01(config-if)#ipv6 rip CCNP enable
- RD01(config)#ipv6 unicast-routing
- EIGRP
- RD04(config)#ipv6 unicast-routing
- RD04(config)#ipv6 router eigrp 10
- RD04(config-rtr)#router-id 4.4.4.4
- RD04(config-rtr)#no shut
- RD04(config-if)#ipv6 eigrp 10
- OPERACION IPv6
- Interoperatividad
IPV6 a IPv4
- DUAL STACK
- Corriendo ROUTING IPv4
- Corriendo ROUTING IPv6
- TUNNELING
- MANUAL
- GRE (Generic Routing Encapsulation): protocolo tunel, IP_ID47, capacidad muchos protocolos
- IPv6IP: protocolo tunel, IP_ID41, capacidad solo trafico IPv6
- AUTOMATICO
- 6to4 (IPv6 to IPv4): protocolo tunel,
IP_ID41
- TEREDO: protocolo tunel, capacidad encapsula en UDP, pasa sobre firewalls, equipos NAT
- ISATAP: protocolo tunel, host to host
- TRADUCCION
NAT
- NAT-PT