Juniper IGP - CONFIGURATION GUIDE V11.1.X Configuration Manual page 283

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

Advertisement

address dead-interval
address hello-interval
address passive-interface
Use to specify the cost metric for the interface. The cost is used in calculating
the SPF routing table and can be in the range 0–65535.
The interface can have an IP address, or it can be unnumbered.
Example
host1(config-router)#address unnumbered atm 4/0.1 area 3
host1(config-router)#address unnumbered atm 4/0.1 cost 50
Use the no version to reset the path cost to the default value, 1.
See address cost
Use to specify the time period for the router's neighbors to wait without seeing
hello packets from the router before they declare the router to be down.
The dead interval can be in the range 0–2147483647 seconds, and is advertised
by the router's hello packets.
For the OSPF routers to become adjacent, the dead interval must be identical
on each router.
The interface can have an IP address, or it can be unnumbered.
Example
host1(config-router)#address 192.168.10.32 area 6
host1(config-router)#address 192.168.10.32 dead-interval 60
Use the no version to reset the dead interval to the default value, 40 seconds.
See address dead-interval
Use to specify the interval between hello packets that the router sends on the
interface.
The hello interval can be in the range 1–65535 seconds.
The interface can have an IP address, or it can be unnumbered.
Example
host1(config-router)#address 192.168.1.1 area 5
host1(config-router)#address 192.168.1.1 hello-interval 25
Use the no version to reset the hello interval to the default value, 10 seconds.
See address hello-interval
Use to disable the transmission of routing updates on the interface, meaning
that OSPF routing information is neither sent by nor received through the
interface.
The interface can have an IP address, or it can be unnumbered.
Chapter 5: Configuring OSPF
Configuring OSPF Interfaces
259

Advertisement

Table of Contents
loading

Table of Contents