mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 16:59:31 +00:00
doc: Add an example how to filter BGP bogon ASNs
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
ba3f5f06d0
commit
125cec1a8f
@ -1489,6 +1489,17 @@ AS path access list is user defined AS path.
|
||||
.. index:: no bgp as-path access-list WORD permit|deny LINE
|
||||
.. clicmd:: no bgp as-path access-list WORD permit|deny LINE
|
||||
|
||||
.. _bgp-bogon-filter-example:
|
||||
|
||||
Bogon ASN filter policy configuration example
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. code-block:: frr
|
||||
|
||||
bgp as-path access-list 99 permit _0_
|
||||
bgp as-path access-list 99 permit _23456_
|
||||
bgp as-path access-list 99 permit _1310[0-6][0-9]_|_13107[0-1]_
|
||||
|
||||
.. _bgp-using-as-path-in-route-map:
|
||||
|
||||
Using AS Path in Route Map
|
||||
|
Loading…
Reference in New Issue
Block a user