Hi Work group,


We got some question regarding netconf operation’s rpc-reply output.

For example, we have draft operational model as follows (list AAA contains list 
BBB which contains list CCC):

                        list AAA {

                                                key "aaa_name";

                                                config false;

                                                leaf aaa_name {

                                                                        type 
string;

                                                }

                                                leaf aaa_leaf1 {

                                                                        type 
int32;

                                                }



                                                list BBB {

                                                                        key 
"bbb_name";

                                                                        config 
false;

                                                                        leaf 
bbb_name {

                                                                                
                type string;

                                                                        }

                                                                    leaf 
bbb_leaf1 {

                                                                            
type uint32;

                                                }



                                                                        list 
CCC {

                                                                                
                key "ccc_name";

                                                                                
                config false;

                                                                                
                leaf ccc_name {

                                                                                
                                        type string;

                                                                                
                }

                                                                                
                leaf ccc_leaf1 {

                                                                                
                                        type uint32;

                                                                                
                }

                                                                        } 
//list CCC

                                                } //list BBB

                        } //list AAA

The netconf request is the following:





























What is the expected ? More specifically, will CCC’s key (leaf ) be included in 
rpc-reply? Will AAA/BBB’s key (leaf / ) be included in rpc-reply?



The following is what I am thinking now. Please comment.







  my AAA name //???



    my BBB name //???



      my CCC name //???

      my ccc leaf1 name













Thanks

/Yong

_______________________________________________
netmod mailing list
netmod@ietf.org
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to