1EUCA-DESCRIBE-ROUTE-TABLES(1) User Commands EUCA-DESCRIBE-ROUTE-TABLES(1)
2
3
4
6 euca-describe-route-tables - Describe one or more VPC route tables
7
9 euca-describe-route-tables [--show-empty-fields] [-U URL]
10
11 [--region USER@REGION] [-I KEY_ID] [-S KEY]
12 [--security-token TOKEN] [--filter NAME=VALUE] [--debug]
13 [--debugger] [--version] [-h] [RTABLE [RTABLE ...]]
14
16 Describe one or more VPC route tables
17
18 positional arguments:
19 RTABLE limit results to specific route tables
20
21 optional arguments:
22 --show-empty-fields
23 show empty values as "(nil)"
24
25 -U URL, --url URL
26 compute service endpoint URL
27
28 --region USER@REGION
29 region and/or user names to search when looking up config file
30 data
31
32 -I KEY_ID, --access-key-id KEY_ID
33
34 -S KEY, --secret-key KEY
35
36 --security-token TOKEN
37
38 --filter NAME=VALUE
39 restrict results to those that meet criteria
40
41 --debug
42 show debugging output
43
44 --debugger
45 launch interactive debugger on error
46
47 --version
48 show the program's version and exit
49
50 -h, --help
51 show this help message and exit
52
53 allowed filter names:
54 association.route-table-association-id
55 ID of an association for the route table
56
57 association.route-table-id
58 ID of a route table involved in an association
59
60 association.subnet-id
61 ID of a subnet involved in an association
62
63 association.main
64 whether the route table is the main route table for its VPC
65 route-table-id route.destination-cidr-block
66
67 CIDR address block specified in one of the
68 table's routes
69
70 route.gateway-id
71 ID of a gateway specified by a route in the table
72
73 route.instance-id
74 ID of an instance specified by a route in the table
75
76 route.nat-gateway-id
77 ID of a NAT gateway specified by a route in the table
78 route.vpc-peering-connection-id ID of a VPC peering connection
79 specified by a route in the table
80
81 route.origin
82 which operation created a route in the table
83
84 route.state
85 whether a route in the table has state "active" or "blackhole"
86
87 tag-key
88 key of a tag assigned to the route table
89
90 tag-value
91 value of a tag assigned to the route table
92
93 tag:KEY
94 specific tag key/value combination
95
96 vpc-id the associated VPC's ID
97
98
99
100euca2ools 3.4 December 2016 EUCA-DESCRIBE-ROUTE-TABLES(1)