Hi, it is my first time configuring a Nexus switch, and the first time I ran across terms such as VRF.
I did some digging and I understood the concept.
I need to configure a nexus switch (3048) and don't need to use VRFs.
When I add static routes with the following configuration:
IP route 10.68.2.0 255.255.255.0 192.168.68.2/24
I see 2 lines below each route:
(not installed in urib)
rnh(installed in urib)
When I add the route without the VRF context, it is automatically set in the default VRF, In both scenarios (If I specify the VRF and if I don't) the routes aren't installed properly.
Because I do not need VRFs, is there any way to disable them?
If not, what issue is there with the static routes?
Thank you