R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference
383
Setting both the delay-interval and hold-interval to 0 triggers an SPF calculation at once, improving the
network convergence speed.
Examples
# Configure the delay interval and hold interval as 6 seconds for SPF calculation.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] spf timers 6 6
stub (OSPFv3 area view)
Use stub to configure an area as a stub area.
Use undo stub to remove the configuration.
Syntax
stub [ no-summary ]
undo stub
Default
No area is configured as a stub area.
Views
OSPFv3 area view
Default command level
2: System level
Parameters
no-summary: This argument is only applicable to the ABR of a stub area. With this keyword configured,
the ABR advertises only a default route in an Inter-Area-Prefix-LSA into the stub area. No AS-external-LSA,
Inter-Area-Router-LSA, or other Inter-Area-Prefix-LSA is advertised in the area. The stub area of this kind is
also known as a "totally stub area."
Usage guidelines
When an area is configured as a stub area, all the routers attached to the area must be configured with
the stub command.
Examples
# Configure OSPFv3 area 1 as a stub area.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] area 1
[Sysname-ospfv3-1-area-0.0.0.1] stub
Related commands
default-cost
vlink-peer (OSPFv3 area view)
Use vlink-peer to create and configure a virtual link.