-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnetconf.conf
41 lines (36 loc) · 1.75 KB
/
netconf.conf
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
[[inputs.exec]]
commands = ["python3 /opt/netconf_client/main.py --device_settings=cat8000v-0_settings.json --xml_filter=Cisco-IOS-XE-interfaces-oper.xml"]
json_name_key = "field"
tag_keys = ["name", "device", "ip"]
timeout = "60s"
data_format = "json"
[[inputs.exec]]
commands = ["python3 /opt/netconf_client/main.py --device_settings=cat8000v-1_settings.json --xml_filter=Cisco-IOS-XE-interfaces-oper.xml"]
json_name_key = "field"
tag_keys = ["name", "device", "ip"]
timeout = "60s"
data_format = "json"
[[inputs.exec]]
commands = ["python3 /opt/netconf_client/main.py --device_settings=cat8000v-0_settings.json --xml_filter=Cisco-IOS-XE-memory-oper.xml"]
json_name_key = "field"
tag_keys = ["name", "device", "ip"]
timeout = "60s"
data_format = "json"
[[inputs.exec]]
commands = ["python3 /opt/netconf_client/main.py --device_settings=cat8000v-1_settings.json --xml_filter=Cisco-IOS-XE-memory-oper.xml"]
json_name_key = "field"
tag_keys = ["name", "device", "ip"]
timeout = "60s"
data_format = "json"
[[inputs.exec]]
commands = ["python3 /opt/netconf_client/main.py --device_settings=cat8000v-0_settings.json --xpath_filter=http://cisco.com/ns/yang/Cisco-IOS-XE-isis-oper:/isis-oper-data/isis-instance"]
json_name_key = "field"
tag_keys = ["name", "device", "ip", "ipv4_address", "interface_name", "neighbor_id", "isis_status"]
timeout = "60s"
data_format = "json"
[[inputs.exec]]
commands = ["python3 /opt/netconf_client/main.py --device_settings=cat8000v-1_settings.json --xpath_filter=http://cisco.com/ns/yang/Cisco-IOS-XE-isis-oper:/isis-oper-data/isis-instance"]
json_name_key = "field"
tag_keys = ["name", "device", "ip", "ipv4_address", "interface_name", "neighbor_id", "isis_status"]
timeout = "60s"
data_format = "json"