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

Verifying OSPF-Enabled Interfaces

Purpose

Verify that OSPF is running on a particular interface and that the interface is in the desired area.

Action

From the CLI, enter the show ospf interface command.


user@host> show ospf interface
Intf                State     Area            DR ID           BDR ID       Nbrs
at-5/1/0.0          PtToPt   0.0.0.0         0.0.0.0         0.0.0.0         1
ge-2/3/0.0          DR       0.0.0.0         192.168.4.16    192.168.4.15    1
lo0.0               DR       0.0.0.0         192.168.4.16    0.0.0.0         0
so-0/0/0.0          Down     0.0.0.0         0.0.0.0         0.0.0.0         0
so-6/0/1.0          PtToPt   0.0.0.0         0.0.0.0         0.0.0.0         1
so-6/0/2.0          Down     0.0.0.0         0.0.0.0         0.0.0.0         0
so-6/0/3.0          PtToPt   0.0.0.0         0.0.0.0         0.0.0.0         1

Meaning

The output shows a list of the Services Router interfaces that are configured for OSPF. Verify the following information:

Related Topics

For a complete description of show ospf interface output, see the JUNOS Routing Protocols and Policies Command Reference.


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