QuestionQ387

Understanding and Using APIs

Question Image

Refer to the exhibit. Which two outcomes result from running the RESTCONF query?

Choose two
  • A GigabitEthernet1 becomes shut down.
  • B Interfaces are created as containers.
  • C GigabitEthernet2 becomes shut down.
  • D Descriptions for two interfaces are applied.
  • E The module left-interfaces:interfaces is created.
Explanation

In the IETF interface model, the enabled configuration leaf controls an interface’s administrative state; a value of false disables GigabitEthernet2. The RESTCONF payload also supplies interface description configuration values, so those descriptions are applied. ietf-interfaces:interfaces identifies the model’s existing interface data hierarchy rather than creating a module or containers. IETF Interfaces YANG Module (RFC 8343)

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!