Home > Networking Solutions > Enterprise/Data Center Networking Solutions > SmartFabric OS10 Networking Solutions > Guides > Multitenancy using VRF with Dell SmartFabric OS10 Implementation Guide > Verify the OSPF configuration
View the OSPF configuration with the show running-configuration ospf command to ensure that it is properly configured.
Rack-1 switch | Notes |
Rack-1# show running-configuration ospf ! interface vlan10 ip ospf 1 area 0.0.0.1 ! interface vlan20 ip ospf 2 area 0.0.0.1 ! interface vlan30 ip ospf 3 area 0.0.0.1 ! interface vlan100 ip ospf 1 area 0.0.0.1 ! interface vlan200 ip ospf 2 area 0.0.0.1 ! interface vlan300 ip ospf 3 area 0.0.0.1 ! interface loopback0 ip ospf 1 area 0.0.0.1 ! interface loopback1 ip ospf 2 area 0.0.0.1 ! interface loopback2 ip ospf 3 area 0.0.0.1 ! router ospf 1 log-adjacency-changes router-id 192.168.1.1 ! router ospf 2 vrf sales log-adjacency-changes router-id 172.16.1.1 ! router ospf 3 vrf marketing log-adjacency-changes router-id 172.17.1.1 | Validate the OSPF configuration. |