OSPFv3 voor zowel ipv4 en ipv6 routing

(dit is een alternatieve versie van oef 1.5.1. in CCNA2 2025)
- download de PKT: ccna2-1.5.5-verify-routes-ipv6-n-ipv4
- doe op beide routers een:
> show ip route
> show ipv6 route
- bekijk op beide routers de startup-config
- kijk na of je vanaf alle PC's zowel naar ipv4 als naar ipv6 adressen kan pingen ...
- deel-oplossingen in PKT:
- nothing configured: ccna2-1.5.5-verify-routes
- ipv4 only configured: ccna2-1.5.5-verify-routes-ipv4
- ipv6 only configured: ccna2-1.5.5-verify-routes-ipv6
- verkorte running config van R1
===================================== configuratie ospfv3 (ipv4) en (ipv6): ===================================== R1> enable R1# show running-config ------------------------------------- hostname R1 ! no ip cef no ipv6 cef ! ipv6 unicast-routing ! interface GigabitEthernet0/0 ip address 192.168.10.1 255.255.255.0 ip ospf 1 area 0 ipv6 address 2001:DB8:ACAD:1::1/64 ipv6 enable ipv6 ospf 1 area 0 no shut ! interface GigabitEthernet0/1 ip address 192.168.11.1 255.255.255.0 ip ospf 1 area 0 ipv6 address 2001:DB8:ACAD:2::1/64 ipv6 enable ipv6 ospf 1 area 0 no shut ! interface Serial0/0/0 ip address 209.165.200.225 255.255.255.252 ip ospf 1 area 0 ipv6 address 2001:DB8:ACAD:3::225/64 ipv6 enable ipv6 ospf 1 area 0 no shut ! router ospf 1 router-id 1.1.1.1 ! ipv6 router ospf 1 log-adjacency-changes ! line con 0 ! line aux 0 ! line vty 0 4 login ! end