JUNOS Commit the Configuration

  • by

Juniper Commit the Configuration

To activate any configuration you must type commit.
Otherwise the configuration will be not execute.
Below describe the type of commit operation:

Use commit to activate configuration changes:

# commit

If multiple REs are installed, use commit synchronize
# commit synchronize

Use commit check to confirm syntax:
# commit check

Use commit confirmed to temporarily activate:
# commit confirmed
[commit confirmed will be automatically rolled back in 10 minutes unless confirmed]

Use commit at to schedule a future commit:
# commit at 21:00:00
[commit at will be executed at 2010-05-11 21:00:00 UTC]

Use commit comment to add comments:
# commit comment “Changed BGP configuration”

Use commit and quit to save time
# commit and-quit

Leave a Reply