300-420 · Question #20
300-420 Question #20: Real Exam Question with Answer & Explanation
The correct answer is A: <create-subscription>. {"question_number": 2, "question": "Which NETCONF operation creates filtering that is specific to the session notifications?", "correct_answers": ["A"], "explanation": "<create-subscription> (A) is the NETCONF RPC operation defined in RFC 5277 that establishes an event notificati
Question
Which NETCONF operation creates filtering that is specific to the session notifications?
Options
- A<create-subscription>
- B<commit>
- C<notification>
- D<logging>
Explanation
{"question_number": 2, "question": "Which NETCONF operation creates filtering that is specific to the session notifications?", "correct_answers": ["A"], "explanation": "<create-subscription> (A) is the NETCONF RPC operation defined in RFC 5277 that establishes an event notification subscription for the current session. It accepts optional filter parameters (subtree or XPath) that scope which notifications are delivered to that specific session, making the filtering session-specific. <commit> (B) is used to apply candidate configuration changes to the running datastore. <notification> (C) is the message envelope that the server sends to the client when an event occurs, not an operation the client invokes. <logging> (D) is not a standard NETCONF operation.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.