-
Notifications
You must be signed in to change notification settings - Fork 219
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
1 parent
643fa51
commit 4d3e2fd
Showing
9 changed files
with
185 additions
and
1 deletion.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
...lections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-2.md
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,62 @@ | ||
# mpls-2 | ||
|
||
## Table of Contents | ||
|
||
- [Management](#management) | ||
- [Management Interfaces](#management-interfaces) | ||
- [MPLS](#mpls) | ||
- [MPLS and LDP](#mpls-and-ldp) | ||
|
||
## Management | ||
|
||
### Management Interfaces | ||
|
||
#### Management Interfaces Summary | ||
|
||
##### IPv4 | ||
|
||
| Management Interface | Description | Type | VRF | IP Address | Gateway | | ||
| -------------------- | ----------- | ---- | --- | ---------- | ------- | | ||
| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | | ||
|
||
##### IPv6 | ||
|
||
| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | ||
| -------------------- | ----------- | ---- | --- | ------------ | ------------ | | ||
| Management1 | oob_management | oob | MGMT | - | - | | ||
|
||
#### Management Interfaces Device Configuration | ||
|
||
```eos | ||
! | ||
interface Management1 | ||
description oob_management | ||
vrf MGMT | ||
ip address 10.73.255.122/24 | ||
``` | ||
|
||
## MPLS | ||
|
||
### MPLS and LDP | ||
|
||
#### MPLS and LDP Summary | ||
|
||
| Setting | Value | | ||
| -------- | ---- | | ||
| MPLS IP Enabled | True | | ||
| LDP Enabled | False | | ||
| LDP Router ID | - | | ||
| LDP Interface Disabled Default | False | | ||
| LDP Transport-Address Interface | - | | ||
| ICMP Fragmentation-Needed Tunneling Enabled | False | | ||
| ICMP TTL-Exceeded Tunneling Enabled | False | | ||
|
||
#### MPLS and LDP Device Configuration | ||
|
||
```eos | ||
! | ||
mpls ip | ||
! | ||
mpls ldp | ||
shutdown | ||
``` |
63 changes: 63 additions & 0 deletions
63
...lections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/mpls-3.md
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,63 @@ | ||
# mpls-3 | ||
|
||
## Table of Contents | ||
|
||
- [Management](#management) | ||
- [Management Interfaces](#management-interfaces) | ||
- [MPLS](#mpls) | ||
- [MPLS and LDP](#mpls-and-ldp) | ||
|
||
## Management | ||
|
||
### Management Interfaces | ||
|
||
#### Management Interfaces Summary | ||
|
||
##### IPv4 | ||
|
||
| Management Interface | Description | Type | VRF | IP Address | Gateway | | ||
| -------------------- | ----------- | ---- | --- | ---------- | ------- | | ||
| Management1 | oob_management | oob | MGMT | 10.73.255.122/24 | 10.73.255.2 | | ||
|
||
##### IPv6 | ||
|
||
| Management Interface | Description | Type | VRF | IPv6 Address | IPv6 Gateway | | ||
| -------------------- | ----------- | ---- | --- | ------------ | ------------ | | ||
| Management1 | oob_management | oob | MGMT | - | - | | ||
|
||
#### Management Interfaces Device Configuration | ||
|
||
```eos | ||
! | ||
interface Management1 | ||
description oob_management | ||
vrf MGMT | ||
ip address 10.73.255.122/24 | ||
``` | ||
|
||
## MPLS | ||
|
||
### MPLS and LDP | ||
|
||
#### MPLS and LDP Summary | ||
|
||
| Setting | Value | | ||
| -------- | ---- | | ||
| MPLS IP Enabled | True | | ||
| LDP Enabled | False | | ||
| LDP Router ID | 192.168.1.2 | | ||
| LDP Interface Disabled Default | True | | ||
| LDP Transport-Address Interface | - | | ||
| ICMP Fragmentation-Needed Tunneling Enabled | - | | ||
| ICMP TTL-Exceeded Tunneling Enabled | - | | ||
|
||
#### MPLS and LDP Device Configuration | ||
|
||
```eos | ||
! | ||
mpls ip | ||
! | ||
mpls ldp | ||
interface disabled default | ||
router-id 192.168.1.2 | ||
``` |
20 changes: 20 additions & 0 deletions
20
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-2.cfg
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,20 @@ | ||
!RANCID-CONTENT-TYPE: arista | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
hostname mpls-2 | ||
! | ||
no enable password | ||
no aaa root | ||
! | ||
interface Management1 | ||
description oob_management | ||
vrf MGMT | ||
ip address 10.73.255.122/24 | ||
! | ||
mpls ip | ||
! | ||
mpls ldp | ||
shutdown | ||
! | ||
end |
21 changes: 21 additions & 0 deletions
21
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/mpls-3.cfg
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,21 @@ | ||
!RANCID-CONTENT-TYPE: arista | ||
! | ||
transceiver qsfp default-mode 4x10G | ||
! | ||
hostname mpls-3 | ||
! | ||
no enable password | ||
no aaa root | ||
! | ||
interface Management1 | ||
description oob_management | ||
vrf MGMT | ||
ip address 10.73.255.122/24 | ||
! | ||
mpls ip | ||
! | ||
mpls ldp | ||
interface disabled default | ||
router-id 192.168.1.2 | ||
! | ||
end |
9 changes: 9 additions & 0 deletions
9
ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/mpls-2.yml
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,9 @@ | ||
# test for mpls.ldp.shutdown: true | ||
mpls: | ||
ip: true | ||
ldp: | ||
interface_disabled_default: false | ||
shutdown: true | ||
icmp: | ||
fragmentation_needed_tunneling: false | ||
ttl_exceeded_tunneling: false |
6 changes: 6 additions & 0 deletions
6
ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/mpls-3.yml
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,6 @@ | ||
# test for mpls.ldp.shutdown: true | ||
mpls: | ||
ip: true | ||
ldp: | ||
interface_disabled_default: true | ||
router_id: 192.168.1.2 |
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 |
---|---|---|
|
@@ -55,3 +55,4 @@ deps = | |
coverage[toml] | ||
commands = | ||
coverage report --rcfile=pyproject.toml | ||
coverage html --rcfile=pyproject.toml |