© Copyright Lenovo 2016 Chapter 35: Open Shortest Path First 5816. Attach the network interface to the stub area.The ipv6 command path is used instead of the OSPFv2 ip command path7. Configure route summarization by specifying the starting address and prefixlength of the range of addresses to be summarized.This differs from OSPFv2 only in that the OSPFv3 command path is used, and theaddress and prefix are specified in IPv6 format.8. Use the hide command to prevent a range of addresses from advertising to thebackbone.This differs from OSPFv2 only in that the OSPFv3 command path is used, and theaddress and prefix are specified in IPv6 format.Neighbor Configuration ExampleWhen using NBMA or point to multipoint interfaces, you must manually configureneighbors. Following example includes the steps for neighbor configuration.1. Configure IPv6 interface parameters:2. Enable OSPFv3:RS G8264(config)# interface ip 4RS G8264(config ip if)# ipv6 ospf area 1RS G8264(config ip if)# ipv6 ospf enableRS G8264(config ip if)# exitRS G8264(config)# ipv6 router ospfRS G8264(config router ospf3)# area range 1 address 36:0:0:0:0:0:0:0 32RS G8264(config router ospf3)# area range 1 area 0RS G8264(config router ospf3)# area range 1 enableRS G8264(config router ospf)# area range 2 address 36:0:0:0:0:0:0:0 8RS G8264(config router ospf)# area range 2 area 0RS G8264(config router ospf)# area range 2 hideRS G8264(config router ospf)# exitRS G8264(config# interface ip 10RS G8264(config ip if)# ipv6 address 10:0:0:0:0:0:0:12 64RS G8264(config ip if)# vlan 10RS G8264(config ip if)# enableRS G8264(config ip if)# ipv6 ospf area 0RS G8264(config ip if)# ipv6 ospf retransmit interval 5RS G8264(config ip if)# ipv6 ospf transmit delay 1RS G8264(config ip if)# ipv6 ospf priority 1RS G8264(config ip if)# ipv6 ospf hello interval 10RS G8264(config ip if)# ipv6 ospf dead interval 40RS G8264(config ip if)# ipv6 ospf network point to multipointRS G8264(config ip if)# ipv6 ospf poll interval 120RS G8264(config ip if)# ipv6 ospf enableRS G8264(config ip if)# exitRS G8264(config# ipv6 router ospfRS G8264(config router ospf3)# router id 12.12.12.12RS G8264(config router ospf3)# enable