[Contents] [Prev] [Next] [Index] [Report an Error]


<routing-engine>

Usage

<rpc-reply>
    <commit-results>

<!--
to indicate successful commit of the candidate configuration -->
        <routing-engine>
            <name>reX</name>
            <commit-success/>
        </routing-engine>

<!-- to indicate that candidate configuration is syntactically valid -->
        <routing-engine>
            <name>reX</name>
            <commit-check-success/>
        </routing-engine>

    </commit-results>
</rpc-reply>

Description

Enclose tag elements indicating that the JUNOScript server successfully fulfilled a commit request.

Contents

commit-check-success—Indicates that the candidate configuration is syntactically correct.

commit-success—Indicates that the JUNOScript server successfully committed the candidate configuration.

name—Name of the Routing Engine on which the commit operation was performed. Possible values are re0 and re1.

See Also

<commit-results>, <rpc-reply>


[Contents] [Prev] [Next] [Index] [Report an Error]