R3721-F3210-F3171-HP High-End Firewalls Network Management Command Reference-6PW101
334
Parameters
seconds: LSA transmission delay in seconds, in the range of 1 to 3600.
Description
Use ospf trans-delay to set the LSA transmission delay on an interface.
Use undo ospf trans-delay to restore the default.
The LSA transmission delay defaults to 1 second.
Each LSA in the LSDB has an age that is incremented by 1 every second, but the age does not change
during transmission. It is necessary to add a transmission delay into its age time, which is important for
low speed networks.
Examples
# Set the LSA transmission delay to 3 seconds on the current interface.
<Sysname> system-view
[Sysname] interface GigabitEthernet 0/1
[Sysname-GigabitEthernet0/1] ospf trans-delay 3
peer
Syntax
peer ip-address [ cost value | dr-priority dr-priority ]
undo peer ip-address
View
OSPF view
Default level
2: System level
Parameters
ip-address: Neighbor IP address.
cost value: Specifies the cost to reach the neighbor, in the range of 1 to 65535.
dr-priority dr-priority: Specifies the neighbor DR priority, in the range of 0 to 255.
Description
Use peer to specify a neighbor, and the DR priority of the neighbor.
Use undo peer to remove the configuration.
On an X.25 or Frame Relay network, you can configure mappings to make the network fully meshed (any
two routers have a direct link in between), so OSPF can handle DR/BDR election as it does on a
broadcast network. However, since routers on the network cannot find neighbors via broadcasting hello
packets, you need to specify neighbors and neighbor DR priorities on the routers.
After startup, a router sends a hello packet to neighbors with DR priorities higher than 0. When the DR
and BDR are elected, the DR will send hello packets to all neighbors for adjacency establishment.
The cost set with the peer command is the cost to the specified neighbor on the P2MP link. If no cost is
specified, the cost to the neighbor equals the local interface’s cost.