Description

Customers may experience that once upgrading to 24.2R1-EVO release the following command is depreciated:

 

> set routing-instances mgmt_junos instance-type forwarding

 

 

Symptoms

You will not be able to commit this line of configuration

Solution

The CLI command:

> set routing-instance mgmt_junos instance-type

no longer supports forwarding-instance. It has been changed to virtual-router.

 

> set routing-instance mgmt_junos instance-type virtual-router

 

This is CLI is mandatory, as the default type of `mgmt_junos` is “virtual-router”. In absence of this cli, it is not possible to configure static routes under this table.

Modification History

2024-08-13 : Article Created