Cisco Platforms Flashcards

1
Q

Yang: anyxml

A

A data node that can contain an unknown chunk of XML data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Yang: augment

A

Adds new schema nodes to a previously defined schema node.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Yang: container

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Yang: data model

A

A data model describes how data is represented and accessed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Yang: data node

A

A node in the schema tree that can be instantiated in a data tree. One of container, leaf, leaf-list, list, and anyxml.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Yang: data tree

A

The instantiated tree of configuration and state data on a device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Yang: derived type

A

A type that is derived from a built-in type (such as uint32), or another derived type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Yang: grouping

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Yang: identifier

A

Used to identify different kinds of YANG items by name.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Yang: leaf

A

A data node that exists in at most one instance in the data tree. A leaf has a value but no child nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Yang: leaf-list

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Yang: list

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Yang: module

A

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”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Yang: state data

A

The additional data on a system that is not configuration data such as read-only status information and collected statistics [RFC4741].

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Yang: RPC

A

A Remote Procedure Call, as used within the NETCONF protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly