[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring Policy Groups

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 folder called dhcp-default:
  2. user@host# edit policies group dhcp-default
    
    
    
  3. (Optional) Enter a description for the policy group.
  4. [edit policies group dhcp-default]
    
    user@host# set description description
    
    
    
  5. (Optional) Verify your policy group configuration.
  6. [edit policies group dhcp-default]
    
    user@host#show
    
    description "Default policy for JUNOSe routers";
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]