This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:flowspec [2022/12/01 18:59] – jotasandoku | network_stuff:flowspec [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| __FLOWSPEC IN CISCO NCS5500__ | __FLOWSPEC IN CISCO NCS5500__ | ||
| - | \\ | + | [[https:// |
| show bgp ipv4 flowspec summary | show bgp ipv4 flowspec summary | ||
| - | | + | |
| show flowspec afi-all detail | show flowspec afi-all detail | ||
| AFI: IPv4 | AFI: IPv4 | ||
| Line 22: | Line 22: | ||
| exceed-action drop | 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 29: | 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, | ||