1186 OSPFv3 CommandsExampleThe following example prevents Summary LSAs from being advertised intothe area 1 NSSA.console(config)#ipv6 router ospfconsole(config-rtr)#area 1 stub no-summaryarea virtual-linkUse the area virtual-link command in Router OSPFv3 Configuration modeto create the OSPF virtual interface for the specified area-id and neighborrouter. If the area has not been previously created, this command creates thearea and then applies the virtual-link parameters. To remove the link, use theno form of the command. Use the optional parameters to configure dead-interval, hello-interval, retransmit-interval and transmit-delay.Syntaxareaarea-id virtual-linkrouter-id [hello-intervalseconds] [retransmit-intervalseconds] [transmit-delayseconds] [dead-intervalseconds]no areaarea-id virtual-linkrouter-id id [hello-interval] [retransmit-interval][transmit-delay] [dead-interval]Parameter Descriptionarea-id Valid OSPFv3 area identifier (or decimal value in the range of0-4294967295).router-id Identifies the Router ID or valid IP address of the neighbor.hello-intervalsecondsNumber of seconds to wait before sending hello packets to theOSPF virtual interface. (Range: 1–65535)dead-intervalsecondsNumber of seconds to wait before the OSPF virtual interface onthe virtual interface is assumed to be dead. (Range: 1–65535)retransmit-intervalsecondsThe number of seconds to wait between retransmitting LSAs ifno acknowledgement is received. (Range: 0–3600)transmit-delaysecondsNumber of seconds to increment the age of the LSA beforesending, based on the estimated time it takes to transmit fromthe interface. (Range: 0–3600)