ipv6 ospf transmit-delay
■
Use to configure the time it takes to transmit a link-state update on the interface.
■
This is the time between transmissions of LSAs.
■
Specify an interval in the rang 0–3600 seconds; the default value is 1 second.
■
In setting the time, consider the interface’s transmission and propagation delays.
■
For the IPv6 command, you can specify an optional process ID in the range
1–65535.
■
Example 1
host1(config-if)#
ip ospf transmit-delay 4
■
Example 2
host1(config-if)#
ipv6 ospf transmit-delay 4
■
Use the
no
version to return to the default value, 1 second.
■
See ip ospf transmit-delay
■
See ipv6 ospf transmit-delay
Comparison Example
In the following example you configure a range of OSPF interfaces with the
network
area
command.
host1(config)#
interface fastEthernet 0/0
host1(config-if)#
ip address 1.1.1.1 255.255.255.0
host1(config-if)#
ip address 2.2.2.2 255.255.255.0 secondary
host1(config-if)#
exit
host1(config)#
router ospf 1
host1(config-router)#
network 1.1.1.0 0.0.0.255 area 0
host1(config-router)#
network 2.2.2.0 0.0.0.255 area 0
If you want to specify the cost, you can do so for both interfaces simultaneously.
host1(config)#
interface fastEthernet 0/0
host1(config-if)#
ip ospf cost 30
You can use
address
commands to create a third OSPF interface over the Ethernet
interface. When you specify a cost, you set it for only that interface.
host1(config)#
interface fastEthernet 0/0
host1(config-if)#
ip address 3.3.3.3 255.255.255.0 secondary
host1(config-if)#
exit
host1(config)#
router ospf 1
host1(config-router)#
address 3.3.3.3 area 0
host1(config-router)#
address 3.3.3.3 cost 25
Configuring OSPF Interfaces
■
265
Chapter 5: Configuring OSPF
Summary of Contents for IGP - CONFIGURATION GUIDE V11.1.X
Page 6: ...vi...
Page 8: ...viii JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 18: ...xviii List of Figures JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 20: ...xx List of Tables JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 26: ...2 Internet Protocol JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 228: ...204 Internet Protocol Routing JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 264: ...240 Monitoring RIP JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 438: ...414 Monitoring IS IS JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 439: ...Part 3 Index Index on page 417 Index 415...
Page 440: ...416 Index JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...
Page 454: ...430 Index JUNOSe 11 0 x IP IPv6 and IGP Configuration Guide...