summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_lldp_global/vars/main.yaml
blob: ed87644bf830b4d9bbd2f2063af0e9c1a570149c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
merged:
  before: {}

  commands:
    - "lldp holdtime 10"
    - "lldp run"
    - "lldp timer 20"
    - "lldp reinit 3"

  after:
    timer: 20
    holdtime: 10
    reinit: 3
    enabled: True

replaced:
  before:
    timer: 100
    holdtime: 10
    reinit: 3
    enabled: True

  commands:
    - "no lldp run"
    - "no lldp timer"
    - "lldp holdtime 20"
    - "lldp reinit 5"

  after:
    holdtime: 10
    reinit: 3

deleted:
  before:
    timer: 100
    holdtime: 10
    reinit: 3
    enabled: True

  commands:
    - "no lldp holdtime"
    - "no lldp run"
    - "no lldp timer"
    - "no lldp reinit"

  after: {}