summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/bgp.rst
AgeCommit message (Collapse)Author
2024-02-07bgp: T6024: add additional missing FRR featuresChristian Breunig
(cherry picked from commit 64d4513bc06a4ba610221442ba7e590470beb86d)
2023-04-12FIx BGP Confederation documentRimpei Kunimoto
2023-02-12Fixed TypoKyle McClammy
2023-02-04Shortened config line to be less than 80 charactersKyle McClammy
2023-02-04Add docs for RFC 9234KyleM
Added documentation for new BGP roles for RFC 9234
2022-08-04bgp: T4257: changing BGP "local-as" to "system-as"Christian Poessinger
2022-06-28bgp:syntax checksrividya0208
Removed this config line "set protocols bgp parameters default no-ipv4-unicast" which does not exist in the latest rolling release but this functionality is enabled by default. And corrected few grammar mistakes
2022-04-03BGP: add documentation for <solo> option in neighbor configurationNicolas Fort
2021-10-14Command for setting bgp maximum-paths updated, since it was wrongNicolas Fort
2021-06-30configuration page: corrected spelling and grammatical mistakessrividya0208
There were minimal grammatical and spelling mistakes in the files which I corrected as documentation proof reading. Also added information about few ipsec vpn parameters.
2021-06-11autosectionlabel: add custom headline refrebortg
2021-05-26bgp: adjust to new CLI syntax where local-as is an individual leafNodeChristian Poessinger
2021-04-16vrf: dynamic routing is now supported - document thisChristian Poessinger
2021-03-29bgp: adjust to new CLI formatChristian Poessinger
BGP as number is no longer represented as a tag node on "protocols bgp <asn>" but rather is not represented as leafNode under "protocols bgp local-as <asn>"
2021-02-28BGP: T2100: Adding RFC8212 option toggle.Cheeze_It
Adding documentation on the default RFC8212 behavior for FRR, and how in VyOS we are changing that default. Also added information on the toggle option to enable/disable said RFC8212 functionality.
2021-02-05Merge pull request #444 from sever-sever/bgp-redistrChristian Poessinger
bgp: Fix redistribute parameters
2021-02-05bgp: T1875: Add BGP allow range command documentation (#431)Cheeze-It
This is a documentation addition for the allow range command within BGP, as well as the associated limit command as well. There was a few spelling mistakes that were fixed too, but not anything big. Co-authored-by: Cheeze_It <none@none.com>
2021-02-05bgp: Fix redistribute parameterssever-sever
2021-01-26bgp: fix build indentation warningrebortg
2021-01-16bgp: change comand order, add route filterigLeonid Voronkin
* bgp: change comand order, add route filterig Placed upper more often used commands; Add route filtering; Add confederation commands; Add route dampening.
2021-01-13bgp: fix linter errorsLeonid Voronkin
2021-01-06bgp: add operational level command referenceLeonid Voronkin
Add operational command section
2021-01-05bgp: extend current brief documentationLeonid Voronkin
- add route aggregation configuration section; - add commands for peer configuration; - add peer groups configuration section - add redistribution configuration - add general configuration
2021-01-04Update bgp.rstcraterman
Add some commands to Route Selection section; Add Administrative Distance configuration section; Add Network Advertisement configuration; Add Peers configuration section; Add Timers configuration
2020-11-30arrange services and protocolsrebortg