Christian Poessinger
244eced690
ospf: T3753: document new CLI for passive mode
2021-11-27 19:47:22 +01:00
Christian Poessinger
8ff3e99af1
ospfv3: rename intname -> interface on CLI examples
2021-11-27 19:46:51 +01:00
Nicolas Fort
47703773d9
Command for setting bgp maximum-paths updated, since it was wrong
2021-10-14 13:26:24 -03:00
rebortg
b811d1553d
rip: correct build warning
2021-10-07 22:33:38 +02:00
rebortg
5b1e916046
rip: correct spelling and grammar
2021-10-04 21:03:28 +02:00
Cheeze_It
3876906ef4
Adding MPLS documentation changes that I forgot to add a long time ago.
...
Here we are adding documentation showing the separation of MPLS enable
for interfaces separately from LDP. This was decoupled a while ago
but I completely forgot to add it to the documentation.
It is added now though.
2021-09-30 21:54:26 -06:00
rebortg
ba8b272d75
igmp: correct spelling and grammar
2021-09-30 20:43:12 +02:00
rebortg
b54b1ef2fb
bfd: correct spelling and grammar
2021-09-29 21:35:34 +02:00
rebortg
4d5cc6ff24
rpki: fix link
2021-09-15 20:45:48 +02:00
Christian Poessinger
0a3b780c29
ospf: T3757: add new CLI command "set protocols ospf interface <if> area <id>"
2021-08-15 13:01:56 +02:00
srividya0208
3f14e6ec82
grammar & spell check
2021-07-12 12:55:30 -04:00
srividya0208
ae6a2ba810
configuration page: corrected spelling and grammatical mistakes
...
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-30 06:17:12 -04:00
rebortg
df504dd6c1
autosectionlabel: add custom headline ref
2021-06-11 22:19:55 +02:00
Christian Poessinger
1534070b0d
bgp: adjust to new CLI syntax where local-as is an individual leafNode
2021-05-26 00:01:45 +02:00
Alex Band
a3cf535575
rpki: make documentation vendor neutral
...
I took the remark that rpki.readthedocs.io is somewhat NLnet Labs tools-centric to
heart and made it completely neutral. It no longer has any vendor-specific
documentation at all.
2021-05-21 18:09:58 +02:00
Christian Poessinger
53b9efec3b
isis: fix example CLI configs
...
This completes commit 4f09fdd ("isis: adjust to latest CLI changes") which
changed the CLI syntax bug did not adjust the example configurations
2021-04-20 20:10:44 +02:00
Christian Poessinger
62f8241b09
vrf: dynamic routing is now supported - document this
2021-04-16 19:23:25 +02:00
Christian Poessinger
b5de631433
bgp: adjust to new CLI format
...
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-03-29 18:47:54 +02:00
srividya0208
91dac40dc8
Correction of the syntax for "Interface Configuration" OSPFv3 section
...
Modified the commands as per the latest rolling release.
2021-03-23 08:46:44 -04:00
Christian Poessinger
4f09fdd987
isis: adjust to latest CLI changes
...
The previous tagNode was replaced with a regular node.
2021-03-21 19:29:59 +01:00
Cheeze_It
e870bfa977
BGP: T2100: Adding RFC8212 option toggle.
...
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-28 18:19:47 -07:00
Christian Poessinger
0ae01b4a1c
vrf: static: T2450: adjust to new CLI syntax
2021-02-05 22:54:22 +01:00
Christian Poessinger
0fa792f936
Merge pull request #444 from sever-sever/bgp-redistr
...
bgp: Fix redistribute parameters
2021-02-05 22:06:30 +01:00
Christian Poessinger
7fb7ae40f4
ospf: add hello-multiplier
2021-02-05 21:59:34 +01:00
Christian Poessinger
c2ebc4a3c9
ospf: T3267: move "interface ip ospf" CLI nodes to "protocols ospf" tree
2021-02-05 21:59:34 +01:00
Cheeze-It
b5ca65f38f
bgp: T1875: Add BGP allow range command documentation ( #431 )
...
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-05 21:59:34 +01:00
sever-sever
f870e6ae93
bgp: Fix redistribute parameters
2021-02-05 18:01:22 +00:00
Christian Poessinger
3a92f63ec0
ospf: adjust sections to section guidelines
2021-01-30 13:36:56 +01:00
Christian Poessinger
83c82dee8b
rpki: update to reflect changes in the current branch
2021-01-29 11:18:40 +01:00
Leonid Voronkin
44647b95cb
ospf: change redistribution metric value
...
due to T3194
2021-01-27 19:54:08 +01:00
rebortg
6dbe2feb4f
rip: close cfgcmd string
2021-01-26 20:50:50 +01:00
rebortg
37729f367a
bgp: fix build indentation warning
2021-01-26 20:49:02 +01:00
Leonid Voronkin
40996bae01
OSPF: added OSPFv3 commands and formated OSPFv2
...
Added OSPFv3 configuration and operation commands.
OSPFv2 formatted according to Style Guide.
added summarization commands for OSPFv2.
2021-01-19 19:39:13 +04:00
Leonid Voronkin
b6c5493342
bgp: change comand order, add route filterig
...
* bgp: change comand order, add route filterig
Placed upper more often used commands;
Add route filtering;
Add confederation commands;
Add route dampening.
2021-01-16 22:45:07 +01:00
Leonid Voronkin
636dadd817
isis: T3210: rename command to no-three-way-handshake
2021-01-15 20:13:27 +01:00
Leonid Voronkin
f428410ad0
bgp: fix linter errors
2021-01-13 20:36:36 +01:00
maehdros
16852e808e
BFD: Added explanation on the purpose
2021-01-12 21:58:28 +01:00
rebortg
f379d91963
disable empty pages, for the moment
2021-01-12 21:46:22 +01:00
Leonid Voronkin
3ab0c2e760
isis: add configuration commands and their explanations
2021-01-12 21:30:41 +01:00
Leonid Voronkin
0f51282eb4
bfd: add command for isis
2021-01-12 21:13:59 +01:00
Leonid Voronkin
ed39728bdf
rip: add all commands and their explanations
2021-01-11 19:42:37 +01:00
Leonid Voronkin
e9a0b93417
ospf: updates
2021-01-09 20:49:26 +01:00
Leonid Voronkin
188cf66956
ospf: update routing protocol command definitions
2021-01-08 18:39:29 +01:00
Leonid Voronkin
bf5a8171be
Update ospf.rst
2021-01-07 15:08:11 +04:00
Leonid Voronkin
64781cbbfd
Update ospf.rst
...
add command and their explanation
2021-01-06 21:50:16 +04:00
Leonid Voronkin
760c6a7530
bgp: add operational level command reference
...
Add operational command section
2021-01-06 18:49:02 +01:00
Leonid Voronkin
f7a079f808
bgp: extend current brief documentation
...
- add route aggregation configuration section;
- add commands for peer configuration;
- add peer groups configuration section
- add redistribution configuration
- add general configuration
2021-01-05 17:12:04 +01:00
craterman
4e55871999
Update bgp.rst
...
Add some commands to Route Selection section;
Add Administrative Distance configuration section;
Add Network Advertisement configuration;
Add Peers configuration section;
Add Timers configuration
2021-01-04 21:19:34 +04:00
maehdros
e9cc3b86b2
Update ospf.rst
...
Update can not to cannot
2020-12-29 15:50:44 +01:00
maehdros
037e05eaa5
Update ospf.rst
...
Add a small command to see the OSPFv3 redistribute routes; I plan to write a bit more
2020-12-29 15:19:45 +01:00