nerdexam
Cisco

300-435 · Question #32

Refer to the exhibit. Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device? <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">…

The correct answer is D. period. For NETCONF YANG-push telemetry subscriptions, the <yp:period> XML tag specifies the interval, in milliseconds, at which the device should send data updates.

Device-Level Network Automation

Question

Refer to the exhibit. Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device? <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <establish-subscription xmlns="urn:ietf:params:xml:ns:netconf:event-notifications" xmlns:yp="urn:ietf:params:xml:ns:yang:ietf-yang-push"> <stream>yang-push</stream> <yp:xpath-filter>/mdt-oper-data/mdt-subscriptions</yp:xpath-filter> <yp: >1000</yp: > </establish-subscription> </rpc>

Exhibit

300-435 question #32 exhibit

Options

  • Acrontab
  • Bcadence
  • Cfrequency
  • Dperiod

How the community answered

(41 responses)
  • B
    2% (1)
  • C
    5% (2)
  • D
    93% (38)

Why each option

For NETCONF YANG-push telemetry subscriptions, the `<yp:period>` XML tag specifies the interval, in milliseconds, at which the device should send data updates.

Acrontab

`crontab` is related to scheduling tasks in Unix-like systems and is not a standard YANG-push telemetry tag.

Bcadence

`cadence` is a general term for rhythm or sequence but is not a specific XML tag used in YANG-push telemetry.

Cfrequency

`frequency` is a general term, but the specific YANG-push tag for defining the interval for periodic updates is `period`.

DperiodCorrect

In YANG-push subscriptions, the `<yp:period>` tag from the `ietf-yang-push` namespace is used to specify the desired data delivery interval, typically in centiseconds (10ms units) or milliseconds, which the value `1000` commonly represents.

Concept tested: YANG-push subscription parameters

Source: https://datatracker.ietf.org/doc/html/rfc8639

Topics

#NETCONF#YANG Push Telemetry#Telemetry Subscription#Cisco IOS XE Automation

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice