Return alternate oper data over netconf

Hi,

I am looking for a way to return oper data to a netconf client from a different container when queried over netconf for example:

container A {
config false;
leaf A1;
leaf A2;
}

container B {
config false;
leaf B1;
leaf B2;
}

i.e. when the client queries for contents of B, the device needs to respond with contents of A. Is there a way to possibly achieve this?

Hi,

I suggest you provide a bit more input to “why” you want to do such a thing.