-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathl3vpn-demo.json
46 lines (46 loc) · 1.03 KB
/
l3vpn-demo.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
44
45
46
{
"ietf-l3vpn-svc": {
"l3vpn-svc": {
"vpn-svc": [
{
"name": "example-l3vpn-service",
"customer-name": "SouthWest Airlines",
"topology": "any-to-any",
"cloud-access": [
{
"cloud-identifier": "Internet",
"authorized-sites": [
{ "site-id": "swa-lax-terminal" }
]
}
]
}
],
"sites": [
{
"site-id": "swa-lax-terminal",
"location": {
"address": "1 WorldWay",
"zip-code": "90045",
"city": "Los Angeles",
"country-code": "US"
},
"management": {
"address": "8.8.8.8"
},
"vpn-policy": {
"entries": [
{
"id": 1,
"vpn": {
"vpn": "example-l3vpn-service",
"site-role": "any-to-any-role"
}
}
]
}
}
]
}
}
}