Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI(eos_cli_config_gen): Restructure molecule host vars part6 #4712

Draft
wants to merge 6 commits into
base: devel
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# spanning-tree
# host3

## Table of Contents

- [Management](#management)
- [Management Interfaces](#management-interfaces)
- [Spanning Tree](#spanning-tree-1)
- [Spanning Tree](#spanning-tree)
- [Spanning Tree Summary](#spanning-tree-summary)
- [Spanning Tree Device Configuration](#spanning-tree-device-configuration)
- [Routing](#routing)
- [Router ISIS](#router-isis)

## Management

Expand Down Expand Up @@ -83,3 +85,41 @@ spanning-tree mst configuration
instance 3 vlan 15
instance 4 vlan 200-300
```

## Routing

### Router ISIS

#### Router ISIS Summary

| Settings | Value |
| -------- | ----- |
| Instance | EVPN_UNDERLAY |
| MPLS LDP Sync Default | True |
| SPF Interval | 250 seconds |
| SPF Interval Wait Time| 30 milliseconds |

#### ISIS Interfaces Summary

| Interface | ISIS Instance | ISIS Metric | Interface Mode |
| --------- | ------------- | ----------- | -------------- |

#### Prefix Segments

| Prefix Segment | Index |
| -------------- | ----- |

#### Router ISIS Device Configuration

```eos
!
router isis EVPN_UNDERLAY
mpls ldp sync default
set-overload-bit
set-overload-bit on-startup wait-for-bgp timeout 10
spf-interval 250 30
authentication mode shared-secret profile test1 algorithm md5 rx-disabled
authentication key 0 password
!
segment-routing mpls
```
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# router-isis-2
# host4

## Table of Contents

Expand Down

This file was deleted.

Loading
Loading