blob: 15b7f5a74ab6a3f43f043b72ed1becac2354adf0 (
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
48
|
---
merged_commands:
- set protocols ospf interface eth0 cost 50
- set protocols ospf interface eth0 priority 26
- set protocols ospfv3 interface eth0 mtu-ignore
- set protocols ospfv3 interface eth0 instance-id 33
- set protocols ospfv3 interface bond2 passive
- set protocols ospf interface bond2 transmit-delay 45
populate_commands:
- set protocols ospf interface eth0 cost 50
- set protocols ospf interface eth0 priority 26
- set protocols ospfv3 interface eth0 mtu-ignore
- set protocols ospfv3 interface eth0 instance-id 33
- set protocols ospfv3 interface bond2 passive
- set protocols ospf interface bond2 transmit-delay 45
remove_commands:
- delete protocols ospf interface eth0
- delete protocols ospf interface bond2
- delete protocols ospfv3 interface bond2
- delete protocols ospfv3 interface eth0
parsed_config_file: "_parsed_config_1_4.cfg"
replaced_commands:
- set protocols ospf interface eth0 transmit-delay 50
- set protocols ospf interface eth0 network point-to-point
- set protocols ospfv3 interface eth0 dead-interval 39
- delete protocols ospf interface eth0 cost 50
- delete protocols ospfv3 interface eth0 instance-id 33
- delete protocols ospfv3 interface eth0 mtu-ignore
- set protocols ospf interface bond2 bandwidth 70
- set protocols ospf interface bond2 authentication md5 key-id 10 md5-key ********
overridden_commands:
- delete protocols ospf interface bond2
- delete protocols ospfv3 interface bond2
- set protocols ospf interface eth0 transmit-delay 50
- set protocols ospf interface eth0 network point-to-point
- set protocols ospfv3 interface eth0 dead-interval 39
- delete protocols ospf interface eth0 cost 50
- delete protocols ospfv3 interface eth0 instance-id 33
- delete protocols ospfv3 interface eth0 mtu-ignore
deleted_commands:
- delete protocols ospf interface bond2
- delete protocols ospfv3 interface bond2
|