Skip to content
Snippets Groups Projects
Commit cbc6306d authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

iptrunk_checks - optical checks

only check Juniper lanes when the interface is 'et-'.
10g xe- interfaces have different optical output (might be no lanes).
parent 47687ce1
No related branches found
No related tags found
1 merge request!161Merge the latest changes in v1.0.x into develop
---
- name: Get Junos attributes for optical levels of interface "{{ item }}"
when: local_side.iptrunk_side_node.vendor == "juniper"
when: >-
local_side.iptrunk_side_node.vendor == "juniper"
and
ae_member.interface_name is regex("^et-*")
block:
- name: Run Juniper Optical info
junipernetworks.junos.junos_command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment