Description

The CLI command corresponding to operational-routing-instance-information XML tag

The article explains the operational CLI command that provides the XML tag used to fetch the route information from all the routing-instances in the router.

 

 

root@router> show route instance operational | display xml 

<rpc-reply xmlns:junos="http://xml.juniper.net/junos/20.3R0/junos">

  <operational-routing-instance-information> <<<<<<<<<<<<<<<<<<<<<< pls refer

    <instance-name>__juniper_private1__</instance-name>

    <instance-name>__juniper_private2__</instance-name>

    <instance-name>__juniper_private3__</instance-name>

    <instance-name>__juniper_private4__</instance-name>

    <instance-name>__juniper_private5__</instance-name>

    <instance-name>__master.anon__</instance-name>

    <instance-name>master</instance-name>

  </operational-routing-instance-information>

  <cli>

    <banner></banner>

  </cli>

</rpc-reply>

Symptoms

In a heavily populated router with the large number of routing-instances, the command show route instance operational | display xml ,may take some time.

Solution

CLI command is provided 

Modification History

2025-07-08 : Article Created