OSPFv3 inleiding
- in OSPFv3 gebruiken we IPv6
- een configuratie begint met
enable configure terminal hostname R1 ipv6 unicast-routing int gi0/0/0 no ip address ipv6 address FE80::1 link-local ipv6 address 2a02::1811:1/64 ipv6 ospf 1 area 0 no shut ! ipv6 router ospf 1 router-id 1.1.1.1 !
- Je begint met
ipv6 unicast routing
- Een router ID is noodzakelijk i.v.m. DR en BDR election. De router-ID is een dotted decimal ipv4-achtige identifier.
- Anders dan in ipv4 wordt de OSPFv3 declaratie ingevoegd bij de interface config.
- De
no ip address
regel per interface staat voor geen ipv4-adres.
- Je begint met
- cisco ospfv3 configuration guide: https://www.cisco.com/c/en/us/support/docs/ip/ip-version-6-ipv6/112100-ospfv3-config-guide.html
-
cisco ccnav6 OSPFv3 -- https://itexamanswers.net/scaling-networks-v6-0-instructor-materials-chapter-8-single-area-ospf.html#section-8-3-single-area-ospfv3
- ccnp route OSPFv3 -- https://itexamanswers.net/ccnp-route-version-7-chapter-3-open-short-path-first.html#section-ospfv3
- oefeningen
- de basis: http://netwerk800.be/routing/ospf/ospfv3-single-area-config
- iets moeilijker: http://netwerk800.be/routing/ospf/ospfv3-diy
- uitgebreider:
- de basis: http://netwerk800.be/routing/ospf/ospfv3-single-area-config