-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
85 changed files
with
1,534 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,6 +189,10 @@ BGP | |
--- | ||
.. include:: bgp.rst | ||
|
||
LDP | ||
--- | ||
.. include:: ldp.rst | ||
|
||
CFM | ||
--- | ||
.. include:: cfm.rst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - Attribute | ||
- Description | ||
- Mandatory Arguments | ||
- Optional Arguments | ||
* - `ldp-adjacencies` | ||
- Display all LDP adjacencies | ||
- | ||
- `ldp-instance-id` | ||
* - `ldp-sessions` | ||
- Display all matching LDP sessions | ||
- | ||
- `ldp-instance-id`, `local-ipv4-address`, `peer-ipv4-address` | ||
* - `ldp-database` | ||
- Display LDP database | ||
- `ldp-instance-id` | ||
- | ||
* - `ldp-disconnect` | ||
- Disconnect all matching LDP sessions | ||
- | ||
- `ldp-instance-id`, `local-ipv4-address`, `peer-ipv4-address` | ||
* - `ldp-teardown` | ||
- Teardown LDP | ||
- | ||
- | ||
* - `ldp-raw-update-list` | ||
- List all loaded LDP RAW update files | ||
- | ||
- | ||
* - `ldp-raw-update` | ||
- Update all matching LDP session | ||
- `file` | ||
- `ldp-instance-id`, `local-ipv4-address`, `peer-ipv4-address` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,4 +114,8 @@ ISIS External Connections | |
|
||
BGP | ||
--- | ||
.. include:: bgp.rst | ||
.. include:: bgp.rst | ||
|
||
LDP | ||
--- | ||
.. include:: ldp.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.. code-block:: json | ||
{ "ldp": {} } | ||
.. list-table:: | ||
:widths: 25 50 25 | ||
:header-rows: 1 | ||
|
||
* - Attribute | ||
- Description | ||
- Default | ||
* - `instance-id` | ||
- LDP instance identifier | ||
- | ||
* - `keepalive-time` | ||
- LDP keepalive time in seconds | ||
- 15 | ||
* - `hold-time` | ||
- LDP hold time in seconds | ||
- 30 | ||
* - `hostname` | ||
- LDP hostname | ||
- bngblaster | ||
* - `lsr-id` | ||
- LDP LSR identifier | ||
- 10.10.10.10 | ||
* - `teardown-time` | ||
- LDP teardown time in seconds | ||
- 5 | ||
* - `ipv4-transport-address` | ||
- LDP transport address | ||
- `lsr-id` | ||
* - `raw-update-file` | ||
- LDP RAW update file | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ router testing. | |
:maxdepth: 1 | ||
|
||
isis.rst | ||
bgp.rst | ||
mpls.rst | ||
bgp.rst | ||
ldp.rst |
Oops, something went wrong.