Modifying the Configuration
To configure the SRC software or to modify an existing configuration, you add statements to the configuration. For each statement hierarchy, you create the hierarchy starting with a statement at the top level and continuing with statements that move progressively lower in the hierarchy.
To modify the hierarchy, you use two configuration mode commands:
edit—Moves to a particular hierarchy level. If that hierarchy level does not exist, theeditcommand creates it. Theeditcommand has the following syntax:edit <statement-path>where
statement-pathis the hierarchy to the configuration statement and the statement itself.
set—Creates a configuration statement and sets identifier values. After you issue asetcommand, you remain at the same level in the hierarchy. Thesetcommand has the following syntax:set <statement-path>statement<identifier>
statement-pathis the hierarchy to the configuration statement and the statement itself. If you have already moved to the statement's hierarchy level, you can omit the statement path.
statementis the configuration statement itself.
identifieris a string that identifies an instance of a statement.You cannot use the
editcommand to change the value of identifiers. You must use thesetcommand.