






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The concept of static routing in ipv6, focusing on static routes, directly connected routes, totally specified static routes, and floating static routes. It covers the configuration of these types of static routes using the cisco ios command-line interface and provides examples of each. Static routing is an essential aspect of ipv6 network design, and understanding these different types of static routes is crucial for network administrators.
Typology: Lecture notes
1 / 12
This page cannot be seen from the preview
Don't miss anything!







Ruta estática directamente conectada IPv
en el router R1.
R1# config t R1(config)# ipv6 route 13::/64 s0/0/ R1(config)# exit R1#
2001:1::1/ S0/0/ S0/0/
Lo102: 13::13:1/
2001:1::2/
R
Lo100: 10::10:1/
Lo101: 11::11:1/
show ipv6 route static IPv6 Routing Table – 9 entries Codes: C – Connected, L – Local, S – Static, R – RIP, B – BGP U – Per-user Static route I1 – ISIS L1, I2 – ISIS L2, IA – ISIS interarea, IS – ISIS summary O – OSPF intra, OI – OSPF inter, OE1 – OSPF ext 1, OE2 – OSPF ext 2 ON1 – OSPF NSSA ext 1, ON2 – OSPF NSSA ext 2 S 13::/64 [1/0] via ::, Serial0/0/ R1#
Ruta estática IPv6 totalmente especificada
especificamos:
Ruta estática IPv6 totalmente especificada
en el router R1.
R1# config t R1(config)# ipv6 route 13::/64 s0/0/0 2001:1:: R1(config)# exit R1#
2001:1::1/ S0/0/ S0/0/
Lo102: 13::13:1/
2001:1::2/
R
Lo100: 10::10:1/
Lo101: 11::11:1/
show ipv6 route static IPv6 Routing Table - Default - 8 entries Codes: C - Connected, L - Local, S - Static, U - Per-user Static route B - BGP, M - MIPv6, R - RIP, I1 - ISIS L I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary, D - EIGRP EX - EIGRP external O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 S 13::/64 [1/0] via 2001:1::2, Serial0/0/ R1#
Ruta estática IPv6 flotante
cuando hay múltiples caminos a la red destino y una ruta
activa de respaldo es requerida para soportar rutas
descubiertas por IGP.
entrada IGP es borrada.
sobre cualquier otra ruta excepto las rutas conectadas.
Ruta estática IPv6 por defecto
similar a la ruta estática IPv4 por defecto
(0.0.0.0).
::/0 para especificar todas las redes.
Ruta estática IPv6 por defecto
entrada “ ::/0 ” que es configurada en el router R2 para poder alcanzaar
todas las otras redes conectadas a R1.
R2# config t R2(config)# ipv6 route ::/0 s0/0/ R2(config)# exit R2#
2001:1::1/ S0/0/ S0/0/
Lo102: 13::13:1/
2001:1::2/
R
Lo100: 10::10:1/
Lo101: 11::11:1/
show ipv6 route static IPv6 Routing Table – 9 entries Codes: C – Connected, L – Local, S – Static, R – RIP, B – BGP U – Per-user Static route I1 – ISIS L1, I2 – ISIS L2, IA – ISIS interarea, IS – ISIS summary O – OSPF intra, OI – OSPF inter, OE1 – OSPF ext 1, OE2 – OSPF ext 2 ON1 – OSPF NSSA ext 1, ON2 – OSPF NSSA ext 2 S ::/0 [1/0] via ::, Serial0/0/ R2#