SV-221145r622190_rule
V-221145
SRG-NET-000018-RTR-000008
CISC-RT-000930
CAT III
10
Configure the switch with an export policy to avoid global visibility of local multicast (S, G) states. The example below will prevent exporting multicast active sources belonging to the private network.
SW1(config)# ip prefix-list OUTBOUND_MSDP_SA_FILTER seq 10 deny 10.0.0.0/8 le 32
SW1(config)# ip prefix-list OUTBOUND_MSDP_SA_FILTER seq 20 permit 0.0.0.0/0 ge 8
SW1(config)# exit
SW1(config)# ip msdp sa-policy x.1.28.2 prefix-list OUTBOUND_MSDP_SA_FILTER out
SW1(config)# end
Review the switch configuration to determine if there is export policy to block local source-active multicast advertisements.
Step 1: Verify that an outbound source-active filter is bound to each MSDP peer as shown in the example below:
ip msdp peer x.1.28.2 connect-source Ethernet2/1 remote-as nn
ip msdp sa-policy x.1.28.2 prefix-list OUTBOUND_MSDP_SA_FILTER out
Step 2: Review the access lists referenced by the source-active filters and verify that MSDP source-active messages being sent to MSDP peers do not leak advertisements that are local.
ip prefix-list OUTBOUND_MSDP_SA_FILTER seq 10 deny 10.0.0.0/8 le 32
ip prefix-list OUTBOUND_MSDP_SA_FILTER seq 20 permit 0.0.0.0/0 ge 8
If the switch is not configured with an export policy to filter local source-active multicast advertisements, this is a finding.
V-221145
False
CISC-RT-000930
Review the switch configuration to determine if there is export policy to block local source-active multicast advertisements.
Step 1: Verify that an outbound source-active filter is bound to each MSDP peer as shown in the example below:
ip msdp peer x.1.28.2 connect-source Ethernet2/1 remote-as nn
ip msdp sa-policy x.1.28.2 prefix-list OUTBOUND_MSDP_SA_FILTER out
Step 2: Review the access lists referenced by the source-active filters and verify that MSDP source-active messages being sent to MSDP peers do not leak advertisements that are local.
ip prefix-list OUTBOUND_MSDP_SA_FILTER seq 10 deny 10.0.0.0/8 le 32
ip prefix-list OUTBOUND_MSDP_SA_FILTER seq 20 permit 0.0.0.0/0 ge 8
If the switch is not configured with an export policy to filter local source-active multicast advertisements, this is a finding.
M
4075