π― Obiettivi
πΊοΈ Topologia
π Guida
Lab β Route Statiche IPv6
2 router (R1, R2) con 2 LAN IPv6. Abilita ipv6 unicast-routing, configura GUA + link-local, route statiche con next-hop link-local (fully specified), default route ::/0. Verifica e ping6.
0%
2 Router, 2 LAN IPv6, 1 Link WAN
π₯οΈ LAN A
2001:db8:a:1::/64
2001:db8:a:1::/64
βGi0/0β
R1
βGi0/1β
WAN: 2001:db8:link:1::/64
WAN: 2001:db8:link:1::/64
R2
βGi0/0β
π§ LAN B
2001:db8:b:1::/64
2001:db8:b:1::/64
R1: Gi0/0 = 2001:db8:a:1::1/64, Gi0/1 = 2001:db8:link:1::1/64
R2: Gi0/1 = 2001:db8:link:1::2/64, Gi0/0 = 2001:db8:b:1::1/64
Link-local: R1 = fe80::1 (entrambe), R2 = fe80::2 (entrambe)
PC1: 2001:db8:a:1::10 | SRV1: 2001:db8:b:1::10
R2: Gi0/1 = 2001:db8:link:1::2/64, Gi0/0 = 2001:db8:b:1::1/64
Link-local: R1 = fe80::1 (entrambe), R2 = fe80::2 (entrambe)
PC1: 2001:db8:a:1::10 | SRV1: 2001:db8:b:1::10
1ipv6 unicast-routing su R1 e R2
enable β conf t β ipv6 unicast-routing
β οΈ Fai su ENTRAMBI i router!
β οΈ Fai su ENTRAMBI i router!
2Configura R1 interfacce
int Gi0/0 β ipv6 address 2001:db8:a:1::1/64 β ipv6 address fe80::1 link-local β no shut
int Gi0/1 β ipv6 address 2001:db8:link:1::1/64 β ipv6 address fe80::1 link-local β no shut
int Gi0/1 β ipv6 address 2001:db8:link:1::1/64 β ipv6 address fe80::1 link-local β no shut
3Configura R2 interfacce
Gi0/1: 2001:db8:link:1::2/64 + fe80::2
Gi0/0: 2001:db8:b:1::1/64 + fe80::2
Gi0/0: 2001:db8:b:1::1/64 + fe80::2
4Route statica su R1 (fully specified)
ipv6 route 2001:db8:b:1::/64 Gi0/1 fe80::2
next-hop link-local β serve exit-if!
next-hop link-local β serve exit-if!
5Default route su R2
ipv6 route ::/0 Gi0/1 fe80::1
R2 Γ¨ stub: tutto verso R1.
R2 Γ¨ stub: tutto verso R1.
6Verifica e test
show ipv6 route su entrambi
Da PC1: ping 2001:db8:b:1::10
Da PC1: ping 2001:db8:b:1::10
π‘ Fully specified = exit-if + next-hop link-local. Obbligatorio perchΓ© fe80 Γ¨ ambiguo!
R1 β Console
R1
R2
PC1
SRV1
R1>