Hi ,
I have an implementation (using lists ) in which data is stored in CDB.
Since i wanted the list entries to be stored in the order in which user adds the entries , i specified “ordered-by user” in the yang . When i do show of the data from CLI , the list entries are displayed in the order in which user created the entries . But when i use snmpwalk to retrieve the list, snmp walk returns with error . When “ordered-by user” is not specified for the list , snmpwalk is successful. But the implementation required “ordered-by user” to be specified. Is there any tailf statement that can be used along with “ordered-by user” , so that confd returns CDB list data in lexicographical order for snmp interface ?
Thanks
Sangeetha