forked from admatt01/OpenAI-Network-Assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtool_use_instructions.txt
More file actions
68 lines (67 loc) · 2.04 KB
/
tool_use_instructions.txt
File metadata and controls
68 lines (67 loc) · 2.04 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Instructions for Agent: This file contains a dictionary of the network routers and their management information.
When using the config_commands and show_commands tools, use the "hostname" as the argument for those tools.
When using the librenms tools, use the "librenms_hostname" or "librenms librenms_device_id".
{
"routers": [
{
"hostname": "cisco-r1",
"management_ip": "192.168.20.201",
"librenms_hostname": "ip-192-168-20-201.ec2.internal",
"librenms_device_id": 11
},
{
"hostname": "cisco-r2",
"management_ip": "192.168.20.202",
"librenms_hostname": "ip-192-168-20-202.ec2.internal",
"librenms_device_id": 2
},
{
"hostname": "cisco-r3",
"management_ip": "192.168.20.203",
"librenms_hostname": "ip-192-168-20-203.ec2.internal",
"librenms_device_id": 3
},
{
"hostname": "cisco-r4",
"management_ip": "192.168.20.204",
"librenms_hostname": "ip-192-168-20-204.ec2.internal",
"librenms_device_id": 4
},
{
"hostname": "cisco-r5",
"management_ip": "192.168.20.205",
"librenms_hostname": "ip-192-168-20-205.ec2.internal",
"librenms_device_id": 5
},
{
"hostname": "cisco-r6",
"management_ip": "192.168.20.206",
"librenms_hostname": "ip-192-168-20-206.ec2.internal",
"librenms_device_id": 6
},
{
"hostname": "cisco-r7",
"management_ip": "192.168.20.207",
"librenms_hostname": "ip-192-168-20-207.ec2.internal",
"librenms_device_id": 7
},
{
"hostname": "cisco-r8",
"management_ip": "192.168.20.208",
"librenms_hostname": "ip-192-168-20-208.ec2.internal",
"librenms_device_id": 8
},
{
"hostname": "cisco-r9",
"management_ip": "192.168.20.209",
"librenms_hostname": "ip-192-168-20-209.ec2.internal",
"librenms_device_id": 9
},
{
"hostname": "cisco-r10",
"management_ip": "192.168.20.210",
"librenms_hostname": "ip-192-168-20-210.ec2.internal",
"librenms_device_id": 10
}
]
}