130
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 up to 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
[Sysname] ospf 1
[Sysname-ospf-1] transmit-pacing interval 30 count 10
vlink-peer (OSPF area view)
Use
vlink-peer
to configure a virtual link.
Use
undo vlink-peer
to remove a virtual link.
Syntax
vlink-peer
router-id
[
dead
seconds
|
hello
seconds
| {
hmac-md5
|
md5
}
key-id
{
cipher
cipher-string
|
plain
plain-string
} |
retransmit
seconds
|
simple
{
cipher
cipher-string
|
plain
plain-string
}
|
trans-delay
seconds
] *
undo vlink-peer
router-id
[
dead
|
hello
| {
hmac-md5
|
md5
}
key-id
|
retransmit
|
simple
|
trans-delay
] *
Default
No virtual link is configured.