alkira/config/ipsecconnectors2.txt

26 lines
523 B
Plaintext
Raw Normal View History

2022-06-17 14:07:54 +02:00
{
2022-06-27 16:01:36 +02:00
"name": "New York1",
2022-06-17 14:07:54 +02:00
"cxp": "US-EAST-2",
2022-06-20 21:54:59 +02:00
"size": "LARGE",
2022-06-17 14:07:54 +02:00
"segments": [
2022-06-17 16:24:28 +02:00
"Prod"
2022-06-17 14:07:54 +02:00
],
2022-06-21 22:06:41 +02:00
"group": "Development",
2022-06-20 21:54:59 +02:00
"billingTags": [
2022-06-21 22:06:41 +02:00
"343"
2022-06-20 21:54:59 +02:00
],
2022-06-17 14:07:54 +02:00
"vpnMode": "ROUTE_BASED",
"routingOptions": {
"dynamicRouting": {
"customerGwAsn": "60131"
}
},
"sites": [
{
2022-06-27 16:01:36 +02:00
"name": "FTNT",
2022-06-17 14:07:54 +02:00
"gatewayIpType": "STATIC",
2022-06-17 16:24:28 +02:00
"customerGwIp": "192.168.1.3"
2022-06-17 14:07:54 +02:00
}
2022-06-20 21:54:59 +02:00
]
2022-06-17 14:07:54 +02:00
}