@@ -14,10 +14,12 @@ protocols:
1414 - rtbh
1515
1616issues :
17+ # BGP FlowSpec Basic Configuration
18+
1719 flowspec_af :
1820 name : " BGP FlowSpec Address-Family Not Activated"
1921 description : " FlowSpec address-family not activated under BGP causing FlowSpec routes not exchanged"
20- severity : " high "
22+ severity : " low "
2123 difficulty : " intermediate"
2224 protocols :
2325 - bgp
@@ -39,7 +41,7 @@ issues:
3941 flowspec_action :
4042 name : " BGP FlowSpec Action Community Misconfiguration"
4143 description : " Configure FlowSpec action extended community (drop/rate-limit/redirect) incorrectly"
42- severity : " high "
44+ severity : " low "
4345 difficulty : " advanced"
4446 protocols :
4547 - bgp
@@ -80,6 +82,8 @@ issues:
8082 - " Check 'show bgp ipv4 flowspec <prefix>' for match fields"
8183 applicability : " DDoS mitigation with BGP FlowSpec"
8284
85+ # RTBH and DDoS Mitigation
86+
8387 rtbh_community :
8488 name : " RTBH (Remotely Triggered Black Hole) Community Misconfiguration"
8589 description : " Configure RTBH community on trigger router but not matched on edge routers"
@@ -124,6 +128,8 @@ issues:
124128 - " Verify 'show ip route <prefix>' on edge for null0 next-hop"
125129 applicability : " RTBH blackhole filtering"
126130
131+ # FlowSpec Advanced and Hardware Issues
132+
127133 flowspec_validation :
128134 name : " BGP FlowSpec Validation / Origination Issue"
129135 description : " FlowSpec route not originated or rejected due to validation failure"
@@ -149,7 +155,7 @@ issues:
149155 flowspec_send_community :
150156 name : " BGP FlowSpec Send-Community Missing"
151157 description : " Configure FlowSpec without send-community extended, preventing action community propagation"
152- severity : " high "
158+ severity : " low "
153159 difficulty : " beginner"
154160 protocols :
155161 - bgp
@@ -171,7 +177,7 @@ issues:
171177 flowspec_route_policy :
172178 name : " BGP FlowSpec Route Policy / Origination via Policy"
173179 description : " Configure FlowSpec route origination via local policy but policy not correctly applied"
174- severity : " high "
180+ severity : " low "
175181 difficulty : " advanced"
176182 protocols :
177183 - bgp
@@ -193,7 +199,7 @@ issues:
193199 flowspec_hw_offload :
194200 name : " BGP FlowSpec Hardware Offload / TCAM Programming"
195201 description : " Configure BGP FlowSpec but rules not programmed in hardware forwarding"
196- severity : " high "
202+ severity : " low "
197203 difficulty : " advanced"
198204 protocols :
199205 - bgp
@@ -215,7 +221,7 @@ issues:
215221 flowspec_v6_validation :
216222 name : " BGP IPv6 FlowSpec Validation / Inter-AS Deployment"
217223 description : " Configure IPv6 FlowSpec across AS boundaries but validation check prevents propagation"
218- severity : " high "
224+ severity : " low "
219225 difficulty : " advanced"
220226 protocols :
221227 - bgp
@@ -238,7 +244,7 @@ issues:
238244 flowspec_rate_limit :
239245 name : " BGP FlowSpec Rate-Limit / Traffic-Rate Action Failure"
240246 description : " Configure FlowSpec traffic-rate action but rate limiting not applied correctly"
241- severity : " high "
247+ severity : " low "
242248 difficulty : " advanced"
243249 protocols :
244250 - bgp
@@ -260,7 +266,7 @@ issues:
260266 flowspec_redirect_next_hop :
261267 name : " BGP FlowSpec Redirect-to-Next-Hop / Redirect VRF Issue"
262268 description : " Configure FlowSpec redirect action but traffic not redirected to next-hop or VRF"
263- severity : " high "
269+ severity : " low "
264270 difficulty : " advanced"
265271 protocols :
266272 - bgp
@@ -282,7 +288,7 @@ issues:
282288 flowspec_service_provider :
283289 name : " BGP FlowSpec Service Provider / Customer Inter-AS Issue"
284290 description : " Configure BGP FlowSpec between customer and provider AS but validation policies block rules"
285- severity : " high "
291+ severity : " low "
286292 difficulty : " advanced"
287293 protocols :
288294 - bgp
0 commit comments