1EUCA-CREATE-VPN-CONNECTION(1) User Commands EUCA-CREATE-VPN-CONNECTION(1)
2
3
4
6 euca-create-vpn-connection - Create a VPN connection between a virtual
7 private gateway and a customer gateway
8
10 euca-create-vpn-connection -t ipsec.1 --customer-gateway CGATEWAY
11
12 --vpn-gateway VGATEWAY
13 [--static-routes-only] [--format FORMAT] [--stylesheet
14 STYLESHEET] [--show-empty-fields] [-U URL] [--region
15 USER@REGION] [-I KEY_ID] [-S KEY] [--security-token TOKEN]
16 [--debug] [--debugger] [--version] [-h]
17
19 Create a VPN connection between a virtual private gateway and a cus‐
20 tomer gateway
21
23 You can optionally format the connection information for specific
24 devices using the --format or --stylesheet options. If the
25 --stylesheet option is an HTTP or HTTPS URL it will be downloaded as
26 needed.
27
28 optional arguments:
29 -t ipsec.1, --type ipsec.1
30 the type of VPN connection to use (required)
31
32 --customer-gateway CGATEWAY
33 ID of the customer gateway to connect (required)
34
35 --vpn-gateway VGATEWAY
36 ID of the virtual private gateway to connect (required)
37
38 --static-routes-only
39 use only static routes instead of BGP
40
41 --format FORMAT
42 show connection information in a specific format (cisco-ios-isr,
43 juniper-junos-j, juniper-screenos-6.1, juniper-screenos-6.2,
44 generic, xml, none) (default: xml)
45
46 --stylesheet STYLESHEET
47 format the connection information using an XSL stylesheet. If
48 the value contains "{format}" it will be replaced with the for‐
49 mat chosen by the --format option. If the value is an HTTP or
50 HTTPS URL it will be downloaded as needed. (default: value of
51 "vpnstylesheet" region option)
52
53 --show-empty-fields
54 show empty values as "(nil)"
55
56 -U URL, --url URL
57 compute service endpoint URL
58
59 --region USER@REGION
60 region and/or user names to search when looking up config file
61 data
62
63 -I KEY_ID, --access-key-id KEY_ID
64
65 -S KEY, --secret-key KEY
66
67 --security-token TOKEN
68
69 --debug
70 show debugging output
71
72 --debugger
73 launch interactive debugger on error
74
75 --version
76 show the program's version and exit
77
78 -h, --help
79 show this help message and exit
80
81
82
83euca2ools 3.4 December 2016 EUCA-CREATE-VPN-CONNECTION(1)