This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hello,
I`m trying to include only single object into commit.
Web interface allows to exclude objects from commit:
On the first glance looks like CLI could provide such option:
USER@Device# commit partial + description Enter commit description + device-and-network device-and-network + policy-and-objects policy-and-objects + shared-object shared-object > admin admin > object-xpaths object-xpaths <Enter> Finish input
But I did not found any examples or documentation.
Idea is to command be like: commit partial object-xpaths [/config/devices/entry[@name='localhost.localdomain']/network/virtual-router/entry[@name='NAME']]
... View more