SV-283835r1203754_rule
V-283835
SRG-NET-000018-RTR-000008
NOKI-RT-000170
CAT III
10
Ensure an export policy is implemented on all MSDP routers to avoid global visibility of local multicast (S, G) states. Create an export policy.
Configure prefix-list, as shown in the example below:
- configure router policy-options
- config>router>policy-options# begin
- config>router>policy-options# prefix-list "Multicast-Group-Source"
- config>router>policy-options>prefix-list# prefix 233.0.0.0/8 exact
- config>router>policy-options>prefix-list# prefix 172.200.200.2/32 exact
- config>router>policy-options>prefix-list# exit
Configure policy, as shown in the example below:
- config>router>policy-options# policy-statement "MSDP-EXPORT-SA"
- config>router>policy-options>policy-statement# entry 10
- config>router>policy-options>policy-statement>entry# from prefix-list "Multicast-Group-Source"
- config>router>policy-options>policy-statement>entry# action drop
- config>router>policy-options>policy-statement>entry>action# exit
- config>router>policy-options>policy-statement>entry# exit
- config>router>policy-options>policy-statement# default-action accept
- config>router>policy-options>policy-statement>default-action# exit
- config>router>policy-options>policy-statement# exit
- config>router>policy-options# commit
- config>router>policy-options# exit all
Apply the export policy to the MSDP peer:
- configure router msdp peer 1.1.1.1 export "MSDP-EXPORT-SA"
Review the Nokia router configuration to determine if there is export policy to block local source-active multicast advertisements.
Verify the export policy, as shown in the example below:
- show router msdp peer 1.1.1.1 detail | match "Export Policy"
Export Policy : MSDP-EXPORT-SA
If the router is not configured with an export policy to filter local source-active multicast advertisements, this is a finding.
V-283835
False
NOKI-RT-000170
Review the Nokia router configuration to determine if there is export policy to block local source-active multicast advertisements.
Verify the export policy, as shown in the example below:
- show router msdp peer 1.1.1.1 detail | match "Export Policy"
Export Policy : MSDP-EXPORT-SA
If the router is not configured with an export policy to filter local source-active multicast advertisements, this is a finding.
M
5746