Specifications
208 Implementing IBM System Networking 10Gb Ethernet Switches
ACC-2#conf t
Enter configuration commands, one per line. End with Ctrl/Z.
ACC-2(config)#router ospf
ACC-2(config-router-ospf)#redistribute fixed export 10 1
ACC-2(config-router-ospf)#^Z
ACC-2#
7. Verify OSPF.
Run the following commands to verify OSPF operation:
– show ip ospf
– show ip ospf neighbor
– show ip ospf database database
– show ip ospf routes
– show ip route
See the following examples from ACC-1 switch for these commands’ output.
Show the current OSPF configuration settings by running show ip ospf (Example 5-53).
Example 5-53 show ip ospf command output
ACC-1#show ip ospf
Current OSPF settings: ON
Default route none
Router ID: 2.2.2.1
lsdb limit 0
Current OSPF area settings:
0: 0.0.0.0, type transit, auth md5, metric 1, spf 10, enabled
Current OSPF interface settings:
101: 10.0.101.1, area index 0, prio 1, cost 1, enabled
hello 10, dead 40, trans 1, retra 5, passive disabled, ptop disabled
key empty, mdkey 1
102: 10.0.102.1, area index 0, prio 1, cost 1, enabled
hello 10, dead 40, trans 1, retra 5, passive disabled, ptop disabled
key empty, mdkey 1
Current OSPF Route Redistribution settings
Fixed Route Maps:
Export all with route metric 2, type 1
Current OSPF MD5 key settings:
1: key encrypted
ACC-1#
Show information about the OSPF-formed adjacencies by running show ip ospf neighbor
(Example 5-54).
Example 5-54 show ip ospf neighbor command output
ACC-1#show ip ospf neighbor
Intf NeighborID Prio State Address
---- ---------- ---- ----- -------
101 1.1.1.1 1 Full 10.0.101.2