SV-283822r1204021_rule
V-283822
SRG-NET-000362-RTR-000121
NOKI-RT-000040
CAT II
10
Configure the RP to rate limit the number of multicast register messages, as shown in the example below:
Note: Limit may be set by packet-per-second or kilobit-per-second.
- configure system security dist-cpu-protection
- config>sys>security>dist-cpu-protection# policy "test-dcp"
- config>sys>security>dist-cpu-protection>policy# static-policer "PIM-RATE-LIMIT" create
- config>sys>security>dist-cpu-protection>policy>static# rate packets 1 within 1
- config>sys>security>dist-cpu-protection>policy>static# exceed-action discard
- config>sys>security>dist-cpu-protection>policy>static# exit
- config>sys>security>dist-cpu-protection>policy# protocol pim
- config>sys>security>dist-cpu-protection>policy>protocol# enforcement static "PIM-RATE-LIMIT"
- config>sys>security>dist-cpu-protection>policy>protocol# exit all
- configure router interface "TO-PE3" dist-cpu-protection "test-dcp"
Review the configuration of the RP to verify it is rate limiting the number of multicast register messages.
Verify the CPU-protection policy has been configured on the interface, as shown in the example below:
- show router interface "TO-PE3" detail | match OperDCpuProtPlcy
OperDCpuProtPlcy : test-dcp
Verify if the policer state and exceed count:
- show router interface "TO-PE3" dist-cpu-protection detail
-------------------------------------------------------------------------------
Statistics/Policer-State Information
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
Policer-Name : PIM-RATE-LIMIT
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : pim
Exceed-Count : 0
Total Exceed-Count : 0 Exceed-State-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Operational (adapted) Rate Parameters:
Oper. Packets : 1 ppi Oper. Within : 1 seconds
Oper. Initial Delay: none
Oper. Depth : 0 packets
If the RP is not limiting multicast register messages, this is a finding.
V-283822
False
NOKI-RT-000040
Review the configuration of the RP to verify it is rate limiting the number of multicast register messages.
Verify the CPU-protection policy has been configured on the interface, as shown in the example below:
- show router interface "TO-PE3" detail | match OperDCpuProtPlcy
OperDCpuProtPlcy : test-dcp
Verify if the policer state and exceed count:
- show router interface "TO-PE3" dist-cpu-protection detail
-------------------------------------------------------------------------------
Statistics/Policer-State Information
-------------------------------------------------------------------------------
Static Policer
-------------------------------------------------------------------------------
Policer-Name : PIM-RATE-LIMIT
Card/FP : 1/1 Policer-State : Conform
Protocols Mapped : pim
Exceed-Count : 0
Total Exceed-Count : 0 Exceed-State-Count : 0
Detec. Time Remain : 0 seconds Hold-Down Remain. : none
Operational (adapted) Rate Parameters:
Oper. Packets : 1 ppi Oper. Within : 1 seconds
Oper. Initial Delay: none
Oper. Depth : 0 packets
If the RP is not limiting multicast register messages, this is a finding.
M
5746