R0106-HP MSR Router Series Layer 3 - IP Routing Command Reference(V7)

555
Parameters
default-route-advertise-always: Enables the ABR to always advertise the default route.
no-summary: Enables the ABR of a stub area to advertise only a default route in an Inter-Area-Prefix-LSA
into the stub area. No AS-external-LSA, Inter-Area-Prefix-LSA, or other Inter-Area-Router-LSA is advertised
in the area. The area is a totally stub area.
Usage guidelines
To remove the no-summary configuration on an ABR, execute the stub command again to overwrite it.
To configure an area as a stub area, issue the stub command on all routers attached to the area.
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 (OSPFv3 area view)
transmit-pacing
Use transmit-pacing to configure the LSU transmission interval and the maximum number of LSU packets
that can be sent at each interval.
Use undo transmit-pacing to restore the default.
Syntax
transmit-pacing interval interval count count
undo transmit-pacing
Default
An OSPFv3 interface sends a maximum of three LSU packets every 20 milliseconds.
Views
OSPFv3 view
Predefined user roles
network-admin
Parameters
interval interval: Specifies an interval at which an interface sends LSU packets, in the range of 10 to
1000 milliseconds. If the router has multiple OSPFv3 interfaces, increase the interval to reduce the total
number of LSU packets sent by the router every second.
count count: Specifies the maximum number of LSU packets sent by an interface at each interval, in the
range of 1 to 200. If the router has multiple OSPFv3 interfaces, decrease the maximum number to reduce
the total number of LSU packets sent by the router every second.
Examples
# Configure all the interfaces running OSPFv3 process 1 to send a maximum of 10 LSU packets every 30
milliseconds.