I am using ncclient
to get information from a router (IOS-XR), however I am not able to get the status. I mean, If I run from the router the command "Show interfaces description" I can see the interface, status, protocol and description. I want to do the same with Netconf using ncclient
. Anyone have any idea how to do it? I have tried with get_config
and I can get the description but not the status(up, down,admin-down) and protocol (up, down,admin-down)
Thanks