[Contents] [Prev] [Next] [Index] [Report an Error]

show (ospf | ospf3) overview

Syntax

show (ospf | ospf3) overview
<extensive>
<instance instance-name>
<logical-system (all | logical-system-name)>
<neighbor>
<realm (ipv4-multicast | ipv4-unicast | ipv6-multicast)>

Release Information

Command introduced in JUNOS Release 7.4.

realm statement introduced in JUNOS Release 9.2.

Description

Display Open Shortest Path First (OSPF) overview information.

Options

none — Display standard information about all OSPF neighbors for all routing instances on all logical systems.

extensive — (Optional) Display trace information in addition to standard information.

instance instance-name(Optional) Display all OSPF interfaces under the named routing instance.

logical-system (all | logical-system-name) — (Optional) Perform this operation on all logical systems or on a particular logical system.

neighbor(Optional) Display information about the specified OSPF neighbor.

realm (ipv4-multicast | ipv4-unicast | ipv6-multicast) — (ospf3 only) (Optional) Display information about for the specified OSPFv3 realm, or address family. Use the realm option to specify an address family for OSPFv3 other than IPv6 unicast, which is the default.

Required Privilege Level

view

List of Sample Output

show ospf overview
show ospf overview extensive

Output Fields

Table 86 lists the output fields for the show ospf overview command. Output fields are listed in the approximate order in which they appear.

Table 86: show ospf overview Output Fields

Field name

Field Description

Level of Output

Instance

The OSPF routing instance.

All levels

Router ID

Router ID of the router.

All levels

Route table index

Route table index.

All levels

Configured overload

Overload capability is enabled. If the overload timer is also configured, display the time that remains before it is set to expire. This field is not displayed after the timer expires.

All levels

Full SPF runs

Number of complete Shortest Path First calculations.

All levels

SPF delay

Delay before performing consecutive Shortest Path First calculations.

All levels

SPF holddown

Delay before performing additional Shortest Path First (SPF) calculations after the maximum number of consecutive SPF calculations is reached.

All levels

SPF rapid runs

Maximum number of Shortest Path First calculations that can be performed in succession before the holddown timer begins.

 

LSA refresh time

Refresh period for link-state advertisement. (in minutes)

All levels

Restart

Graceful restart capability: enabled or disabled.

All levels

Restart duration

Time period for complete reacquisition of OSPF neighbors.

All levels

Restart grace period

Time period for which the neighbors should consider the restarting router as part of the topology.

All levels

Helper mode

Graceful restart helper capability: enabled or disabled.

All levels

Trace options

OSPF-specific trace options.

extensive

Trace file

Name of the file to receive the output of the tracing operation.

extensive

Area

Area number. Area 0.0.0.0 is the backbone area.

All levels

Stub type

Stub type of area: Normal Stub, Not Stub, or Not so Stubby Stub.

All levels

Authentication Type

Type of authentication: None, Password, or MD5.

All levels

Area border routers

Number of area border routers.

All levels

Neighbors

Number of autonomous system boundary routers.

All levels

Sample Output

show ospf overview

user@host> show ospf overview
Instance: master
    Router ID: 10.255.245.6
    Route table index: 0
 	 Configured overload, expires in 118 seconds
    LSA refresh time: 50 minutes
	 Restart: Enabled
    	Restart duration: 20 sec
    	Restart grace period: 40 sec
    	Helper mode: enabled
	 Area: 0.0.0.0
      Stub type: Not Stub
      Authentication Type: None
      Area border routers: 0, AS boundary routers: 0
      Neighbors
        Up (in full state): 0
    Topology: default (ID 0)
      Prefix export count: 0
      Full SPF runs: 1
      SPF delay: 0.200000 sec, SPF holddown: 5 sec, SPF rapid runs: 3
 

show ospf overview extensive

user@hostshow ospf overview extensive
Instance: master
  Router ID: 1.1.1.103
  Route table index: 0
  Full SPF runs: 13, SPF delay: 0.200000 sec
  LSA refresh time: 50 minutes
  Restart: Disabled
  Trace options: lsa
  Trace file: /var/log/ospf size 131072 files 10
  Area: 0.0.0.0
    Stub type: Not Stub
    Authentication Type: None
    Area border routers: 0, AS boundary routers: 0
    Neighbors
      Up (in full state): 1

[Contents] [Prev] [Next] [Index] [Report an Error]