Viewing the OSPF Configuration

Viewing the OSPF Configuration
After setting up OSPF on your Security Appliance, it helps to view parts of the configuration.
Using the show ospf command, you can view the general information about the OSPF
routing processes. When you enter this command, you see output similar to Example 11-2,
depending on the OSPF features that you have configured.
NOTE To enable password authentication (using a password of R5!s4&Px*) for the
same router (instead of using MD5), you would use the following commands:
pix515a(config)# router ospf 1
pix515a(config-router)# area 172.16.1.0 authentication
pix515a(config-router)# area 172.16.1.0 virtual-link 172.16.1.250 authentication
authentication-key
R5!s4&Px*
Example 11-2 Output from the show ospf Command
pix515a# show ospf
Routing Process "ospf 1" with ID 192.168.10.80 and Domain ID 0.0.0.1
Supports only single TOS(TOS0) routes
Supports opaque LSA
SPF schedule delay 5 secs, Hold time between two SPFs 10 secs
Minimum LSA interval 5 secs. Minimum LSA arrival 1 secs
Number of external LSA 0. Checksum Sum 0x 0
Number of opaque AS LSA 0. Checksum Sum 0x 0
Number of DCbitless external and opaque AS LSA 0
Number of DoNotAge external and opaque AS LSA 0
Number of areas in this router is 3. 3 normal 0 stub 0 nssa
External flood list length 0
pix515a(config)#