* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
21 lines
No EOL
486 B
YAML
21 lines
No EOL
486 B
YAML
---
|
|
# vars file for dellemc.os9.os9_lag
|
|
# Sample variables for os9 device
|
|
os9_lag:
|
|
Po 127:
|
|
type: dynamic
|
|
lacp:
|
|
long_timeout: true
|
|
fast_switchover: true
|
|
lacp_ungroup_vlt: true
|
|
lacp_system_priority: 1
|
|
lacp_ungroup:
|
|
- port_channel: 1
|
|
state: present
|
|
min_links: 3
|
|
channel_members:
|
|
- port: fortyGigE 1/4
|
|
state: present
|
|
- port: fortyGigE 1/8
|
|
state: present
|
|
state: present |