DDevice COnfiguration Flashcards
What are the two types of configuration?
Active
Candidate
Where does a candidate config come from?
It spawns when you enter configure mode. Created based on the current running config.
How do you apply a candidate configuration?
Commit.
if it passes the syntax checks it gets moved to active.
How many rollback configs are stored?
Active + 49 old (50)
How many users can be in configure mode at the same time?
32
Whats configure exclusive?
Enters you into configuration mode and stops, and blocks other users entering it until you’re done.
Whats configure private?
Enables multi-user config with each user getting their own candidate config.
All other users must use config private
rollback 0 rolls back only that users candidate while private mode is active.
An admin can take over with configure exclusive.
What happens when two users apply the same config in configure private?
First users commit is good.
Second user will get a commit error advising over-write coming. if they commit again it will use the second users config.
what is config batch?
batch config mode. its for applying lots of small config changes in batches to be more efficient. Changes are queued up, and then the batch server applies them together.
What is configure dynamic?
Its a lightweight config mode for creating routing policies and routing objects.
Commits faster.
What does ; in the config mean?
Means the end of a leaf - nothing else in that specific context.
how do you go up in the config heirarchy?
up
or to move up x levels;
up x
How do you use top?
top takes you to the top of the hierarchy.
it can be chained with other commands to go up and then down another branch - eg;
top edit system login
what does exit do?
takes you back to the previous level hierarchy you were in
If you’re already at the top exit takes you out of config mode back to operational
exit configuration mode also quits you back to op instantly.
What does deactivate do?
Turns off a block of config without removing all of the config commands.