What's Changed
Learn about what changed in this release for EX Series switches.
EVPN
-
Specify the UDP source port in a ping overlay or traceroute overlay operation—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 usinghash
. The configuration optionhash
will override any other hash options that may be used to determine the source port value.
Network Management and Monitoring
-
Changes to the NETCONF server's
<rpc-error>
element when theoperation="delete"
operation deletes a nonexistent configuration object (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX )—We've changed the<rpc-error>
response that the NETCONF server returns when the<edit-config>
operation usesoperation="delete"
to delete a configuration element that is absent in the target configuration. The error severity is error instead of warning, and the<rpc-error>
element includes the<error-tag>data-missing</error-tag>
and<error-type>application</error-type>
elements. -
Changes to the RPC response for
<validate>
operations in RFC-compliant NETCONF sessions (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, vMX, and vSRX )—When you configure therfc-compliant
statement 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.
Platform and Infrastructure
-
The
ping host | display xml validate
command validates XML without error (ACX Series, EX Series, MX Series, PTX Series, QFX Series, SRX Series, and vMX)—In the earlier releases of Junos OS and Junos OS Evolved release 22.4R2, theping host | display xml validate
command 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.]