Configuration Guide Vol. 3


27.2.3 Configuring OSPFv3 Apply

Points to note
  • Exchange of LSAs with neighboring routers is enabled on an interface specified by the ipv6 ospf area command.

  • If you are not using multiple areas, make sure that the same area ID is set on all OSPFv3 routers.

Command examples

  1. (config)# ipv6 router ospf 1

    Places the router in OSPFv3 mode. Assigns 1 as the domain number.

  2. (config-rtr)# router-id 100.1.1.1

    (config-rtr)# exit

    Assigns 100.1.1.1 as the router ID.

  3. (config)# interface vlan 1

    (config-if)# ipv6 ospf 1 area 0

    Specifies that OSPF runs in area 0 of domain 1.