Home > Networking Solutions > Enterprise/Data Center Networking Solutions > SmartFabric OS10 Networking Solutions > Guides > Multitenancy using VRF with Dell SmartFabric OS10 Implementation Guide > Route leaking configuration commands
Enter the configuration commands as shown for the Rack-1 and Rack-2 switches. Once configuration is complete, the route leaking can be validated by looking at the routing table of each tenant and using the ping command.
Enter the configuration commands as shown for the Rack-1 switch.
Rack-1 switch | Notes |
ip vrf sales ip route-export 1:1 ip route-import 2:2 | The ip route-export community value in the source VRF must match the ip route-import community value in the destination VRF. |
ip vrf marketing ip route-export 2:2 ip route-import 1:1 | The ip route-export community value in the source VRF must match the ip route-import community value in the destination VRF. |
Enter the configuration commands as shown for the Rack-2 switch.
Rack-2 switch | Notes |
ip vrf sales ip route-export 1:1 ip route-import 2:2 | Like for the Rack-1 switch, the ip route-export community value in the source VRF must match the ip route-import community value in the destination VRF. |
ip vrf marketing ip route-export 2:2 ip route-import 1:1 | Like for the Rack-1 switch, the ip route-export community value in the source VRF must match the ip route-import community value in the destination VRF. |