180
wait-for-bgp
seconds
: Specifies the router as a stub router during BGP route convergence after reboot,
and specifies the timeout time in the range of 5 to 86400 seconds. The default timeout time is 600
seconds.
summary-lsa
max-metric-value
: Specifies a cost for the Type-3 LSAs, in the range of 1 to 16777215. The
default cost value is 16711680.
Usage guidelines
The router LSAs sent by the stub router over different links contain different link type values. A value of 3
represents a link to a stub network, and the cost of the link is not changed. A value of 1, 2, or 4 represents
a point-to-point link, a link to a transit network, or a virtual link, and the cost of such links is set to 65535.
Neighbors on such links will not send packets to the stub router as long as they have a route with a
smaller cost.
Examples
# Configure a stub router.
<Sysname> system-view
[Sysname] ospf 100
[Sysname-ospf-100] stub-router
transmit-pacing
Use
transmit-pacing
to configure the maximum number of LSU packets that can be sent at the specified
interval.
Use
undo transmit-pacing
to restore the default.
Syntax
transmit-pacing interval
interval
count
count
undo transmit-pacing
Default
An OSPF interface sends a maximum of three LSU packets every 20 milliseconds.
Views
OSPF 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 OSPF interfaces, increase this 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 OSPF 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 OSPF process 1 to send up to 10 LSU packets every 30
milliseconds.
<Sysname> system-view