LLA konfigurering

Denna laboration visar en nätverks situation där routrarna enbart använder Link-Local Addresses (LLA) för sina interface. Även om de inte har konfigurerade Global Unicast Addresses (GUA), kan dessa routrar fortfarande dirigera nätverkstrafiken inom och mellan andra nätverk genom att använda statiska rutter och sina Link-Local adresser.

Routrarna använder statiska rutter där inkluderas GUA adresser för att dirigera trafiken. Genom att specificera nästa hoppets interface och dess Link-Local Address (LLA) kan varje router dirigera paket mellan LAN IPv6 GUA-adresser trots att de inte har Global Unicast Adresser.

Nätverkstopologi

Konfiguration

  • Router> enable
  • Router# configure terminal
  • Router(config)# hostname R1
  • R1(config)# interface Gig 0/1
  • R1(config-if)# description Connected to LAN 2001:db8:dad1:a::/64
  • R1(config-if)# ipv6 address fe80::a:1 link-local
  • R1(config-if)# exit
  • R1(config)# interface Gig 0/0
  • R1(config-if)# description Connected to R2
  • R1(config-if)# ipv6 address fe80::1:1 link-local
  • R1(config-if)# exit
  • R1(config)# ipv6 unicast-routing
  • R1(config)# ipv6 route 2001:db8:beef::/64 Gig 0/0 fe80::1:2
  • R1(config)# end
  • R1#
  • Router> enable
  • Router# configure terminal
  • Router(config)# hostname R2
  • R2(config)# interface Gig 0/0
  • R2config-if)# description Connected to R1
  • R2config-if)# ipv6 address fe80::1:2 link-local
  • R2(config-if)# exit
  • R2(config)# interface Gig 0/1
  • R2(config-if)# description Connected to R3
  • R2(config-if)# ipv6 address fe80::2:2 link-local
  • R2(config-if)# exit
  • R2(config)# ipv6 unicast-routing
  • R2(config)# ipv6 route 2001:db8:dad1::/64 Gig 0/0 fe80::1:1
  • R2(config)# ipv6 route 2001:db8:beef::/64 Gig 0/1 fe80::2:3
  • R2(config)# end
  • R2#
  • Router> enable
  • Router# configure terminal
  • Router(config)# hostname R3
  • R3(config)# interface Gig 0/0
  • R3(config-if)# description Connected to LAN 2001:db8:beef:b::/64
  • R3(config-if)# ipv6 address fe80::b:3 link-local
  • R3(config-if)# no shutdown
  • R3(config-if)# exit
  • R3(config)# interface Gig 0/1
  • R3(config-if)# description Connected to R2
  • R3(config-if)# ipv6 address fe80::2:3 link-local
  • R3(config-if)# no shutdown
  • R3(config-if)# exit
  • R3(config)# ipv6 unicast-routing
  • R3(config)# ipv6 route 2001:db8:dad1::/64 Gig 0/1 fe80::2:2
  • R3(config)# end
  • R3#

Den andra dator kommer att ha IPv6 GUA 2001:db8:beef:b:400 och Default Gateway fe80::b:3