NETCONF tutorial
Some other examples of NETCONF messages
NETCONF <get> Operation
The <get> operation gets the configuration and operational data in a datastore.
Note:
+ <filter> here is a parameter of the <get> operation to select a particular subtree in the reply and “type” is the attribute of the parameter.
+ The <get-config> operation gets only the configuration data in a datastore.
NETCONF <edit-config> Operation:
+ Enable the interface
+ Adding IPv6 address
NETCONF <close-session> Operation
– Polite way of disconnecting
NETCONF <kill-session> Operation
– Not so polite way of disconnecting another session.
– Releases any locks, aborts any confirmed commit related to session
NETCONF <validate> Operation
– To validate (check for syntactical and semantic errors) the content of a datastore.
If <ok/> is received then proceed to Commit.
NETCONF <delete-config> Operation
– Delete a complete data store (not running)
last update dump ccnp date ?
Took exam in december, questions were up to date
hello everyone, would you please let me know where i can find the questions?
If I have understood it correctly, i assume that the Client in step 4 should traget the in the command instead of . Right?
„Candidate“ instead of „running“