Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring PTSP Policy Lists (SRC CLI)
![]() | Note: For PTSP you must:
|
Use the following configuration statements to PTSP policy lists:
policies group name list name {role [(junos | junose-ipv4 | junose-ipv6 | junose-l2tp
| pcmm | aaa | junos-ise | junos-ptsp)];applicability [(input | output | both | secondary-input)];description description;}
To configure policy lists:
- From configuration mode, create a policy list. For example,
to create a policy list called list1 within a policy group called
group1: user@host# edit policies group group1 list list1
- Specify the role of the policy list. For PTSP the role
must be set to junos-ptsp.[edit policies group group1 list list1] user@host# set role junos-ptsp
- Specify where the policy is applied on the device. For
PTSP the applicability option must be set to both.[edit policies group group1 list list1] user@host# set applicability both