Created
October 19, 2018 12:57
-
-
Save kongou-ae/8118a7bbacad5a5d0e06a1974a4f395e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"configurationVersion": { | |
"LastUpdatedTime": "2018-10-19T12:52:06.6227301Z", | |
"Version": "fdafcc0e-6e60-42a9-a694-b566c6b0caa3" | |
}, | |
"vpnSiteConfiguration": { | |
"Name": "fortigate", | |
"IPAddress": "36.2.xxx.xxx", | |
"BgpSetting": { | |
"Asn": 65147, | |
"BgpPeeringAddress": "192.168.2.1", | |
"PeerWeight": 32768 | |
} | |
}, | |
"vpnSiteConnections": [ | |
{ | |
"hubConfiguration": { | |
"AddressSpace": "192.168.0.0/24", | |
"Region": "West US 2", | |
"ConnectedSubnets": [ | |
"10.0.3.0/24", | |
"10.0.4.0/24" | |
] | |
}, | |
"gatewayConfiguration": { | |
"IpAddresses": { | |
"Instance0": "13.66.221.xxx", | |
"Instance1": "52.183.6.xxx" | |
}, | |
"BgpSetting": { | |
"Asn": 65515, | |
"BgpPeeringAddresses": { | |
"Instance0": "192.168.0.4", | |
"Instance1": "192.168.0.5" | |
}, | |
"PeerWeight": 0 | |
} | |
}, | |
"connectionConfiguration": { | |
"IsBgpEnabled": true, | |
"PSK": "password", | |
"IPsecParameters": { | |
"SADataSizeInKilobytes": 102400000, | |
"SALifeTimeInSeconds": 3600 | |
} | |
} | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment