Cisco Platforms Flashcards
Yang: anyxml
A data node that can contain an unknown chunk of XML data
Yang: augment
Adds new schema nodes to a previously defined schema node.
Yang: container
An interior data node that exists in at most one instance in the data tree. A container has no value, but rather a set of child nodes
Yang: data model
A data model describes how data is represented and accessed.
Yang: data node
A node in the schema tree that can be instantiated in a data tree. One of container, leaf, leaf-list, list, and anyxml.
Yang: data tree
The instantiated tree of configuration and state data on a device.
Yang: derived type
A type that is derived from a built-in type (such as uint32), or another derived type.
Yang: grouping
A reusable set of schema nodes. Grouping may be used locally in the module, in modules that include it, and by other modules that import from it. The grouping statement is not a data definition statement and, as such, does not define any nodes in the schema tree.
Yang: identifier
Used to identify different kinds of YANG items by name.
Yang: leaf
A data node that exists in at most one instance in the data tree. A leaf has a value but no child nodes.
Yang: leaf-list
Like the leaf node but defines a set of uniquely identifiable nodes rather than a single node. Each node has a value but no child nodes.
Yang: list
An interior data node that may exist in multiple instances in the data tree. A list has no value, but rather a set of child nodes.
Yang: module
A YANG module defines a hierarchy of nodes that can be used for NETCONF-based operations. With its definitions and the definitions it imports or includes from elsewhere, a module is self-contained and “compilable”
Yang: state data
The additional data on a system that is not configuration data such as read-only status information and collected statistics [RFC4741].
Yang: RPC
A Remote Procedure Call, as used within the NETCONF protocol.