Implementing Cisco Service Provider Advanced Solutions (SPCOR2) — Question 27
Which statement is used to associate a submodule and a parent module in a YANG data model?
Answer options
- A. import
- B. namespace
- C. include
- D. belongs-to
Correct answer: C
Explanation
The correct answer is C, 'include', which is specifically used in YANG to associate submodules with their parent modules. The other options, such as 'import' and 'namespace', serve different purposes within the YANG data model, and 'belongs-to' is not a valid statement in this context.