SV-216813r531087_rule
V-216813
SRG-NET-000362-RTR-000121
CISC-RT-000850
CAT II
10
Configure the RP to rate limit the number of multicast register states.
RP/0/0/CPU0:R2(config)#router pim
RP/0/0/CPU0:R2(config-pim)#address-family ipv4
RP/0/0/CPU0:R2(config-pim-default-ipv4)#maximum register-states 250
RP/0/0/CPU0:R2(config-pim-default-ipv4)#end
Review the configuration of the RP to verify that it is limiting the number of PIM register states as shown in the example.
router pim
address-family ipv4
allow-rp group-list FILTER_PIM_JOINS
rp-address 10.2.2.2
accept-register PIM_REGISTER_FILTER
maximum register-states 250
Note: The maximum register-states command is used to set an upper limit for PIM register states. When the limit is reached, PIM discontinues route creation from PIM register messages. If not configured, the default is 2000 which would be an overage for a small to average size multicast deployment.
If the RP is not limiting PIM register states, this is a finding.
V-216813
False
CISC-RT-000850
Review the configuration of the RP to verify that it is limiting the number of PIM register states as shown in the example.
router pim
address-family ipv4
allow-rp group-list FILTER_PIM_JOINS
rp-address 10.2.2.2
accept-register PIM_REGISTER_FILTER
maximum register-states 250
Note: The maximum register-states command is used to set an upper limit for PIM register states. When the limit is reached, PIM discontinues route creation from PIM register messages. If not configured, the default is 2000 which would be an overage for a small to average size multicast deployment.
If the RP is not limiting PIM register states, this is a finding.
M
4029