You can customize OSPF for IPv6 in your network to use NBMA interfaces. Before you configure NBMA interfaces you must actually have your network configured as an NBMA network and identified each neighbor. You cannot automatically detect neighbours, but must manually configure your router to detect neighbours when using an NBMA interface. The commands to issue in the respective interface’s configuration context are:

Examples
a) In the following example, the NBMA link is frame relay. For other kinds of NBMA links,different mapping commands are used:
Router(config-if)# frame-relay map ipv6 FE80::A8BB:CCFF:FE00:C01 120
b) The router on the frame relay link above is configured as an OSPFv3 neighbour:
Router(config-if) ipv6 ospf neighbor FE80::A8BB:CCFF:FE00:C01
