Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1612/b_1612_programmability_cg/model_driven_telemetry.htmlWhen establishing a YANG-push subscription with a Cisco IOS XE device, the tag that is required is <yp:subscription-id>.
YANG-push is a protocol used to subscribe to and receive updates from YANG-modeled data on a network device. YANG (Yet Another Next Generation) is a data modeling language used to define the structure and semantics of data for network management protocols.
When setting up a YANG-push subscription, the device will provide a subscription identifier (subscription-id) that uniquely identifies the subscription for the client. This identifier is used in subsequent operations to manage the subscription, such as modifying or deleting it.
The <yp:subscription-id> tag is used to specify the subscription identifier in the YANG-push subscription request. This tag is included in the <create-subscription> message that is sent from the client to the device.
The other tags listed in the answer options are also used in YANG-push subscriptions:
However, the question specifically asks for the tag that is required, and that is <yp:subscription-id>.