518
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 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 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.
<Sysname> system-view
[Sysname] ospfv3 1
[Sysname-ospfv3-1] transmit-pacing interval 30 count 10
vlink-peer (OSPFv3 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
|
instance
instance-id
|
ipsec-profile
profile-name
|
retransmit
seconds
|
trans-delay
seconds
] *
undo vlink-peer
router-id
[
dead
|
hello
|
ipsec-profile
|
retransmit
|
trans-delay
] *
Default
No virtual link is configured.
Views
OSPFv3 area view
Predefined user roles
network-admin
Parameters
router-id
: Specifies the router ID of the neighbor on the virtual link.
dead
seconds
: Sets the dead interval in the range of 1 to 32768 seconds. The default is 40. The dead
interval must be identical with that on the virtual link neighbor, and must be at least four times the hello
interval.
hello
seconds
: Sets the hello interval in the range of 1 to 8192 seconds. The default is 10. It must be
identical with the hello interval on the virtual link neighbor.
instance
instance-id
: Sets the instance ID of a virtual link, in the range of 0 to 255. The default is 0.
ipsec-profile
profile-name:
Specifies an IPsec profile by its name, a case-insensitive string of 1 to 63
characters. For more information about IPsec profiles, see
Security Configuration Guide
.
retransmit
seconds
: Sets the retransmission interval in the range of 1 to 3600 seconds. The default is 5.
trans-delay
seconds
: Sets the transmission delay interval in the range of 1 to 3600 seconds. The default
is 1.