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_lldp_global/vars/main.yaml

52 lines
1.0 KiB
YAML

---
merged:
before: {}
commands:
- "lldp reinit 2"
- "lldp holdtime 100"
- "lldp timer 3000"
- "lldp subinterfaces enable"
- "lldp tlv-select system-description disable"
- "lldp tlv-select management-address disable"
after:
holdtime: 100
reinit: 2
subinterfaces: True
timer: 3000
tlv_select:
management_address: False
system_description: False
replaced:
commands:
- "no lldp reinit 2"
- "no lldp subinterfaces enable"
- "no lldp timer 3000"
- "lldp tlv-select port-description disable"
after:
holdtime: 100
tlv_select:
management_address: False
port_description: False
system_description: False
deleted:
commands:
- "no lldp holdtime 100"
- "no lldp reinit 2"
- "no lldp subinterfaces enable"
- "no lldp timer 3000"
- "no lldp tlv-select management-address disable"
- "no lldp tlv-select system-description disable"
after: {}
round_trip:
after:
holdtime: 200
reinit: 4
subinterfaces: True
timer: 3000