This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| network_stuff:flowspec [2022/11/17 09:49] – created jotasandoku | network_stuff:flowspec [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | __FLOWSPEC IN CISCO NCS5500__ | ||
| + | [[https:// | ||
| + | show bgp ipv4 flowspec summary | ||
| + | ! | ||
| + | show flowspec afi-all detail | ||
| + | AFI: IPv4 | ||
| + | Flow : | ||
| + | Actions :Nexthop: 25.3.9.3 (bgp.1) | ||
| + | Statistics (packets/ | ||
| + | Matched : 0/0 | ||
| + | Dropped : 0/0 | ||
| + | ! | ||
| + | show policy-map transient type pbr pmap-name | ||
| + | __bgpfs_default_IPv4 | ||
| + | policy-map type pbr __bgpfs_default_IPv4 | ||
| + | handle: | ||
| + | table description: | ||
| + | class handle: | ||
| + | match source-port 80 | ||
| + | police rate 314152 bps | ||
| + | conform-action transmit | ||
| + | exceed-action drop | ||
| + | |||
| + | Vanilla configuration CSR1000v | ||
| + | router bgp 65000 | ||
| + | bgp router-id 10.10.10.1 | ||
| + | bgp log-neighbor-changes | ||
| + | | ||
| + | ! ! | ||
| + | | ||
| + | neighbor 10.100.11.143 activate | ||
| + | neighbor 10.100.11.143 send-community both | ||
| + | | ||
| + | ! | ||
| Line 7: | Line 41: | ||
| To filter (apply actions) on flows instead of penalising whole prefix ranges.\\ | To filter (apply actions) on flows instead of penalising whole prefix ranges.\\ | ||
| - | Actions to be done are transmitted via a BGP session from the controller (tells the router what to filter).SAFI 133.\\ | + | Actions to be done are transmitted via a BGP session from the controller (tells the router what to filter).[[https:// |
| + | \\ | ||
| More specifically, | More specifically, | ||