User guide

Creating Policies Configuring QoS
page 23-30 OmniSwitch 6600 Family Network Configuration Guide April 2005
To remove the save option from a policy rule, use no with the save keyword. For example:
-> policy rule rule5 no save
To reconfigure the rule as saved, use the policy rule command with the save option. For example:
-> policy rule rule5 save
For more information about the configuration snapshot, write memory, and copy running-config work-
ing commands, see the OmniSwitch 6624/6648 Switch Management Guide and the OmniSwitch CLI Refer-
ence Guide.
For more information about applying rules, see “Applying the Configuration” on page 23-47.
Logging Rules
Logging a rule may be useful for determining the source of firewall attacks. To specify that the switch
should log information about flows that match the specified policy rule, use the policy rule command with
the log option. For example:
-> policy rule rule5 log
To stop the switch from logging information about flows that match a particular rule, use no with the log
keyword. For example:
-> policy rule rule5 no log
Deleting Rules
To remove a policy rule, use the no form of the command.
-> no policy rule rule1
The rule will be deleted after the next qos apply.