You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a network area with name "network-area-1" in organization with ID "xxx" with network ranges and a transfer network and labels "key=value,key1=value1"
--default-prefix-length int The default prefix length for networks in the network area
33
-
--dns-name-servers strings List of DNS name server IPs
34
-
-h, --help Help for "stackit network-area create"
35
-
--labels stringToString Labels are key-value string pairs which can be attached to a network-area. E.g. '--labels key1=value1,key2=value2,...' (default [])
36
-
--max-prefix-length int The maximum prefix length for networks in the network area
37
-
--min-prefix-length int The minimum prefix length for networks in the network area
38
-
-n, --name string Network area name
39
-
--network-ranges strings List of network ranges (default [])
40
-
--organization-id string Organization ID
41
-
--transfer-network string Transfer network in CIDR notation
26
+
-h, --help Help for "stackit network-area create"
27
+
--labels stringToString Labels are key-value string pairs which can be attached to a network-area. E.g. '--labels key1=value1,key2=value2,...' (default [])
Create a static route with labels "key:value" and "foo:bar" with prefix "1.1.1.0/24" and next hop "1.1.1.1" in a STACKIT Network Area with ID "xxx" in organization with ID "yyy"
Create a static route with labels "key:value" and "foo:bar" with destination "1.1.1.0/24" and next hop "1.1.1.1" in a STACKIT Network Area with ID "xxx" in organization with ID "yyy"
--destination string Destination route. Must be a valid IPv4 or IPv6 CIDR
28
29
-h, --help Help for "stackit network-area route create"
29
30
--labels stringToString Labels are key-value string pairs which can be attached to a route. A label can be provided with the format key=value and the flag can be used multiple times to provide a list of labels (default [])
30
31
--network-area-id string STACKIT Network Area ID
31
-
--next-hop string Next hop IP address. Must be a valid IPv4
--default-prefix-length int The default prefix length for networks in the network area
24
-
--dns-name-servers strings List of DNS name server IPs
25
-
-h, --help Help for "stackit network-area update"
26
-
--labels stringToString Labels are key-value string pairs which can be attached to a network-area. E.g. '--labels key1=value1,key2=value2,...' (default [])
27
-
--max-prefix-length int The maximum prefix length for networks in the network area
28
-
--min-prefix-length int The minimum prefix length for networks in the network area
29
-
-n, --name string Network area name
30
-
--organization-id string Organization ID
23
+
-h, --help Help for "stackit network-area update"
24
+
--labels stringToString Labels are key-value string pairs which can be attached to a network-area. E.g. '--labels key1=value1,key2=value2,...' (default [])
0 commit comments