routing table through netconf

Viewed 36

I would like to get a routing table from a csr device. Basically, the same information that is provided with the show ip route command. I would expect a non-empty rpc message from the csr with non-empty routing table, which is not the case. The piece of code:

enter image description here

In reality, I get the empty message:

rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:ad911b9f-70ab-4af8-a369-c80bf0924fb9" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0"></rpc-reply

I built the xml based on ietf-ip yang model.

0 Answers
Related