null
US
Sign In
Sign Up for Free
Sign Up
We have detected that Javascript is not enabled in your browser. The dynamic nature of our site means that Javascript must be enabled to function properly. Please read our
terms and conditions
for more information.
Next up
Copy and Edit
You need to log in to complete this action!
Register for Free
12440186
INTERNET PROTOCOL VERSION 6
Description
CCNP 301-101 ROUTE
No tags specified
ccnp
cisco ccnp
route 300-101 ccnp
Mind Map by
joseph chiong
, updated more than 1 year ago
More
Less
Created by
joseph chiong
almost 7 years ago
8
0
0
Resource summary
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
Show full summary
Hide full summary
Want to create your own
Mind Maps
for
free
with GoConqr?
Learn more
.
Similar
CCNP 300-115 SWITCH VTP LAB
Alexander Gomez
CCNP 300-115 TOPIC SEGURIDAD
Alexander Gomez
CCNP 300-115 Topic 3, Infrastructure Services
Alexander Gomez
642-813
mapanuyaaguilaster
CCNP Route V6 Final Exam
Annette Castillo
CCNP CAP 1
bruce flores
An Inspector calls Themes
anya14
Religious Language
michellelung2008
Marriage and Family Life - Edexcel GCSE Religious Studies Unit 3
nicolalennon12
PHR and SPHR Practice Questions
Elizabeth Rogers8284
SalesForce ADM 201 Study Quiz
Brianne Wright
Browse Library