Reference Guide

Open Shortest Path First (OSPFv2 and OSPFv3) | 481
Figure 24-20. Command Example: show running-config ospf
Use the following commands in EXEC Privilege mode to get general route and links status information.
Use the following command in EXEC Privilege mode to view the OSPFv2 configuration for a neighboring
router:
Command Syntax Command Mode Usage
show ip route summary
EXEC Privilege View the summary information of the IP routes
show ip ospf database EXEC Privilege View the summary information for the OSPF database
Command Syntax Command Mode Usage
show ip ospf neighbor
EXEC Privilege View the configuration of OSPF neighbors connected to the
local router.
FTOS#show run ospf
!
router ospf 3
!
router ospf 4
router-id 4.4.4.4
network 4.4.4.0/28 area 1
!
router ospf 5
!
router ospf 6
!
router ospf 7
mib-binding
!
router ospf 8
!
router ospf 90
area 2 virtual-link 4.4.4.4
area 2 virtual-link 90.90.90.90 retransmit-interval 300
!
ipv6 router ospf 999
default-information originate always
router-id 10.10.10.10
FTOS#