What's Changed
Learn about what changed in this release for vMX.
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-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.