-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
43 lines (43 loc) · 879 Bytes
/
config.json
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
{
"config": {
"etcd_host": "172.20.100.150",
"etcd_port": 2379,
"controller_host": "172.20.100.150",
"controller_port": "9888",
"bsid_prefix": "fc00:1:999::"
},
"sid": [
{
"interface": "GigabitEthernet0/4/0",
"action": "end.dx4",
"gateway": "10.0.1.1",
"ip_range": "10.0.1.0/24",
"vrf_name": "c1"
},
{
"interface": "GigabitEthernet0/5/0",
"action": "end.dx4",
"gateway": "10.0.2.1",
"ip_range": "10.0.2.0/24",
"vrf_name": "c1"
}
],
"sla": [
{
"dest_ip":"10.0.1.0/24",
"source":"RouterA",
"dest": "RouterB",
"method": "latency",
"vrf_name": "c1",
"extra": {}
},
{
"dest_ip":"10.0.2.0/24",
"source":"RouterA",
"dest": "SR-PCE",
"method": "latency",
"vrf_name": "c1",
"extra": {}
}
]
}