Eg:
user@routername#
"It's all about multiplicity"
The default operation of configuration mode is that multiple users can edit the router's configuration at the same time.
- configure private command allows only one user to configure the router
- configure exclusive will allow multiple users to edit different portions of the configuration
Use set commands to add configuration to the router.
Eg: user@routername# set system services telnet
In JUNOS, the top level directory is edit with several sub directories below it. View them with the set ? command. The opposite of placing configuration into the router with the set command is the delete command.
Note: Do not use the delete command carelessly as it may delete a whole directory if you do not specify a particular command!
You can use the up command followed by a number to traverse a specified number of levels under the edit hierarchy. The top command will take you to the root directory, edit.
With such a plethora of commands in this section and previous sections, it has now become time to activate our new configuration statements!
This is accomplished with the commit command. The commit command activates the configuration we were just editing, called the candidate configuration.
"More on active configuration versus candidate configuration..."
In a Juniper router there are two configurations always present:
- Active configuration Current configuration running on the router (running-config in Cisco)
- Candidate configuration (The configuration we edit until we issue a commit.)
In the next session we will talk more about syntax "sanity checking" and rolling back...
No comments:
Post a Comment