- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-17-2011 07:20 AM
Hi,
I'd like to be able to retrieve dynamic route entries (such as RIP) that can be seen using the cli with the command: show routing route .
Is it possible?
Thanks,
Andrei
02-17-2011 03:45 PM
Hello,
From the device, when running command "show routing route",
We have the flags such as RIP and others. See below;
flags: A:active, ?:loose, C:connect, H:host, S:static, ~:internal, R:rip, O:ospf, B:bgp,
Oi:ospf intra-area, Oo:ospf inter-area, O1:ospf ext-type-1, O2:ospf ext-type-2
VIRTUAL ROUTER: (id 7)
==========
destination nexthop metric flags age interface next-AS
0.0.0.0/0 10.1.4.1 10 A S ethernet1/x
1.1.1.0/24 0.0.0.0 255 A ~
10.1.4.0/24 10.31.4.5 0 A C ethernet1/x
10.1.4.5/32 0.0.0.0 0 A H
10.1.6.0/25 0.0.0.0 10 A S tunnel.10
02-20-2011 07:16 AM
odaos thanks for your reply, viewing my first question I understand that my question was not clear...
What I actually meant is using the rest API.
When I send a config show all request (/restapi.esp?type=config&action=show&key...) I can only view the static routes of each VR.
Is there a rest api url to get the dynamic routes as well?
Thanks
02-20-2011 03:24 PM
I don't believe this is possible today since the RESTful API allows you to pull the configuration and reports but does not allow you to pull output from commands such as "show routing route". You can file a feature request with your account team. There will be more functionality going into the REST API in the future.
Cheers,
Kelly
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!