BGP Flowspec Conceptual Architecture
BGP Flowspec Conceptual Architecture
Flowspec specifies procedures for the distribution of flow specification rules via BGP and defines procedure
to encode flow specification rules as Border Gateway Protocol Network Layer Reachability Information
(BGP NLRI) which can be used in any application. It also defines application for the purpose of packet
filtering in order to mitigate (distributed) denial of service attacks.
Note For more information about BGP Flowspec and complete descriptions of the BGP Flowspec commands
listed in this module, see the BGP Flowspec Commands chapter in the Cisco ASR 9000 Series Aggregation
Services Router Routing Command Reference.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 1
Implementing BGP Flowspec
Limitations
Thus, instead of sending a route with a special community that the border routers must associate with a next
hop to drop in their route policy language, BGP flowspec sends a specific flow format to the border routers
instructing them to create a sort of ACL with class-map and policy-map to implement the rule you want
advertised. In order to accomplish this, BGP flowspec adds a new NLRI (network layer reachability information)
to the BGP protocol. Information About Implementing BGP Flowspec , on page 3 provides details on flow
specifications, supported matching criteria and traffic filtering action.
Limitations
These limitations apply for BGP flow specification:
• Flowspec is not supported on the following Cisco ASR 9000 first generation Ethernet Line Cards:
• A9K-40G (40Port 10/100/1000)
• A9K-4T (4 Port 10GE)
• A9K-2T20G (Combo Card)
• A9K-8T/4
• A9K-8T
• A9K-16T/8 (16 port 10GE)
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
2 OL-32692-01
Implementing BGP Flowspec
Information About Implementing BGP Flowspec
The ensuing section provides an example of the CLI configuration of how flowspec works. First, on the
Flowspec router you define the match-action criteria to take on the incoming traffic. This comprises the PBR
portion of the configuration. The service-policy type defines the actual PBR policy and contains the
combination of match and action criteria which must be added to the flowspec. In this example, the policy is
added under address-family IPv4, and hence it is propagated as an IPv4 flowspec rule.
flowspec
address-family ipv4
service-policy type pbr pm0
flowspec
address-family ipv4
service-policy type pbr pm1
For detailed procedural information and commands used for configuring Flowspec, see How to Configure
BGP Flowspec, on page 10.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 3
Implementing BGP Flowspec
Information About Implementing BGP Flowspec
Flow Specifications
A flow specification is an n-tuple consisting of several matching criteria that can be applied to IP traffic. A
given IP packet is said to match the defined flow if it matches all the specified criteria. A given flow may be
associated with a set of attributes, depending on the particular application; such attributes may or may not
include reachability information (that is, NEXT_HOP).
Every flow-spec route is effectively a rule, consisting of a matching part (encoded in the NLRI field) and an
action part (encoded as a BGP extended community). The BGP flowspec rules are converted internally to
equivalent C3PL policy representing match and action parameters. The match and action support can vary
based on underlying platform hardware capabilities. Supported Matching Criteria and Actions, on page 4
and Traffic Filtering Actions, on page 7 provides information on the supported match (tuple definitions)
and action parameters.
Type 1 IPv4 Destination Defines the destination prefix to match. Prefix length
address Prefixes are encoded in the BGP UPDATE
messages as a length in bits followed by
enough octets to contain the prefix
information.
Encoding: <type (1 octet), prefix length (1
octet), prefix>
Syntax:
match destination-address {ipv4}
address/mask length
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
4 OL-32692-01
Implementing BGP Flowspec
Information About Implementing BGP Flowspec
Type 2 IPv4 Source address Defines the source prefix to match. Prefix length
Encoding: <type (1 octet), prefix-length (1
octet), prefix>
Syntax:
match source-address {ipv4} address/mask
length
Type 3 IPv4 last next header Contains a set of {operator, value} pairs that Multi value range
Protocol are used to match the IP protocol value byte
in IP packets.
Encoding: <type (1 octet), [op, value]+>
Syntax:
Type 3: match protocol {protocol-value
|min-value -max-value}
Type 4 IPv4 source or Defines a list of {operation, value} pairs that Multi value range
destination port matches source or destination TCP/UDP
ports. Values are encoded as 1- or 2-byte
quantities. Port, source port, and destination
port components evaluate to FALSE if the IP
protocol field of the packet has a value other
than TCP or UDP, if the packet is fragmented
and this is not the first fragment, or if the
system in unable to locate the transport
header.
Encoding: <type (1 octet), [op, value]+>
Syntax:
match source-port {source-port-value
|min-value -max-value}
match destination-port
{destination-port-value |min-value
-max-value}
Type 5 IPv4 destination port Defines a list of {operation, value} pairs used Multi value range
to match the destination port of a TCP or
UDP packet. Values are encoded as 1- or
2-byte quantities.
Encoding: <type (1 octet), [op, value]+>
Syntax:
match destination-port
{destination-port-value |[min-value -
max-value]}
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 5
Implementing BGP Flowspec
Information About Implementing BGP Flowspec
Type 6 IPv4 Source port Defines a list of {operation, value} pairs used Multi value range
to match the source port of a TCP or UDP
packet. Values are encoded as 1- or 2-byte
quantities.
Encoding: <type (1 octet), [op, value]+>
Syntax:
match source-port {source-port-value
|[min-value - max-value]}
Type 7 IPv4 ICMP type Defines a list of {operation, value} pairs used Single value
to match the type field of an ICMP packet.
Values are encoded using a single byte. The
ICMP type and code specifiers evaluate to
FALSE whenever the protocol value is not
ICMP.
Encoding: <type (1 octet), [op, value]+>
Syntax:
match{ipv4}icmp-type {value |min-value
-max-value}
Type 8 IPv4 ICMP code Defines a list of {operation, value} pairs used Single value
to match the code field of an ICMP packet.
Values are encoded using a single byte.
Encoding: <type (1 octet), [op, value]+>
Syntax:
match {ipv4}icmp-code {value |min-value
-max-value}
Type 9 IPv4 TCP flags (2 Bitmask values can be encoded as a 1- or Bit mask
bytes include 2-byte bitmask. When a single byte is
reserved bits) specified, it matches byte 13 of the TCP
Note Reserved header, which contains bits 8 through 15 of
and NS bit the 4th 32-bit word. When a 2-byte encoding
not is used, it matches bytes 12 and 13 of the TCP
supported header with the data offset field having a
"don't care" value. As with port specifier, this
component evaluates to FALSE for packets
that are not TCP packets. This type uses the
bitmask operand format, which differs from
the numeric operator format in the lower
nibble.
Encoding: <type (1 octet), [op, bitmask]+>
Syntax:
match tcp-flag value bit-mask mask_value
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
6 OL-32692-01
Implementing BGP Flowspec
Information About Implementing BGP Flowspec
Type 10 IPv4 Packet length Match on the total IP packet length (excluding Multi value range
Layer 2, but including IP header). Values are
encoded using 1- or 2-byte quantities.
Encoding: <type (1 octet), [op, value]+>
Syntax:
matchpacket length {packet-length-value
|min-value -max-value}
Type 11 IPv4 DSCP Defines a list of {operation, value} pairs used Multi value range
to match the 6-bit DSCP field. Values are
encoded using a single byte, where the two
most significant bits are zero and the six least
significant bits contain the DSCP value.
Encoding: <type (1 octet), [op, value]+>
Syntax:
match dscp {dscp-value |min-value
-max-value}
Type 12 IPv4 Fragmentation Identifies a fragment-type as the match Bit mask
bits criterion for a class map.
Encoding: <type (1 octet), [op, bitmask]+>
Syntax:
match fragment type [is-fragment]
In a given flowspec rule, multiple action combinations can be specified without restrictions.
Traffic Filtering Actions, on page 7 provides information on the actions that can be associated with a flow.
How to Configure BGP Flowspec, on page 10 explains the procedure to configure BGP flowpsec with the
required tuple definitions and action sequences.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 7
Implementing BGP Flowspec
Information About Implementing BGP Flowspec
0x8008 redirect-vrf Redirect The redirect extended community allows the traffic to be redirected
VRF to a VRF routing instance that lists the specified route-target in its
import policy. If several local instances match this criteria, the choice
between them is a local matter (for example, the instance with the
lowest Route Distinguisher value can be elected). This extended
community uses the same encoding as the Route Target extended
community [RFC4360].
Command syntax based on route-target
redirect {ipv4} extcommunity rt <route_target_string>
0x8009 traffic-marking Set The traffic marking extended community instructs a system to modify
DSCP the differentiated service code point (DSCP) bits of a transiting IP
packet to the corresponding value. This extended community is
encoded as a sequence of 5 zero bytes followed by the DSCP value
encoded in the 6 least significant bits of 6th byte.
Command syntax
set dscp <6 bit value>
set ipv4 traffic-class <8 bit value>
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
8 OL-32692-01
Implementing BGP Flowspec
BGP Flowspec Client-Server (Controller) Model and Configuration
0x0800 Redirect IP NH Redirect Announces the reachability of one or more flowspec NLRI. When a
IPv4 BGP speaker receives an UPDATE message with the redirect-to- IP
Nexthop extended community it is expected to create a traffic filtering rule
for every flow-spec NLRI in the message that has this path as its best
path. The filter entry matches the IP packets described in the NLRI
field and redirects them or copies them towards the IPv4 address
specified in the 'Network Address of Next- Hop' field of the associated
MP_REACH_NLRI.
Note The redirect-to-IP extended community is valid with any
other set of flow-spec extended communities except if that
set includes a redirect-to-VRF extended community (type
0x8008) and in that case the redirect-to-IP extended
community should be ignored.
Command syntax
redirect {ipv4} next-hop <ipv4 address> {ipv4 address}
Define Class, on page 12 explains how you can configure specific match criteria for a class map.
Here, the Controller on the left-hand side injects the flowspec NRLI, and the client on the right-hand side
receives the information, sends it to the flowspec manager, configures the ePBR (Enhance Policy-based
Routing) infrastructure, which in turn programs the hardware from the underlaying platform in use.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 9
Implementing BGP Flowspec
How to Configure BGP Flowspec
The Controller is configured using CLI to provide that entry for NRLI injection.
BGP Flowspec Configuration
• BGP-side: You must enable the new address family for advertisement. This procedure is applicable for
both the Client and the Controller. Enable Flowspec on BGP Side, on page 11 explains the procedure.
Client-side: No specific configuration, except availability of a flowspec-enabled peer.
• Controller-side: This includes the policy-map definition and the association to the ePBR configuration
consists of two procedures: the class definition, and using that class in ePBR to define the action. The
following topics explain the procedure:
• Define Policy Map, on page 13
• Define Class, on page 12
• Link Flowspec to PBR Policies , on page 15
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
10 OL-32692-01
Implementing BGP Flowspec
How to Configure BGP Flowspec
Note To save configuration changes, you must commit changes when the system prompts you.
SUMMARY STEPS
1. configure
2. router bgp as-number
3. address-family { ipv4 | vpnv4 } flowspec
4. exit
5. neighbor ip-address
6. remote-as as-number
7. address-family { ipv4 } flowspec
DETAILED STEPS
Step 3 address-family { ipv4 | vpnv4 } flowspec Specifies either the IPv4, vpn4 address family and enters
address family configuration submode, and initializes the
Example: global address family for flowspec policy mapping.
RP/0/RSP0/CPU0:router(config-bgp)#
address-family ipv4 flowspec
Example:
RP/0/RSP0/CPU0:router(config-bgp-af)# exit
Step 5 neighbor ip-address Places the router in neighbor configuration mode for BGP
routing and configures the neighbor IP address as a BGP
Example: peer.
RP/0/RSP0/CPU0:router(config-bgp)#neighbor
1.1.1.1
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 11
Implementing BGP Flowspec
How to Configure BGP Flowspec
Step 7 address-family { ipv4 } flowspec Specifies an address family and enters address family
configuration submode, and initializes the global address
Example: family for flowspec policy mapping.
RP/0/RSP0/CPU0:router(config-bgp)#
address-family ipv4 flowspec
Define Class
In order to associate the ePBR configuration to BGP flowspec you must perform these sub-steps: define the
class and use that class in ePBR to define the action. The steps to define the class include:
SUMMARY STEPS
1. configure
2. class-map [type traffic] [match-all] class-map-name
3. match match-statement
4. end-class-map
DETAILED STEPS
Step 3 match match-statement Configures the match criteria for a class map on the basis of the statement
specified. Any combination of tuples 1-13 match statements can be specified
Example: here. The tuple definition possibilities include:
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
12 OL-32692-01
Implementing BGP Flowspec
How to Configure BGP Flowspec
Step 4 end-class-map Ends the class map configuration and returns the router to global configuration
mode.
Example:
RP/0/RSP0/CPU0:router(config-cmap)#
end-class-map
What to Do Next
Associate the class defined in this procedure to a PBR policy as described in Define Policy Map, on page
13.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 13
Implementing BGP Flowspec
How to Configure BGP Flowspec
SUMMARY STEPS
1. configure
2. policy-map type pbr policy-map
3. class class-name
4. class type traffic class-name
5. action
6. exit
7. end-policy-map
DETAILED STEPS
RP/0/RSP0/CPU0:router(config)#
policy-map type pbr policyp1
Step 3 class class-name Specifies the name of the class whose policy you want to create or
change.
Example:
RP/0/RSP0/CPU0:router(config-pmap)#
class class1
Step 4 class type traffic class-name Associates a previously configured traffic class with the policy map,
and enters control policy-map traffic class configuration mode.
Example:
RP/0/RSP0/CPU0:router(config-pmap)#
class type traffic classc1
Step 5 action Define extended community actions as per your requirement. The
options include:
Example: • Traffic rate: police rate rate
RP/0/RSP0/CPU0:router(config-pmap-c)#
set dscp 5 • Redirect VRF: redirect { ipv4 }extcommunity rt
route_target_string
• Traffic Marking: set { dscp rate | destination-address {ipv4}
8-bit value}
• Redirect IP NH: redirect { ipv4 } nexthop ipv4 address { ipv4
address}
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
14 OL-32692-01
Implementing BGP Flowspec
How to Configure BGP Flowspec
Example:
RP/0/RSP0/CPU0:router(config-pmap-c)#
exit
Step 7 end-policy-map Ends the policy map configuration and returns the router to global
configuration mode.
Example:
RP/0/RSP0/CPU0:router(config-cmap)#
end-policy-map
What to Do Next
Perform VRF and flowspec policy mapping for distribution of flowspec rules using the procedure explained
in Link Flowspec to PBR Policies , on page 15
SUMMARY STEPS
1. configure
2. flowspec
3. local-install interface-all
4. address-family ipv4
5. local-install interface-all
6. service-policy type pbr policy-name
7. commit
8. exit
9. show flowspec { afi-all | client | ipv4 | summary | vrf
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 15
Implementing BGP Flowspec
How to Configure BGP Flowspec
DETAILED STEPS
Example:
RP/0/RSP0/CPU0:router(config)# flowspec
Step 4 address-family ipv4 Specifies either an IPv4 address family and enters
address family configuration submode.
Example:
RP/0/RSP0/CPU0:router(config-flowspec)#
address-family ipv4
Step 6 service-policy type pbr policy-name Attaches a policy map to an IPv4 interface to be used
as the service policy for that interface.
Example:
RP/0/RSP0/CPU0:router(config-flowspec-af)#
service-policy type pbr policys1
Step 7 commit
Step 8 exit Returns the router to flowspec configuration mode.
Example:
RP/0/RSP0/CPU0:router(config-flowspec-vrf-af)# exit
Step 9 show flowspec { afi-all | client | ipv4 | summary | vrf (Optional) Displays flowspec policy applied on an
interface.
Example:
RP/0/RSP0/CPU0:routershow flowspec vrf vrf1 ipv4
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
16 OL-32692-01
Implementing BGP Flowspec
Verify BGP Flowspec
SUMMARY STEPS
DETAILED STEPS
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 17
Implementing BGP Flowspec
Verify BGP Flowspec
Step 3 show flowspec vrf vrf_name | all { afli-all | ipv4 } In order to obtain more granular
information on the flowspec, you
Example: can filter the show commands
based on a particular
# show flowspec vrf default ipv4 summary address-family or by a specific
Flowspec VRF+AFI table summary: VRF name. In this example, 'vrf
VRF: default default' indicates that the flowspec
AFI: IPv4
Total Flows: 1 has been defined on the default
Total Service Policies: 1 table. The 'IPv4 summary' shows
RP/0/3/CPU0:RA01_R4#
---------------------------------------------------
the IPv4 flowspec rules present on
that default table. 'VRF all'
# show flowspec vrf all afi-all summary displays information across all the
Flowspec VRF+AFI table summary: VRFs configured on the table and
VRF: default afli-all displays information for all
AFI: IPv4
Total Flows: 1 address families.
Total Service Policies: 1
The detail option displays the
-------------------------------------------------- 'Matched', 'Transmitted, ' and
# show flowspec vrf default ipv4 Dest:110.1.1.0/24, 'Dropped' fields. These can be used
Source:10.1.1.0/24,DPort:>=120&<=130,
SPort:>=25&<=30,DSCP:=30 detail to see if the flowspec rule you
have defined is in action or not. If
AFI: IPv4
Flow :Dest:110.1.1.0/24,Source:10.1.1.0/24, there is any traffic that takes this
DPort:>=120&<=130,SPort:>=25&<=30,DSCP:=30 match condition, it indicates if any
Actions :Traffic-rate: 0 bps (bgp.1)
Statistics (packets/bytes)
action has been taken (that is, how
Matched : 0/0 many packets were matched and
Transmitted : 0/0 whether these packets have been
Dropped : 0/0
transmitted or dropped.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
18 OL-32692-01
Implementing BGP Flowspec
Preserving Redirect Nexthop
SUMMARY STEPS
1. configure
2. router bgp as-number
3. neighbor ip-address
4. address-family { ipv4 }
5. flowspec next-hop unchanged
DETAILED STEPS
Step 3 neighbor ip-address Places the router in neighbor configuration mode for BGP
routing and configures the neighbor IP address as a BGP
Example: peer.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 19
Implementing BGP Flowspec
Validate BGP Flowspec
Step 5 flowspec next-hop unchanged Preserves the next-hop for the flowspec unchanged.
Example:
RP/0/RSP0/CPU0:router(config-bgp)# router bgp
100 neighbor 1.1.1.1 address-family ipv4 flowspec
next-hop unchanged
Any path which does not meet these conditions, is appropriately marked by BGP and not installed in flowspec
manager. Additionally, BGP enforces that the last AS added within the AS_PATH and AS4_PATH attribute
of a EBGP learned flow specification NLRI must match the last AS added within the AS_PATH and
AS4_PATH attribute of the best-match unicast route for the destination prefix embedded in the flow
specification. Also, when the redirect-to-IP extended community is present, by default, BGP enforces the
following check when receiving a flow-spec route from an eBGP peer:
If the flow-spec route has an IP next-hop X and includes a redirect-to-IP extended community, then the BGP
speaker discards the redirect-to-ip extended community (and not propagate it further with the flow-spec route)
if the last AS in the AS_PATH or AS4_PATH attribute of the longest prefix match for X does not match the
AS of the eBGP peer.
Disable Flowspec Redirect and Validation, on page 21 explains the procedure to disable BGP flowspec
validation.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
20 OL-32692-01
Implementing BGP Flowspec
Disabling BGP Flowspec
SUMMARY STEPS
1. configure
2. interface type interface-path-id
3. { ipv4 } flowspec disable
4. commit
DETAILED STEPS
Step 1 configure
Step 2 interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# interface GigabitEthernet 0/1/1/1
Example:
RP/0/RSP0/CPU0:router(config-if)# ipv4 flowspec disable
Step 4 commit
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 21
Implementing BGP Flowspec
Disable Flowspec Redirect and Validation
SUMMARY STEPS
1. configure
2. router bgp as-number
3. neighbor ip-address
4. address-family { ipv4 }
5. flowspec validation { disable | redirect disable }
DETAILED STEPS
Step 3 neighbor ip-address Places the router in neighbor configuration mode for BGP
routing and configures the neighbor IP address as a BGP
Example: peer.
Step 4 address-family { ipv4 } Specifies the IPv4 address family and enters address family
configuration submode, and initializes the global address
Example: family.
Step 5 flowspec validation { disable | redirect disable } You can choose to disable flowspec validation as a whole
for all eBGP sessions or disable redirect nexthop validation.
Example:
RP/0/RSP0/CPU0:router(config-bgp)# router bgp
100 neighbor 1.1.1.1 address-family ipv4
flowspec validation disable
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
22 OL-32692-01
Implementing BGP Flowspec
Configuration Examples for Implementing BGP Flowspec
end-class-map
class class-default
end-policy-map
drop
class class-default
end-policy-map
flowspec
local-install interface-all
address-family ipv4
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 23
Implementing BGP Flowspec
Configuration Examples for Implementing BGP Flowspec
vrf blue
address-family ipv4
vrf blue
Remark DSCP
This is an example of the set dscp action configuration.
class-map type traffic match-all match-dscp-af11
match dscp 10
end-class-map
!
policy-map type pbr test6
class type traffic match-dscp-af11
set dscp af23
!
class type traffic class-default
!
end-policy-map
!
In this example, the traffic marking extended community (match dscp) instructs the system to modify or set
the DSCP bits of a transiting IP packet from dscp 10 to dscp af23.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
24 OL-32692-01
Implementing BGP Flowspec
Additional References for BGP Flowspec
Related Documents
Standards
Standards Title
draft-ietf-idr-flowspec-redirect-ip-01 BGP Flow-Spec Redirect to IP Action
draft-simpson-idr-flowspec-redirect-02 BGP Flow-Spec Extended Community for Traffic
Redirect to IP Next Hop
draft-ietf-idr-bgp-flowspec-oid-02
Revised Validation Procedure for BGP Flow
Specifications
RFCs
RFCs Title
RFC 5575 Dissemination of Flow Specification Rules
Technical Assistance
Description Link
The Cisco Technical Support website contains http://www.cisco.com/techsupport
thousands of pages of searchable technical content,
including links to products, technologies, solutions,
technical tips, and tools. Registered Cisco.com users
can log in from this page to access even more content.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
OL-32692-01 25
Implementing BGP Flowspec
Additional References for BGP Flowspec
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.2.x
26 OL-32692-01