DETAILED STEPS
Step 1 configure
Step 2 interface type interface-path-id
Example:
RP/0/RP0/CPU0:router(config)# interface GigabitEthernet 0/1/1/1
Configures an interface and enters the interface configuration mode.
Step 3 { ipv4 } flowspec disable
Example:
RP/0/RP0/CPU0:router(config-if)# ipv4 flowspec disable
Disable flowspec policy on the selected interface.
Step 4 commit
Disable flowspec on the interface
The following example shows you how you can disable BGP flowspec on an interface, and apply
another PBR policy:
Interface GigabitEthernet 0/0/0/0
flowspec [ipv4] disable
int g0/0/0/1
service policy type pbr test_policy
!
!
Disable Flowspec Redirect and Validation
You can disable flowspec validation as a whole for eBGP sessions by means of configuring an explicit knob.
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
PurposeCommand or Action
configure
Step 1
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
122
Implementing BGP Flowspec
Disable Flowspec Redirect and Validation