Help for this page

Select Code to Download


  1. or download this
    <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:junos
    +="http://xml.juniper.net/junos/12.3R9/junos">
    <vlan-information junos:style="terse">
    ...
    </vlan>
    </vlan-information>
    </rpc-reply>
    
  2. or download this
    my $jparser = XML::LibXML->new;
    my $doc = $jparser->parse_string($jnx->{'server_response'});
    ...
            print $param->localname,  " : ", $param->to_literal, "\n";
        }   
    }