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

Example: Forcing a Synchronization

The following example shows how to force a synchronization across both Routing Engine planes:

Client Application

JUNOScript Server

<rpc>
<commit-configuration>
<synchronize/>
<force-synchronize/>
<commit-configuration>
</rpc>
 
 
<rpc-reply xmlns:junos=
”http://xml.juniper.net/junos/9.010/junos”>
<commit-results>
<routing-engine junos:style=”show-name”>
<name>re0</name> <commit-check-success/>
</routing-engine>
<routing-engine junos:style=”show-name”>
<name>re1</name> <commit-success/>
</routing-engine>
<routing-engine junos:style=”show-name”>
<name>re0</name> <commit-success/>
</routing-engine>
</commit-resuls>
</rpc-reply>

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