- Introduction
- Key Features in Junos OS Release 22.3
- play_arrow Junos OS Release Notes for ACX Series
- play_arrow Junos OS Release Notes for cRPD
- play_arrow Junos OS Release Notes for cSRX
- play_arrow Junos OS Release Notes for EX Series
- play_arrow Junos OS Release Notes for JRR Series
- play_arrow Junos OS Release Notes for MX Series
- play_arrow What's New
- play_arrow What's New in 22.3R1-S1
- play_arrow What's New in 22.3R1
- Class of Service
- Chassis
- EVPN
- Hardware
- Interfaces
- Junos Telemetry Interface
- J-Web
- Licensing
- MACsec
- MPLS
- Network Address Translation (NAT)
- Network Management and Monitoring
- OpenConfig
- Precision Time Protocol (PTP)
- Routing Policy and Firewall Filters
- Routing Protocols
- Source Packet Routing in Networking (SPRING) or Segment Routing
- Services Applications
- Software Defined Networking (SDN)
- Source Packet Routing in Networking (SPRING) or Segment Routing
- Subscriber Management and Services
- Additional Features
- What’s Changed
- Known Limitations
- Open Issues
- Resolved Issues
- Migration, Upgrade, and Downgrade Instructions
- play_arrow Junos OS Release Notes for NFX Series
- play_arrow Junos OS Release Notes for PTX Series
- play_arrow Junos OS Release Notes for QFX Series
- play_arrow Junos OS Release Notes for vMX
- play_arrow Junos OS Release Notes for vRR
- play_arrow Junos OS Release Notes for vSRX
- Licensing
- Finding More Information
- Requesting Technical Support
- Revision History
Juniper Extension Toolkit (JET)
Use JET Interfaces Service API to reduce operational time of port bounces (EX Series, QFX Series, and SRX Series)—A port bounce is the act of disabling and re-enabling a physical interface. Starting in Junos OS Release 22.3R1, you can use the JET Interfaces Service API to perform a port bounce. 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, setdisable
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 setdisable
to 0, the API deletes the setting of thedisable
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.]