Home > Networking Solutions > Enterprise/Data Center Networking Solutions > SmartFabric OS10 Networking Solutions > Guides > Multitenancy using VRF with Dell SmartFabric OS10 Implementation Guide > Verify the VRFs and VLAN interfaces configurations
Verify the configuration of the VRFs and VLAN interfaces using the following commands. Not all VLANs are shown here.
Rack-1 switch | Notes |
Rack-1# show running-configuration vrf ip vrf default ! ip vrf sales ! ip vrf marketing | Show the running configuration for the VRFs. Note the default, sales, and marketing VRFs. |
Rack-1# show running-configuration interface vlan 10 ! interface vlan10 mode L3 no shutdown ip address 10.1.1.1/24 ip ospf 1 area 0.0.0.0
Rack-1# show running-configuration interface vlan 20 ! interface vlan20 mode L3 no shutdown ip vrf forwarding sales ip address 10.1.2.1/24 ip ospf 2 area 0.0.0.0 | View the configuration for interfaces VLAN 10, 100, 20, 200, 30, 300. Two are shown as examples. VLAN 10 is in the default VRF. VLAN 20 is in the sales VRF. |
Rack-1# show running-configuration interface loopback 0 ! interface loopback0 no shutdown ip address 192.168.1.1/24 ip ospf 1 area 0.0.0.0
Rack-1# show running-configuration interface loopback 1 ! interface loopback1 no shutdown ip vrf forwarding sales ip address 172.16.1.1/24 ip ospf 2 area 0.0.0.0
Rack-1# show running-configuration interface loopback 2 ! interface loopback2 no shutdown ip vrf forwarding marketing ip address 172.17.1.1/24 ip ospf 3 area 0.0.0.0 | View the configuration of the loopback interfaces. Interface loopback 0 resides in the default VRF. The IP address of each interface is advertised in OSPF. |