HP VPN Firewall Appliances Network Management Command Reference

373
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 the router as 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 every 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 up to three LSU packets every 20 milliseconds.
Views
OSPF view
Default command level
2: System level
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
[Sysname] ospf 1
[Sysname-ospf-1] transmit-pacing interval 30 count 10