When you add a policy list, you specify whether the policy list is for JUNOS routing platforms (junos), JUNOSe routers (junose-ipv4, junose-ipv6), a CMTS device (pcmm), or AAA devices (aaa). The type of policy list that you add controls the type of policy rules that you can add to the policy list.
You create policy lists within policy groups. Use the following configuration statements to create a policy list:
- policies group name list name {
- role (junos | junose-ipv4 | junose-ipv6 | pcmm | aaa);
- applicability (input | output | both | secondary-input);
- description description ;
- }
To add a policy list:
- user@host# edit policies group dhcp list in
- [edit policies group dhcp list in]
- user@host# set role junose-ipv4
- [edit policies group dhcp list in]
- user@host# set applicability input
- [edit policies group dhcp list in]
- user@host# set description description
[edit policies group dhcp list in] user@host# show role junose-ipv4; applicability input; description "input policy list for JUNOSe DHCP";