Microsoft ES4625 Manuel D’Utilisation

Page de 674
Command Line Interface
4-282
4
ip ospf transmit-delay
This command sets the estimated time to send a link-state update packet over an 
interface. Use the no form to restore the default value.
Syntax 
ip ospf transmit-delay seconds
no ip ospf transmit-delay
seconds - Sets the estimated time required to send a link-state update. 
(Range: 1-65535)
Command Mode 
Interface Configuration (VLAN)
Default Setting 
1 second
Command Usage 
LSAs have their age incremented by this delay before transmission. When 
estimating the transmit delay, consider both the transmission and propagation 
delays for an interface. Set the transmit delay according to link speed, using 
larger values for lower-speed links. The transmit delay must be the same for 
all routers attached to an autonomous system.
Example
show ip ospf
This command shows basic information about the routing configuration.
Command Mode 
Privileged Exec
Example
Console(config)#interface vlan 1
Console(config-if)#ip ospf transmit-delay 6
Console(config-if)#
Console#show ip ospf
Routing Process with ID 10.1.1.253
Supports only single TOS(TOS0) route
It is an area border and autonomous system boundary router
Redistributing External Routes from,
rip with metric mapped to 10
Number of area in this router is 2
Area 0.0.0.0 (BACKBONE)
Number of interfaces in this area is 1
SPF algorithm executed 19 times
Area 10.1.0.0
Number of interfaces in this area is 4
SPF algorithm executed 19 times
Console#