cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
2
Replies

What command gets the routing table info from the routers in NSO?

Elvin J
Level 1
Level 1

I have nso application , i connect to nso cli using 

 

 

ncs_cli -C -u user

 

 

 Now I want to get routing tables for each VRF. What command I should run to achieve it?

1 Accepted Solution

Accepted Solutions

Ruben Cocheno
Spotlight
Spotlight

@Elvin J 

command below show give you all routes across VRF's

show devices device leaf01-1 live-status ip route

 

Tag me to follow up.
Please mark it as Helpful and/or Solution Accepted if that is the case. Thanks for making Engineering easy again.
Connect with me for more on Linkedin https://www.linkedin.com/in/rubencocheno/

View solution in original post

2 Replies 2

Ruben Cocheno
Spotlight
Spotlight

@Elvin J 

command below show give you all routes across VRF's

show devices device leaf01-1 live-status ip route

 

Tag me to follow up.
Please mark it as Helpful and/or Solution Accepted if that is the case. Thanks for making Engineering easy again.
Connect with me for more on Linkedin https://www.linkedin.com/in/rubencocheno/

how can I get all vrf names in a device?