Modify the Configuration
To configure the router or to modify an existing router 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:
set—Creates a statement hierarchy 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 omit this.statementis the configuration statement itself.identifieris a string that identifies an instance of a statement.edit—Moves to a particular hierarchy level. If that hierarchy level does not exist, theeditcommand creates it and then moves to it. Theeditcommand has the following syntax:edit<statement-path> statement <identifier>