08-10-2019 02:28 AM
I'm running IOS XE 16.9.3. I configured the IOS XE as a BGP flowspec client. I can verify the config is working:
Server side:
gobgp global rib -a ipv4-flowspec add match source 192.168.1.2 then discard
Client side:
Router#show flowspec afi-all
AFI: IPv4
Flow :Source:192.168.1.2/32
Actions :Traffic-rate: 0 bps (bgp.1)However when I try to use the redirect VRF action, it stopped working.
Server side:
gobgp global rib -a ipv4-flowspec add match source 192.168.1.2 then redirect 100:100
Client side:
Router#show flowspec afi-all
AFI: IPv4
Flow :Source:192.168.1.2/32
InactiveWhy is my flow showing as inactive? An detailed output is:
Router#show flowspec afi-all internal
AFI: IPv4
Flow :Source:192.168.1.2/32
Inactive
Class handles:
Class Handle Version: 0
Sequence: 1024
Synced: FALSE
Match Unsupported: None
Ref Count: 1
Last Error: 0x0:Unknown error 0
Last Batch: 0
Inactive Paths:
Actions :Route-target: ASN2-100:100 (bgp.1)
Client Version: 0
Unsupported: FALSE
RT:
VRF Name Cfg: 0x00
RT Cfg: 0x01
RT Registered: 0x01
RT Resolved: 0x00
Statistics (packets/bytes)
Matched : 0/0
Dropped : 0/0
Solved! Go to Solution.
08-10-2019 02:49 AM
Nevermind, forgot to config
route-target import 100:100 route-target export 100:100
in VRF config.
08-10-2019 02:49 AM
Nevermind, forgot to config
route-target import 100:100 route-target export 100:100
in VRF config.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide