Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Write Junos XML Protocol Perl Client Applications

The following outline lists the basic tasks involved in writing a Junos XML protocol Perl client application that requests operational or configuration information from the Junos XML protocol server or loads configuration information onto a device running Junos OS. Each task provides a link to detailed information about performing the task. The tasks reference the sample scripts included with the Junos XML Protocol Perl distribution as examples.

  1. Import Perl Modules and Declare Constants— and Importing Perl Modules and Declaring Constants in Junos XML Protocol Perl Client Applications
  2. Connect to the Junos XML protocol Server—Connecting to the Junos XML Protocol Server Using Perl Client Applications and Collecting Parameters Interactively in Junos XML Protocol Perl Client Applications
  3. Submit Requests to the Junos XML protocol Server—Submitting a Request to the Junos XML Protocol Server in Perl Client Applications
  4. Parse and Format the Response from the Junos XML protocol Server—Parsing and Formatting Junos XML Protocol Server Responses in Perl Client Applications
  5. Close the Connection to the Junos XML protocol Server—Closing the Connection to the Junos XML Protocol Server in Perl Client Applications