Beginning the policy statement

Use the following syntax to begin a policy statement configuration. In order for a policy statement to be complete an entry must be specified (see Configuring an entry).

config>router>policy-options
    begin
    policy-statement name
        description text

Example: Error message

The following error message displays when the you try to modify a policy options command without entering begin first.

A:ALA-B>config>router>policy-options# policy-statement ‟allow all”
MINOR: CLI The policy-
options must be in edit mode by calling begin before any changes can be made.

Example: Command usage

The following example displays policy statement configuration command usage. These commands are configured in the config>router context.

config>router# policy-options
    policy-options# begin

There are no default policy statement options. All parameters must be explicitly configured.