Skip to content

Expected neighbors not shown in sysrepocfg #1169

Description

@rical

Current Behavior

A system with OSPF configured neighbors shows no related sysrepcfg output.
sysrepocfg -X -d operational -f json -x "/routing/control-plane-protocols/control-plane-protocol[type='infix-routing:ospfv2']/ietf-ospf:ospf/areas/area/interfaces/interface/neighbors"
{}

Even though they exist in the vtysh.

sudo vtysh -c "show ip ospf interface json"
data..
sudo vtysh -c "show ip ospf json"
data..
sudo vtysh -c "show ip ospf neighbor detail json"
data..

Expected Behavior

sysrepocfg -X -d operational -f json -x "/routing/control-plane-protocols/control-plane-protocol[type='infix-routing:ospfv2']/ietf-ospf:ospf/areas/area/interfaces/interface/neighbors"
data..

Steps To Reproduce

No response

Additional information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions