home       basis       routing       switching       advanced       security       overig       testen      

OSPFv3 single area -- 3 routers

 
Deze oefening is gebaseerd op een ipv4 oefening uit CCNA-exploration en is aangepast naar ipv6 voor OSPFv3.

ospfv3-11.2.6-pt-config-n-verify-er

 

  1. config R11
     
    !
    hostname R11
    !
    ipv6 unicast-routing
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    ipv6 address FE80::1 link-local
    ipv6 address 2001:17:1::1011/124
    ipv6 enable
    ipv6 ospf 1 area 0
    !
    interface FastEthernet0/1
    shutdown
    !
    interface Serial0/0/0
    no ip address
    ipv6 address 2001:168:10::1/127
    ipv6 enable
    ipv6 ospf 1 area 0
    clock rate 64000
    !
    interface Serial0/0/1
    no ip address
    ipv6 address 2001:168:10::2/127
    ipv6 enable
    ipv6 ospf 1 area 0
    clock rate 64000
    !
    interface Vlan1
    no ip address
    shutdown
    !
    ipv6 router ospf 1
    router-id 11.11.11.11
    log-adjacency-changes
    !
    end

     

  2. download de sjabloon
    11.2.6-pt-config-n-verify-ospf-exploration-er-ipv6-sjabloon
     
  3. de opgeloste oefening
    11.2.6-pt-config-n-verify-ospf-exploration-er-ipv6