Overview of the NETCONF::Netconf::Manager Perl Module and Sample Scripts

The NETCONF Perl distribution uses the same directory structure for Perl modules as the Comprehensive Perl Archive Network (http://www.cpan.org/). This includes a lib directory for the NET::Netconf module and its supporting files, and an examples directory for the sample scripts.

Client applications use the NET::Netconf::Manager object to communicate with a NETCONF server. All of the sample scripts use this object.

The sample scripts illustrate how to perform the following functions:

For instructions on running the scripts, see the README or README.html file included in the NETCONF Perl distribution.