STIGQter STIGQter: STIG Summary: Network Infrastructure Policy Security Technical Implementation Guide Version: 9 Release: 10 Benchmark Date: 24 Jan 2020:

Multicast register messages must be rate limited per each source-group (S, G) entry.

DISA Rule

SV-80869r1_rule

Vulnerability Number

V-66379

Group Title

NET2012

Rule Version

NET2012

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the Designated Router (DR) to rate limit the number of multicast register messages it will allow for each (S, G) entry.

Check Contents

Review the configuration of the DR to verify that it is rate limiting the number of multicast register messages.

If the DR is not limiting multicast register messages, this is a finding.

The following is a PIM sparse mode configuration example that limits the number of register messages for each (S, G) multicast entry to 10 per second.

ip multicast-routing
!
interface FastEthernet 0/0
description link to core
ip address 192.168.123.2 255.255.255.0
ip pim sparse-mode
!
interface FastEthernet 0/1
description User LAN
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
!
ip pim rp-address 1.1.1.1
ip pim register-rate 10

Vulnerability Number

V-66379

Documentable

False

Rule Version

NET2012

Severity Override Guidance

Review the configuration of the DR to verify that it is rate limiting the number of multicast register messages.

If the DR is not limiting multicast register messages, this is a finding.

The following is a PIM sparse mode configuration example that limits the number of register messages for each (S, G) multicast entry to 10 per second.

ip multicast-routing
!
interface FastEthernet 0/0
description link to core
ip address 192.168.123.2 255.255.255.0
ip pim sparse-mode
!
interface FastEthernet 0/1
description User LAN
ip address 192.168.122.1 255.255.255.0
ip pim sparse-mode
!
ip pim rp-address 1.1.1.1
ip pim register-rate 10

Check Content Reference

M

Target Key

838

Comments