Show ip ospf neighbor, Dual trunk e1 router – Black Box LRU4240 User Manual

Page 208

Advertising
background image

196

SALES: 0870 90 10 750

Dual Trunk E1 Router User’s Guide

Dual Trunk E1 Router

The following is a sample output from the show ip ospf interface command.
ospfd# show ip ospf interface hme0
hme0 is up, line protocol is up
Internet Address 10.10.10.50/24, Area 0.0.0.0
Router ID 10.10.11.50, Network Type BROADCAST, Cost: 10
Transmit Delay is 5 sec, State Waiting, Priority 1
No designated router on this network
No backup designated router on this network
Timer intervals configured, Hello 35, Dead 35, Wait 35, Retransmit 5
Hello due in 00:00:16
Neighbor Count is 0, Adjacent neighbor count is 0
Examples
ospfd# show ip ospf interface myifname
Related Commands

show ip ospf neighbor

Use the show ip ospf neighbor command to display information on OSPF neighbors. Include the process ID parameter with this
command to display information about specified instances.
Command Syntax
show ip ospf neighbor A.B.C.D|all|DETAIL|INTERFACE
show ip ospf PROCESSID neighbor A.B.C.D|all|DETAIL|INTERFACE
PROCESSID = <0-65535> The ID of the router process for which information will be displayed.
A.B.C.D = A.B.C.D (detail) Neighbor ID.
all = Include downstatus neighbor
DETAIL = detail (all) Detail of all neighbors
INTERFACE = Interface (A.B.C.D)
A.B.C.D = Address of the interface
Command Mode
Priviledged Exec mode
Usage
The following are sample outputs from the show ip ospf neighbor command with and without the process IDparameter. Notice that
the first output (without process ID), shows database information about both the instances and the second and third outputs show
database information only about the instances specified by the process ID. The last two displays show the use of the detail and all
parameters.

ospfd# show ip ospf neighbor
OSPF process 1:
Neighbor ID Pri State Dead Time Address Interface RXmtL
RqstL DBsmL
10.10.11.50 5 Full/DR 00:00:40 10.10.10.50 eth1:10.10.10.90 0
0 0
OSPF process 100:
Neighbor ID Pri State Dead Time Address Interface RXmtL
RqstL DBsmL
10.10.11.50 5 Full/DR 00:00:40 10.10.10.50 eth2:10.10.11.90 0
0 0
ospfd# show ip ospf 1 neighbor
OSPF process 1:
Neighbor ID Pri State Dead Time Address Interface RXmtL
RqstL DBsmL
10.10.11.50 5 Full/DR 00:00:40 10.10.10.50 eth1:10.10.10.90 0
0 0
ospfd# show ip ospf 100 neighbor
OSPF process 100:
Neighbor ID Pri State Dead Time Address Interface RXmtL
RqstL DBsmL
10.10.11.50 5 Full/DR 00:00:40 10.10.10.50 eth2:10.10.11.90 0
0 0
ospfd# show ip ospf neighbor all
OSPF process 100:
Neighbor ID Pri State Dead Time Address Interface RXmtL RqstL DBsmL
10.10.11.51 1 Full/DR 00:00:38 10.10.10.10 hme0:10.10.10.50 0 0 0

Advertising