cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1197
Views
5
Helpful
1
Replies

VRF static routes

NickOz
Level 1
Level 1

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

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

If you want to do normal Global routing just config as below :

 

config t

!

ip route 10.68.2.0/24 192.168.68.2

!

end

 

Prerequisites for Static Routing

Static routing has the following prerequisites:

  • If the next-hop address for a static route is unreachable, the static route is not added to the unicast routing table..

 

I have only provided based on the requirement, i think you have features and other configured already.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card