Which statement is used to associate a submodule and a parent module in a YANG data model?

Which statement is used to associate a submodule and a parent module in a YANG data model?The “include” statement is used to make content from a submodule available to that submodule’s parent module, or to another submodule of that parent module.Reference: https://tools.ietf.org/html/rfc6020

Question:

Which statement is used to associate a submodule and a parent module in a YANG data model?

Options:

import

namespace

include

belongs-to

Correct Answer

The Correct Answer for this Question is

include

Leave a Comment