[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Overview of the Request Procedure
To request information from the NETCONF server,
a client application performs the procedures described in the indicated
sections:
- Establishes a connection to the NETCONF server on the
routing platform, as described in Connecting to the NETCONF Server.
- Opens a NETCONF session, as described in Starting the NETCONF Session.
- If making configuration requests, optionally locks the
candidate configuration, as described in Locking the Candidate Configuration.
- Makes any number of requests one at a time, freely intermingling
operational and configuration requests. See Requesting Operational Information and Requesting Configuration Information.
The application can also intermix requests with
configuration changes, which are described in Changing Configuration Information.
- Accepts the tag stream emitted by the NETCONF server
in response to each request and extracts its content, as described
in Parsing the NETCONF Server Response.
- Unlocks the candidate configuration if it is locked, as
described in Unlocking the Candidate Configuration. Other users and applications
cannot change the configuration while it remains locked.
- Ends the NETCONF session and closes the connection to
the routing platform, as described in Ending a NETCONF Session and Closing the Connection.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]