exam questions

Exam 300-435 All Questions

View all questions & answers for the 300-435 exam

Exam 300-435 topic 1 question 35 discussion

Actual exam question from Cisco's 300-435
Question #: 35
Topic #: 1
[All 300-435 Questions]

Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?

  • A. <yp:period>
  • B. <yp:subscription-result>
  • C. <yp:subscription-id>
  • D. <yp:xpath-filter>
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
1234567J
Highly Voted 4 years, 5 months ago
both period, and xpath-filter are mandatory.
upvoted 8 times
...
zp1232000
Highly Voted 3 years, 10 months ago
even though it is mentioned as mandatory, period, is not used for on-change subscription which is mentioned in the same document
upvoted 7 times
...
ssink19
Most Recent 4 months, 3 weeks ago
Selected Answer: D
While <yp:subscription-id> is important for managing subscriptions, it is not typically required to be specified by the client when initially establishing the subscription. Instead, it is usually generated and returned by the server upon successful creation of the subscription.
upvoted 1 times
...
Liesmithson
5 months ago
Selected Answer: D
I am going to go with xpathFilter as for On Chamge , the period is replaced by another value
upvoted 1 times
...
samael666
7 months ago
Selected Answer: D
the xpath tag specifies the par of the YANG tree the client is subcription to.
upvoted 1 times
...
due
1 year, 5 months ago
Selected Answer: D
YANG-Push YANG-push is the subscription and push mechanism for YANG databases. YANG-push subscriptions are defined using a data model. Using YANG-push, subscriber applications can request a continuous, customized stream of updates from YANG databases. The YANG-push encompasses all data in the configuration and operational databases that is described by the YANG model installed on a device. You must provide a filter for data, as subscription to all data is not supported. 'You must provide a filter for data' https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/167/b_167_programmability_cg/model_driven_telemetry.html
upvoted 3 times
...
veteranon2005
2 years, 4 months ago
Selected Answer: C
Answer is C, a unique subscription ID is required. The subscription ID is used to identify the subscription and is included in all YANG-push notifications sent by the device.
upvoted 2 times
...
Lyndongarcia09
3 years, 4 months ago
The stream, xpath-filter, and period fields in the RPC are mandatory.<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <establish-subscription xmlns="urn:ietf:params:xml:ns:yang:ietf-event-notifications" xmlns:yp="urn:ietf:params:xml:ns:yang:ietf-yang-push"> <stream>yp:yang-push</stream> <yp:xpath-filter>/mdt-oper:mdt-oper-data/mdt-subscriptions</yp:xpath-filter> <yp:period>1000</yp:period> </establish-subscription> </rpc> https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/167/b_167_programmability_cg/model_driven_telemetry.html
upvoted 2 times
...
B3nd3cida
4 years, 3 months ago
The stream, xpath-filter, and period fields in the RPC are mandatory. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/167/b_167_programmability_cg/model_driven_telemetry.html
upvoted 6 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...