SV-283840r1203769_rule
V-283840
SRG-NET-000364-RTR-000201
NOKI-RT-000220
CAT II
10
Configure the router to drop IPv6 packets with Routing Header of type 0, 1, or 3-255.
Configure an IPv6 filter, as shown in the example below:
- configure filter ipv6-filter 20 create
- config>filter>ipv6-filter# entry 20 create
- config>filter>ipv6-filter>entry$ match routing-type0 true
- config>filter>ipv6-filter>entry$ action drop
- config>filter>ipv6-filter>entry$ exit all
Apply the IPv6 filter to the interface:
- configure router interface "TO-PE2" ingress filter ipv6 20
This requirement is not applicable for the DODIN Backbone.
Review the router configuration to determine if it is configured to drop IPv6 packets containing a Routing Header of type 0, 1, or 3-255.
Use the command below and determine if any "Ingr IPv6 Flt" is applied:
- show router interface "TO-PE2" detail | match "Ingr IPv6 Flt"
Egr IPv6 Flt : none Ingr IPv6 Flt : 20
If the router is not configured to drop IPv6 packets containing a Routing Header of type 0, 1, or 3-255, this is a finding.
V-283840
False
NOKI-RT-000220
This requirement is not applicable for the DODIN Backbone.
Review the router configuration to determine if it is configured to drop IPv6 packets containing a Routing Header of type 0, 1, or 3-255.
Use the command below and determine if any "Ingr IPv6 Flt" is applied:
- show router interface "TO-PE2" detail | match "Ingr IPv6 Flt"
Egr IPv6 Flt : none Ingr IPv6 Flt : 20
If the router is not configured to drop IPv6 packets containing a Routing Header of type 0, 1, or 3-255, this is a finding.
M
5746