Comparison Example - Juniper IGP - CONFIGURATION GUIDE V11.1.X Configuration Manual

Software for e series broadband services routers ip, ipv6, and igp configuration guide
Table of Contents

Advertisement

ipv6 ospf transmit-delay

Comparison Example

In the following example you configure a range of OSPF interfaces with the network
area command.
If you want to specify the cost, you can do so for both interfaces simultaneously.
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.
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
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
host1(config)#interface fastEthernet 0/0
host1(config-if)#ip ospf cost 30
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
Chapter 5: Configuring OSPF
Configuring OSPF Interfaces
265

Advertisement

Table of Contents
loading

Table of Contents