SV-283898r1203943_rule
V-283898
SRG-NET-000078-RTR-000001
NOKI-RT-000870
CAT III
10
Configure an IP filter to log all deny statements using the example below:
Create an IP filter:
- configure filter ip-filter 60 create
- config>filter>ip-filter$ entry 10 create
- config>filter>ip-filter>entry$ action drop
- config>filter>ip-filter>entry$ log 101
- config>filter>ip-filter>entry$ exit
- config>filter>ip-filter$ exit all
Apply the IP filter on the interface:
- configure router interface "TO-PE2" ingress filter ip 10
Review the IP filter to verify all deny statements are logged.
Use the commands below to verify the filter is logged and applied on the interface.
- show filter ip 60
Entry : 10
Description : (Not Specified)
Log Id : 101
Src. IP : 0.0.0.0/0
Src. Port : n/a
Dest. IP : 0.0.0.0/0
Dest. Port : n/a
Protocol : Undefined
Dscp : Undefined
ICMP Type : Undefined ICMP Code : Undefined
Fragment : Off Src Route Opt : Off
Sampling : Off Int. Sampling : On
IP-Option : 0/0 Multiple Option: Off
Tcp-flag : (Not Specified)
Option-pres : Off
Egress PBR : Disabled
Primary Action : Drop
Ing. Matches : 0 pkts
Egr. Matches : 0 pkts
- show router interface "TO-PE2" detail | match "Ingress Filter"
Egress Filter : 10 Ingress Filter : 10
If packets being dropped are not logged and a filter is not applied, this is a finding.
V-283898
False
NOKI-RT-000870
Review the IP filter to verify all deny statements are logged.
Use the commands below to verify the filter is logged and applied on the interface.
- show filter ip 60
Entry : 10
Description : (Not Specified)
Log Id : 101
Src. IP : 0.0.0.0/0
Src. Port : n/a
Dest. IP : 0.0.0.0/0
Dest. Port : n/a
Protocol : Undefined
Dscp : Undefined
ICMP Type : Undefined ICMP Code : Undefined
Fragment : Off Src Route Opt : Off
Sampling : Off Int. Sampling : On
IP-Option : 0/0 Multiple Option: Off
Tcp-flag : (Not Specified)
Option-pres : Off
Egress PBR : Disabled
Primary Action : Drop
Ing. Matches : 0 pkts
Egr. Matches : 0 pkts
- show router interface "TO-PE2" detail | match "Ingress Filter"
Egress Filter : 10 Ingress Filter : 10
If packets being dropped are not logged and a filter is not applied, this is a finding.
M
5746