SV-269892r1052061_rule
V-269892
SRG-NET-000362-RTR-000121
OS10-RTR-000710
CAT II
10
Configure the RP to rate limit the number of multicast register messages.
Step 1: Configure a control-plane class map for PIM packets.
OS10(config)# class-map type control-plane PIM-CLASS-MAP
OS10(config-cmap-control-plane)# match pim
Step 2: Configure a control-plane policy map for PIM packets that applies an appropriate rate limit in packets per second.
OS10(config)# policy-map type control-plane PIM-POLICY-MAP
OS10(config-pmap-control-plane)# class PIM-CLASS-MAP
OS10 (config-pmap-c)# set qos-group 2
OS10 (config-pmap-c)# police cir 10 pir 50
Step 3: Assign the service policy to the control plane.
OS10(config)# control-plane
OS10(config-control-plane)# service-policy input PIM-POLICY-MAP
Review the configuration of the RP to verify that it is rate limiting the number of multicast register messages.
Step 1: Verify that a control-plane class map for PIM packets has been configured.
OS10# show running-configuration class-map
!
class-map type control-plane PIM-CLASS-MAP
match pim
Step 2: Verify that a control-plane policy map for PIM packets has been configured that applies an appropriate rate limit in packets per second.
OS10# show running-configuration policy-map
!
policy-map type control-plane PIM-POLICY-MAP
!
class PIM-CLASS-MAP
set qos-group 2
police cir 10 pir 50
Step 3: Verify the service policy has been assigned to the control plane.
OS10# show running-configuration control-plane
!
control-plane
service-policy input PIM-POLICY-MAP
If the RP is not limiting multicast register messages, this is a finding.
V-269892
False
OS10-RTR-000710
Review the configuration of the RP to verify that it is rate limiting the number of multicast register messages.
Step 1: Verify that a control-plane class map for PIM packets has been configured.
OS10# show running-configuration class-map
!
class-map type control-plane PIM-CLASS-MAP
match pim
Step 2: Verify that a control-plane policy map for PIM packets has been configured that applies an appropriate rate limit in packets per second.
OS10# show running-configuration policy-map
!
policy-map type control-plane PIM-POLICY-MAP
!
class PIM-CLASS-MAP
set qos-group 2
police cir 10 pir 50
Step 3: Verify the service policy has been assigned to the control plane.
OS10# show running-configuration control-plane
!
control-plane
service-policy input PIM-POLICY-MAP
If the RP is not limiting multicast register messages, this is a finding.
M
5668