SV-217083r639663_rule
V-217083
SRG-NET-000019-RTR-000004
JUNI-RT-000790
CAT II
10
This requirement is not applicable for the DoDIN Backbone.
Configure neighbor filters to only accept PIM control plane traffic from documented PIM neighbors. Bind neighbor filters to all PIM enabled interfaces.
Configure prefix list for each neighbor.
[edit policy-options]
set prefix-list PIM_NBR1 x.x.x.x/32
set prefix-list PIM_NBR2 x.x.x.x/32
set prefix-list PIM_NBR3 x.x.x.x/32
Configure policy statements for each PIM neighbor.
[edit policy-options]
set policy-statement PIM_NBR1_POLICY from prefix-list PIM_NBR1
set policy-statement PIM_NBR1_POLICY then accept
set policy-statement PIM_NBR2_POLICY from prefix-list PIM_NBR1
set policy-statement PIM_NBR2_POLICY then accept
set policy-statement PIM_NBR3_POLICY from prefix-list PIM_NBR1
set policy-statement PIM_NBR3_POLICY then accept
Apply the neighbor policy to all interfaces enabled for PIM.
[edit protocols pim]
set interface ge-1/0/1.0 neighbor-policy PIM_NBR1_POLICY
set interface ge-1/1/1.0 neighbor-policy PIM_NBR1_POLICY
set interface ge-2/1/0.0 neighbor-policy PIM_NBR1_POLICY
This requirement is not applicable for the DoDIN Backbone.
Verify all interfaces enabled for PIM have a neighbor filter bound to the interface as shown in the example below.
protocols {
…
…
…
pim {
interface ge-1/0/1.0 {
mode sparse;
neighbor-policy PIM_NBR1_POLICY;
}
interface ge-1/1/1.0 {
mode sparse;
neighbor-policy PIM_NBR2_POLICY;
}
interface ge-2/1/0.0 {
mode sparse;
neighbor-policy PIM_NBR3_POLICY;
}
}
Review the prefix list and policy statements configured for filtering PIM neighbors as shown in the example below.
policy-options {
prefix-list PIM_NBR1 {
x.x.x.x/32;
}
prefix-list PIM_NBR2 {
x.x.x.x/32;
}
prefix-list PIM_NBR3 {
x.x.x.x/32;
}
policy-statement PIM_NBR1_POLICY {
from {
prefix-list PIM_NBR1;
}
then accept;
}
policy-statement PIM_NBR2_POLICY {
from {
prefix-list PIM_NBR2;
}
then accept;
}
policy-statement PIM_NBR3_POLICY {
from {
prefix-list PIM_NBR3;
}
then accept;
}
If PIM neighbor filters are not bound to all interfaces that have PIM enabled, this is a finding.
V-217083
False
JUNI-RT-000790
This requirement is not applicable for the DoDIN Backbone.
Verify all interfaces enabled for PIM have a neighbor filter bound to the interface as shown in the example below.
protocols {
…
…
…
pim {
interface ge-1/0/1.0 {
mode sparse;
neighbor-policy PIM_NBR1_POLICY;
}
interface ge-1/1/1.0 {
mode sparse;
neighbor-policy PIM_NBR2_POLICY;
}
interface ge-2/1/0.0 {
mode sparse;
neighbor-policy PIM_NBR3_POLICY;
}
}
Review the prefix list and policy statements configured for filtering PIM neighbors as shown in the example below.
policy-options {
prefix-list PIM_NBR1 {
x.x.x.x/32;
}
prefix-list PIM_NBR2 {
x.x.x.x/32;
}
prefix-list PIM_NBR3 {
x.x.x.x/32;
}
policy-statement PIM_NBR1_POLICY {
from {
prefix-list PIM_NBR1;
}
then accept;
}
policy-statement PIM_NBR2_POLICY {
from {
prefix-list PIM_NBR2;
}
then accept;
}
policy-statement PIM_NBR3_POLICY {
from {
prefix-list PIM_NBR3;
}
then accept;
}
If PIM neighbor filters are not bound to all interfaces that have PIM enabled, this is a finding.
M
4032