Chapter 2 JunOS user interface Flashcards
Default access configuration
By default just console access is enabled with root user without any password
Mgmt interfaces
- fxp0 -> standard mgmt
- em0 -> mgmt oob
Configure vs configure private vs configure exclusive
Configure: just one candidate config for all users, commit commits all
changes of the user configuring
Configure private: creates a candidate config for each user, once a
user commit the system assure there are no other
changes in progress otherwise it needs to wait for
them, in case of conflicting configurations the 1
commit take precedence
Configure exclusive: a user blocks changes from other users, other
users can’t commit the configuration, you can
force a logout with request system logout
Commit process
once commited the candidate overwrite the active conf and rollback files shift while the last one gets deleted.
rollback config file stored
first 3 are stored in /config in the flas
other are stored in /var/config in the ssd
help commands
help topic <comm> -> documentation of the command
help reference <comm> -> syntax detail of the command</comm></comm>
Merge configuration
JunOS allow to create files with configuration changes and merge them to the candidate config.
load merge <file> -> always executed from top menu
load merge <file> relativa -> execute the merge from the submenu you're in</file></file>
Override configuration
Allow to load a file in the candidate overriding in case of duplicates object
load override <file_name> -> always executed from top menu
load override <file_name> relative -> execute the merge from the submenu you're in</file_name></file_name>
Useful commands