Question 16 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question 16 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question

module: ietf-ip
augment /if:interfaces/if: interface:
+--rw ipv4!
enabled? boolean
forwarding? boolean
mtu? uint16
address* [ip]
xw ip
rw (subnet)
(prefix-length)
+--rw prefix-length? uints
{netmask)
+--rw netmask?
origin?
--rw neighbor* [ip]
+--rw ip inet : ipv4-address-no-zone
+--rw link-layer-address yang:phys-address

inet: ipv4-address-no-zone

yang:dotted-guad (ipv4-non-contiguous-netmasks) ?
ip-address-origin

Refer to the exhibit.

Which NETCONF statement type is represented by +--rw address* [ip]?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.

Symbols after data node names: "?" means an optional node, "!" means a presence container, and "*" denotes a list and leaf-list.