commit and configuration private



https://www.juniper.net/documentation/en_US/junos/topics/topic-map/configure-command.html
configure option
private
juniper@SDK-VSRX_JCL_INITIAL> configure ?
Possible completions:
  <[Enter]>            Execute this command
  batch                Work in batch mode (commit happens in batch)
  dynamic              Work in dynamic database
  exclusive            Obtain exclusive lock (other users cannot make changes)
  private              Work in private database (other's changes do not show)
  |                    Pipe through a command

configure private

in private mode only 

Configure private allows more than one user to be logged in and make changes withoug affecting another users changes. This means that if one user is logged in configuration private all subsecquent users must log in configuration private.


configure private
juniper@SDK-VSRX_JCL_INITIAL> configure private
warning: uncommitted changes will be discarded on exit
Entering configuration mode

configure exclusiveConfigure exclusive only allows one user to be making changes at a time. This means that only one user can be in configuration mode at a time.
show | compare

https://isp-tech.ru/en/juniper-configuration-tips/


comapre the config changes before commiting it