Specifications

MDS 05-6628A01, Rev. A MDS Orbit MCR-4G Technical Manual 113
configuration that was active before the commit confirmed command was issued. If no
timeout is given then the confirming commit will have a timeout of 10 minutes. The
configuration session will be terminated after this command since no further editing is
possible. Only available in configure exclusive and configure shared mode.
The confirming commit will be rolled back if the CLI session is terminated before confirming
the commit, unless the persist argument is given. If the persist command is given then the CLI
session can be terminated and a later session may confirm the pending commit by supplying
the persist token as an argument to the commit command using the persist-id argument.
comment <text>
Associate a comment with the commit. The comment can later be seen when examining
rollback files.
label <text>
Associate a label with the commit. The label can later be seen when examining rollback files.
persist-id <id>
If a prior confirming commit operation has been performed with the persist argument, then to
modify the ongoing confirming commit process the persist-id argument needs to be supplied
with the same persist token. This makes it possible to, for example, abort an ongoing persist
commit, or extend the timeout.
validate
Validates current configuration. This is the same operation as commit check.
insert <path>
Inserts a new element. If the element already exists and has the indexedView option set in the data
model, then the old element will be renamed to element+1 and the new element inserted in its place.
insert <path>[first|last|beforekey|afterkey]
Insert a new element into an ordered list. The element can be added first, last (default), before
or after another element.
move <path>[first|last|beforekey|afterkey]
Move an existing element to a new position in an ordered list. The element can be moved first,
last (default), before or after another element.
rename <instance path> <new id>
Rename an instance.
exit (level | configuration-mode)
level
Exit from current mode. If performed on the top level, will exit configure mode. This is the
default if no option is given.