Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Configuring Policy Groups (SRC CLI)

    Policy groups hold policy lists. You can create policy groups within policy folders. Use the following configuration statement to create a policy group:

    policies group name {description description; }

    To create a policy group:

    1. From configuration mode, enter the edit policies group statement. For example, to create a group called dhcp-default:

      Note: The name configured for the policy group is case-sensitive. Hence, you must use the same configured name in all instances.

      user@host# edit policies group dhcp-default
    2. (Optional) Enter a description for the policy group.
      [edit policies group dhcp-default]user@host# set description description
    3. (Optional) Verify your policy group configuration.
      [edit policies group dhcp-default]
      user@host#show 
      description "Default policy for JunosE routers";

    Modified: 2016-04-27