diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.md new file mode 100644 index 00000000000..65f6c096ff8 --- /dev/null +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length-notifying.md @@ -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 +``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.md new file mode 100644 index 00000000000..4210a73b6fe --- /dev/null +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-length.md @@ -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 +``` diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.md new file mode 100644 index 00000000000..03b2f47c525 --- /dev/null +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/queue-monitor-streaming.md @@ -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 +```