[j-nsp] NETCONF in Junos

Martin T m4rtntns at gmail.com
Sun Dec 20 20:25:40 EST 2015


Hi,

if I execute for example "show version brief | display xml" command,
then the router returns:

<rpc-reply xmlns:junos="http://xml.juniper.net/junos/12.3R6/junos">
    <software-information>
        <host-name>r1</host-name>
        <product-model>m10i</product-model>
        <product-name>m10i</product-name>
        <package-information>
            <name>junos</name>
            <comment>JUNOS Base OS boot [12.3R6.6]</comment>
        </package-information>

/* additional data removed for brevity  */

    </software-information>
    <cli>
        <banner>{master}</banner>
    </cli>
</rpc-reply>

Is it a reply to NETCONF <get> operation? Does this mean that each for
example "show" command in Junos is a communication (over TCP/IP)
between the NETCONF manager(sends the <get>) and agent(sends the
<rpc-reply>) in the same router?


thanks,
Martin


More information about the juniper-nsp mailing list