Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Juniper Extension Toolkit (JET)

  • Use JET Interfaces Service API to reduce operational time of port bounces (QFX5130-32CD, QFX5220, and QFX5700)—Starting in Junos OS Evolved Release 23.1R1, you can use the JET Interfaces Service API to perform a port bounce. A port bounce is the act of disabling and re-enabling a physical interface. To disable the port without using the CLI, set the disable attribute in the Interfaces Service RPC message to 1 for that port. To remove that configuration and re-enable the port, set disable to 0.

    When you set disable to 1 in the RPC message, the API disables the port regardless of the CLI or API configuration for that port. When you set disable to 0, the API deletes the setting of the disable attribute from the API configuration, so the configuration for the port reverts to the previous configuration.

    Details of the Interfaces Service API are in the jnx_interfaces_service.proto file in the JET package.

    [See Overview of JET APIs.]