You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/iosxr_lacp/vars/main.yaml

44 lines
619 B
YAML

---
merged:
before: {}
commands:
- "lacp system priority 11"
- "lacp system mac 00c1.4c00.bd15"
after:
system:
priority: 11
mac:
address: "00c1.4c00.bd15"
populate:
system:
priority: 12
mac:
address: "00c1.4c00.bd16"
replaced:
commands:
- "no lacp system mac"
- "lacp system priority 11"
after:
system:
priority: 11
deleted:
commands:
- "no lacp system priority"
- "no lacp system mac"
after: {}
round_trip:
after:
system:
priority: 10
mac:
address: "00c1.4c00.bd10"