-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(eos_cli_config_gen): WIP fix deleted files
- Loading branch information
Showing
3 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
...cule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.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,54 @@ | ||
# queue-monitor-length-notifying | ||
|
||
## Table of Contents | ||
|
||
- [Management](#management) | ||
- [Management Interfaces](#management-interfaces) | ||
- [Queue Monitor](#queue-monitor) | ||
- [Queue Monitor Length](#queue-monitor-length) | ||
- [Queue Monitor Configuration](#queue-monitor-configuration) | ||
|
||
## 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 | ||
``` | ||
|
||
## Queue Monitor | ||
|
||
### Queue Monitor Length | ||
|
||
| Enabled | Logging Interval | Default Thresholds High | Default Thresholds Low | Notifying | TX Latency | CPU Thresholds High | CPU Thresholds Low | | ||
| ------- | ---------------- | ----------------------- | ---------------------- | --------- | ---------- | ------------------- | ------------------ | | ||
| True | - | 100 | - | disabled | disabled | - | - | | ||
|
||
### Queue Monitor Configuration | ||
|
||
```eos | ||
! | ||
queue-monitor length | ||
queue-monitor length default threshold 100 | ||
no queue-monitor length notifying | ||
``` |
57 changes: 57 additions & 0 deletions
57
...a/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.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,57 @@ | ||
# queue-monitor-length | ||
|
||
## Table of Contents | ||
|
||
- [Management](#management) | ||
- [Management Interfaces](#management-interfaces) | ||
- [Queue Monitor](#queue-monitor) | ||
- [Queue Monitor Length](#queue-monitor-length) | ||
- [Queue Monitor Configuration](#queue-monitor-configuration) | ||
|
||
## 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 | ||
``` | ||
|
||
## Queue Monitor | ||
|
||
### Queue Monitor Length | ||
|
||
| Enabled | Logging Interval | Default Thresholds High | Default Thresholds Low | Notifying | TX Latency | CPU Thresholds High | CPU Thresholds Low | | ||
| ------- | ---------------- | ----------------------- | ---------------------- | --------- | ---------- | ------------------- | ------------------ | | ||
| True | 100 | 100 | 10 | enabled | enabled | 200000 | 100000 | | ||
|
||
### Queue Monitor Configuration | ||
|
||
```eos | ||
! | ||
queue-monitor length | ||
queue-monitor length default thresholds 100 10 | ||
queue-monitor length log 100 | ||
queue-monitor length notifying | ||
queue-monitor length tx-latency | ||
queue-monitor length cpu thresholds 200000 100000 | ||
``` |
57 changes: 57 additions & 0 deletions
57
...vd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.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,57 @@ | ||
# queue-monitor-streaming | ||
|
||
## Table of Contents | ||
|
||
- [Management](#management) | ||
- [Management Interfaces](#management-interfaces) | ||
- [Queue Monitor](#queue-monitor) | ||
- [Queue Monitor Streaming](#queue-monitor-streaming) | ||
- [Queue Monitor Configuration](#queue-monitor-configuration) | ||
|
||
## 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 | ||
``` | ||
|
||
## Queue Monitor | ||
|
||
### Queue Monitor Streaming | ||
|
||
| Enabled | IP Access Group | IPv6 Access Group | Max Connections | VRF | | ||
| ------- | --------------- | ----------------- | --------------- | --- | | ||
| True | ACL-QMS | ACLv6-QMS | 5 | test | | ||
|
||
### Queue Monitor Configuration | ||
|
||
```eos | ||
! | ||
queue-monitor streaming | ||
max-connections 5 | ||
ip access-group ACL-QMS | ||
ipv6 access-group ACLv6-QMS | ||
vrf test | ||
no shutdown | ||
``` |