What's Changed
Learn about what changed in this release for ACX Series routers.
EVPN
-
New enhancement "udp source port" introduced in Junos OS Release 22.4R1 for overlay ping and traceroute-- In Junos OS releases prior to 22.4R1, you could not configure the udp source port in a ping overlay or traceroute overlay operation. You may now configure this value in an EVPN-VXLAN environment using
hash. The configuration optionhashwill override any other hash-* options that may be used to determine the source port value. -
Flow-label configuration status for EVPN ELAN services] The output for the
show evpn instance extensivecommand now displays the flow-label and flow-label-static operational status for a device and not for the routing instances. A device withflow-labelenabled supports flow-aware transport (FAT) flow labels and advertises its support to its neighbors. A device withflow-label-staticenabled supports FAT flow labels but does not advertise its capabilities.PR1690033 -
Updated output for show route table—The output for show route table bgp.evpn.0 now displays L2 service TLV type. Previously, the output displayed the L3 service TLV. PR1694780
-
New enhancement "udp source port" introduced in Junos OS Release 22.4R1 for overlay ping and traceroute—In Junos OS releases prior to 22.4R1, you could not configure the udp source port in a ping overlay or traceroute overlay operation. You may now configure this value in an EVPN-VXLAN environment using
hash. The configuration optionhashwill override any other hash-* options that may be used to determine the source port value.PR1705726
Infrastructure
-
Label-switched interface (LSI) delay during reboot (ACX Series)—Rebooting ACX Series routers running Junos OS Evolved with a class-of-service routing-instance configuration might encounter errors due to a delay with the label-switched interface (LSI). LSI state information has been added to the output of the
show route instancecommand to assist in the analysis of such errors.[See show route instance..]
General Routing
-
Mozilla certification authority (CA) certificates removed (ACX Series, PTX Series, and QFX Series)—To minimize security risks, Junos OS Evolved no longer includes Mozilla's set of root certificates from various CA operators by default. To use Docker container images from a registry that requires TLS authentication, you must first save the image as a tar archive on a remote device and then import the contents of the archive on the device running Junos OS Evolved.
[See Running Third-Party Applications in Containers.]PR1690294
-
Label-switched interface (LSI) delay during reboot (ACX Series)—Rebooting ACX Series routers running Junos OS Evolved with a class-of-service routing-instance configuration might encounter errors due to a delay with the label-switched interface (LSI). LSI state information has been added to the output of the <cli>show route instance</cli> command to assist in the analysis of such errors.
[See show route instance. ]
-
When subscribing to the resource path /junos/system/linecard/environment, the prefix for the streamed path at the collector side was displaying as /junos/linecard/environment. This issue is resolved in Junos OS 23.1R1 and Junos OS Evolved 23.1R1 and the subscription path and the streamed path match to display /junos/system/linecard/ environment.
-
XML tag in the
get-system-yang-packagesRPC reply changed (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX)—Theget-system-yang-packagesRPC reply replaces thexmlproxy-yang-modulestag with theproxy-xml-yang-modulestag in the XML output. -
Before this change the output of a
show task replication logical-system all | display xml validatecommand reported an error. After the change the output is correctly formatted with a "logical-system" root tag and no validation error occurs. -
Advertise inactive local RIB paths in BMP—We have introduced a new configuration statement
bmp-loc-rib-add-pathat the[edit routing-options bmp]hierarchy level. -
The Ethernet link fault management process (lfmd) runs only when the link-fault-management protocol is configured.
-
Previously, if the system failed to install an interface or hierarchical policer, the PFE crashed due to an assert. Now, the system installs a firewall discard and logs a DFW_HALP_ERR_MSG_POLICER_ADD_FAILED error message. This error message provides the name of the affected policer and the corresponding error code. Relevant policers appear under the interface > unit > family > policer input/output (or) interface > unit > family > input-hierarchical-policer stanzas.PR1701676
-
Prior to this change the output of a "show task replication | display xml validate" returned an error of the form "ERROR: Duplicate data element task-protocol-replication-name. With this change the XML output is properly structured with no validation errors. PR1711008
-
The connectivity fault management process (cfmd) runs only when the ethernet connectivity-fault-management protocol is configured.
-
Label for the hours unit of time displayed in output—When there are zero minutes in the output for the
show system uptimecommand, the label for the hours unit of time is displayed.[See show system uptime.]
-
In the past inet6flow.0 was not allowed to be a primary rib in a rib-group. Starting with Release 22.3 this is now allowed.PR1716840
-
The active-user-count is defined as a numeric integer value in ODL request output] -- The output for the get-system-uptime-information ODL request contains information for the active-user-count. The active-user-count is now defined as a numeric integer value and avoids an invalid value type error.
[See show system uptime.]
-
Two new alarms are added and can be seen with MPC11E when 400G-ZR optics are used. High Power Optics Too Warm: warning of the increase in chassis ambient temperature with no functional action taken on the optics Temperature too high for optics power on: New inserted optics when the chassis ambient temperature is elevated beyond the threshold will not be powered on and would need to be reinserted when the ambient temperature is within the acceptable rangePR1719569
-
The packet rate and byte rate fields for LSP sensors on AFT (with the legacy path) have been renamed as jnx-packet-rate and jnx-byte-rate and is in parity with the UKERN behavior. Previously, these rate fields were named as packetRate and byteRate.PR1725641
-
You can specify the minimum and maximum value for the hold-time down and hold-time up interval between 0 through 3600000 milliseconds at the [edit protocols network-isolation group group-name detection] hierarchy level.PR1726039
-
Data diagnostic sampling interval (ACX7100-32C and ACX7100-48L)-Data diagnostic sampling is essential for performance monitoring and should occur every 1 second. However, on the ACX7100-32C and ACX7100-48L platforms, the sampling interval is 4 seconds instead of 1 second.
-
Support for podman-based JDM deployment--Starting in Junos OS Release 23.2R1, the external server-based Junos node slicing supports deployment of Juniper Device Manager (JDM) using the Pod Manager tool (podman). This change is applicable to servers running Red Hat Enterprise Linux (RHEL) 9. In Junos releases prior to 23.2R1, Junos node slicing supported RHEL 7.3 that provided libvirt?s lxc driver (libvirt-lxc) to deploy JDMs.PR1737550
Junos XML API and Scripting
-
The
xmlns:junosattribute includes the complete software version string (ACX Series, EX Series, MX Series, QFX Series, SRX Series, vMX, and vSRX)—Thexmlns:junosnamespace string in XML RPC replies includes the complete software version release number, which is identical to the version emitted by theshow versioncommand. In earlier releases, thexmlns:junosstring includes only partial software version information. -
Ability to commit
extension-service fileconfiguration when application file is unavailable—When you set theoptionaloption at the[edit system extension extension-service application file file-name]hierarchy level, the operating system can commit the configuration even if the file is not available at the /var/db/scripts/jet file path.[See file (JET).]PR1712065
-
Ability to restart restart daemonized applications—Use the
request extension-service restart-daemonize-app application-namecommand to restart a daemonized application running on a Junos device. Restarting the application can assist you with debugging and troubleshooting.[See request extension-service restart-daemonize-app.]PR1725063
MPLS
-
Change in display of affinity constraints to hexadecimal values (MX10004, ACX7100-32C, ACX7100-48L, ACX7509, ACX7024, PTX10001-36MR, PTX10004, PTX10008, and PTX10016)-Starting in Junos OS release 22.4R1 and Junos Evolved Release 22.4R1, in the output of the
show ted spring-te-policy extensiveoperational command, the affinity constraints will be displayed in hexadecimal format instead of decimal.
Network Management and Monitoring
-
Changes to the
show system yang package(get-system-yang-packagesRPC) XML output (ACX Series, EX Series, MX Series, QFX Series, SRX Series, vMX, and vSRX)—Theshow system yang packagecommand and<get-system-yang-packages>RPC include the following changes to the XML output:-
The root element is
yang-package-informationinstead ofyang-pkgs-info. -
A
yang-packageelement encloses each set of package files. -
The
yang-pkg-idtag is renamed topackage-id. -
If the package does not contain translation scripts, the Translation Script(s) (
trans-scripts) value isnone. -
operatorlogin class is restricted from viewing NETCONF trace files that areno-world-readable(ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX)—When you configure NETCONF tracing options at the[edit system services netconf traceoptions]hierarchy level and you restrict file access to the file owner by setting or omitting theno-world-readablestatement (the default), users assigned to theoperatorlogin class do not have permissions to view the trace file.PR1707820 -
Support for the
junos:cli-featureYANG extension (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX)—Thecli-featureYANG extension identifies certain CLI properties associated with some command options and configuration statements. The Junos YANG modules that define the configuration or RPCs include thecli-featureextension statement, where appropriate, in schemas emitted with extensions. This extension is beneficial when a client consumes YANG data models, but for certain workflows, the client needs to generate CLI-based tools.[See Understanding the Junos DDL Extensions YANG Module.]PR1713424
-
Event Data Model Enhancement for Syslog Priority—The event data model has been enhanced to include the
priorityparameter in the syslog event logs. This update corrects the calculation and representation of syslog priority. Previously, the syslog priority was incorrectly calculated leading to errors in syslog message handling.PR1715868
-
-
NETCONF server's
PR1722578<rpc-error>response changed when<load-configuration>usesoperation="delete"to delete a nonexistent configuration object (ACX Series, EX Series, MX Series, QFX Series, SRX Series, vMX, and vSRX)—In an earlier release, we changed the NETCONF server's<rpc-error>response for when an<edit-config>or<load-configuration>operation usesoperation="delete"to delete a configuration element that is absent in the target configuration. We've reverted the changes to the<load-configuration>response. -
Changes to the RPC response for
<validate>operations in RFC-compliant NETCONF sessions (ACX Series, EX Series, MX Series, QFX Series, SRX Series, vMX, and vSRX)—When you configure therfc-compliantstatement at the[edit system services netconf]hierarchy level, the NETCONF server emits only an<ok/>or<rpc-error>element in response to<validate>operations. In earlier releases, the RPC reply also includes the<commit-results>element. -
NETCONF server's
rpc-errorresponse changed whenload-configurationusesoperation="delete"to delete a nonexistent configuration object (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX)—In an earlier release, we changed the NETCONF server'srpc-errorresponse for when an[edit config]orload-configurationoperation usesoperation="delete"to delete a configuration element that is absent in the target configuration. We've reverted the changes to theload-configurationresponse.PR1731968 -
operatorlogin class is restricted from viewing NETCONF trace files that areno-world-readable(ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX)--When you configure NETCONF tracing options at the[edit system services netconf traceoptions]hierarchy level and you restrict file access to the file owner by setting or omitting theno-world-readablestatement (the default), users assigned to theoperatorlogin class do not have permissions to view the trace file. -
Support for the
junos:cli-featureYANG extension (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX)—Thecli-featureYANG extension identifies certain CLI properties associated with some command options and configuration statements. The Junos YANG modules that define the configuration or RPCs include thecli-featureextension statement, where appropriate, in schemas emitted with extensions. This extension is beneficial when a client consumes YANG data models, but for certain workflows, the client needs to generate CLI-based tools.
Platform and Infrastructure
-
The
ping host | display xml validatecommand validates XML without error (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, and vMX)-- In Junos OS and Junos OS Evolved releases prior to 22.4R2, theping host | display xml validatecommand results in CRITICAL ERROR: Root tag name mismatch. Expected 'ping-results', got 'run-command'. The command now validates the XML successfully without error.[See ping.]
-
Prior to this change the output of the
show isis statistics interface <interface_name> | display xmlcommand used the XML tag "interface-name", which generated an error. With the change the XML output uses the tag "isis-interface-name". -
Prior to this change, devices by default responded only to ARP requests originating from the same subnet. Configure the new CLI option, "respond-out-of-subnet" at the [edit system arp] hierarchy level to allow ARP reply to a request that originates from a different subnet. PR1710699
-
In Junos OS Evolved platforms,
show route snoopingandshow route forwarding-tabledoes not show /56 routes in the VPLS address family table.
Routing Protocols
-
Addition of
nexthop-resolution no-resolutionoption for Route Target constrains (RTC) family—Thenexthop-resolution no-resolutionconfiguration option has been added to thefamily route-targetin BGP configurations. This addition allows users to disable nexthop-resolution for RTC family (AFI 1, SAFI 132) routes, and consider them usable for filtering of VPN-routes without depending on the RTC route's nexthop reachability. [See {https://www.juniper.net/documentation/us/en/software/junos/cli-reference/topics/ref/statement/family-edit-protocols-bgp-route-target-vp.html} family route-target].PR1690014 -
Prior to this change the output of the "show isis statistics interface interface_name | display xml" command used the XML tag "interface-name", which generated an error. With the change the XML output uses the tag "isis-interface-name".PR1712358
-
TI-LFA and Legacy LFA Configuration Commit Validation Update (Junos OS and Junos OS Evolved)—You can now enable TI-LFA and legacy FRR (node-link-protection) in separate OSPF instances. The system generates a commit error only if you enable both TI-LFA and legacy FRR under the same OSPF instance. In that case, the commit fails and triggers the following message: "error: commit failed: (statements constraint check failed)".
[See Topology-Independent Loop-Free Alternate with Segment Routing for IS-IS and OSPF.]PR1718886
-
BGP Multipath route calculation—When configuring multipath in the routing-instance, BGP routes that are inactive due to cluster-list length are also considered as eligible for multipath calculations. This enhances route selection by including more potential paths in your multipath configuration.
-
The
xmlns:junosattribute includes the complete software version string (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX and vSRX)—Thexmlns:junosnamespace string in XML RPC replies includes the complete software version release number, which is identical to the version emitted by theshow versioncommand. In earlier releases, thexmlns:junosstring includes only partial software version information.PR1696560 -
Port Mirroring Configuration Update—Interface ranges are no longer supported as part of configuration groups for creating analysers. If you attempt to use an interface-range in a config group, you will encounter an error indicating an invalid interface type. Additionally, interface ranges or interface lists cannot be configured under this setting. This change ensures precise and error-free configuration by requiring the specification of individual interfaces rather than ranges, thus improving the accuracy and reliability of port mirroring setups.PR1728883
Software Installation and Upgrade
-
New options for the
request system snapshotcommand (ACX Series, EX Series, MX Series, QFX Series, and SRX Series)—Therequest system snapshotcommand includes new options for non-recovery snapshots. You can include thenameoption to specify a user-defined name for the snapshot, and you can include theconfigurationorno-configurationoption to include or exclude configuration files in the snapshot. By default, the snapshot saves the configuration files, which include the contents of the /config and /var directories and certain SSH files.[See request system snapshot (Junos OS with Upgraded FreeBSD).]
User Interface and Configuration
-
The
xmlns:junosattribute includes the complete software version string (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX and vSRX)--Thexmlns:junosnamespace string in XML RPC replies includes the complete software version release number, which is identical to the version emitted by theshow versioncommand. In earlier releases, thexmlns:junosstring includes only partial software version information.