このコンテンツは選択した言語では利用できません。

Chapter 64. sfc


This chapter describes the commands under the sfc command.

64.1. sfc flow classifier create

Usage:

openstack sfc flow classifier create [-h]

                                          [-f {json,shell,table,value,yaml}]
                                          [-c COLUMN]
                                          [--max-width <integer>]
                                          [--fit-width] [--print-empty]
                                          [--noindent] [--prefix PREFIX]
                                          [--description <description>]
                                          [--protocol <protocol>]
                                          [--ethertype {IPv4,IPv6}]
                                          [--source-port <min-port>:<max-port>]
                                          [--destination-port <min-port>:<max-port>]
                                          [--source-ip-prefix <source-ip-prefix>]
                                          [--destination-ip-prefix <destination-ip-prefix>]
                                          [--logical-source-port <logical-source-port>]
                                          [--logical-destination-port <logical-destination-port>]
                                          [--l7-parameters L7_PARAMETERS]
                                          <name>
Copy to Clipboard Toggle word wrap

Create a flow classifier

Expand
Table 64.1. Positional Arguments
ValueSummary

<name>

Name of the flow classifier

Expand
Table 64.2. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--description <description>

Description for the flow classifier

--protocol <protocol>

IP protocol name. Protocol name should be as per IANA standard.

--ethertype {IPv4,IPv6}

L2 ethertype, default is IPv4

--source-port <min-port>:<max-port>

Source protocol port (allowed range [1,65535]. Must be specified as a:b, where a=min-port and b=max-port) in the allowed range.

--destination-port <min-port>:<max-port>

Destination protocol port (allowed range [1,65535]. Must be specified as a:b, where a=min-port and b=max- port) in the allowed range.

--source-ip-prefix <source-ip-prefix>

Source IP address in CIDR notation

--destination-ip-prefix <destination-ip-prefix>

Destination IP address in CIDR notation

--logical-source-port <logical-source-port>

Neutron source port (name or ID)

--logical-destination-port <logical-destination-port>

Neutron destination port (name or ID)

--l7-parameters L7_PARAMETERS

Dictionary of L7 parameters. Currently, no value is supported for this option.

Expand
Table 64.3. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.4. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.5. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.6. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.2. sfc flow classifier delete

Usage:

openstack sfc flow classifier delete [-h] <flow-classifier>
Copy to Clipboard Toggle word wrap

Delete a given flow classifier

Expand
Table 64.7. Positional Arguments
ValueSummary

<flow-classifier>

Flow classifier to delete (name or id)

Expand
Table 64.8. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

64.3. sfc flow classifier list

Usage:

openstack sfc flow classifier list [-h]

                                        [-f {csv,json,table,value,yaml}]
                                        [-c COLUMN] [--max-width <integer>]
                                        [--fit-width] [--print-empty]
                                        [--noindent]
                                        [--quote {all,minimal,none,nonnumeric}]
                                        [--sort-column SORT_COLUMN] [--long]
Copy to Clipboard Toggle word wrap

List flow classifiers

Expand
Table 64.9. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

Expand
Table 64.10. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 64.11. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.12. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.13. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

64.4. sfc flow classifier set

Usage:

openstack sfc flow classifier set [-h] [--name <name>]

                                       [--description <description>]
                                       <flow-classifier>
Copy to Clipboard Toggle word wrap

Set flow classifier properties

Expand
Table 64.14. Positional Arguments
ValueSummary

<flow-classifier>

Flow classifier to modify (name or id)

Expand
Table 64.15. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name <name>

Name of the flow classifier

--description <description>

Description for the flow classifier

This command is provided by the python-neutronclient plugin.

64.5. sfc flow classifier show

Usage:

openstack sfc flow classifier show [-h]

                                        [-f {json,shell,table,value,yaml}]
                                        [-c COLUMN] [--max-width <integer>]
                                        [--fit-width] [--print-empty]
                                        [--noindent] [--prefix PREFIX]
                                        <flow-classifier>
Copy to Clipboard Toggle word wrap

Display flow classifier details

Expand
Table 64.16. Positional Arguments
ValueSummary

<flow-classifier>

Flow classifier to display (name or id)

Expand
Table 64.17. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 64.18. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.19. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.20. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.21. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.6. sfc port chain create

Usage:

openstack sfc port chain create [-h] [-f {json,shell,table,value,yaml}]

                                     [-c COLUMN] [--max-width <integer>]
                                     [--fit-width] [--print-empty]
                                     [--noindent] [--prefix PREFIX]
                                     [--description <description>]
                                     [--flow-classifier <flow-classifier>]
                                     [--chain-parameters correlation=<correlation-type>,symmetric=<boolean>]
                                     --port-pair-group <port-pair-group>
                                     <name>
Copy to Clipboard Toggle word wrap

Create a port chain

Expand
Table 64.22. Positional Arguments
ValueSummary

<name>

Name of the port chain

Expand
Table 64.23. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--description <description>

Description for the port chain

--flow-classifier <flow-classifier>

Add flow classifier (name or ID). This option can be repeated.

--chain-parameters correlation=<correlation-type>,symmetric=<boolean>

Dictionary of chain parameters. Supports correlation=(mpls

nsh) (default is mpls) and symmetric=(true

false).

--port-pair-group <port-pair-group>

Add port pair group (name or ID). This option can be repeated.

Expand
Table 64.24. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.25. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.26. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.27. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.7. sfc port chain delete

Usage:

openstack sfc port chain delete [-h] <port-chain>
Copy to Clipboard Toggle word wrap

Delete a given port chain

Expand
Table 64.28. Positional Arguments
ValueSummary

<port-chain>

Port chain to delete (name or id)

Expand
Table 64.29. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

64.8. sfc port chain list

Usage:

openstack sfc port chain list [-h] [-f {csv,json,table,value,yaml}]

                                   [-c COLUMN] [--max-width <integer>]
                                   [--fit-width] [--print-empty]
                                   [--noindent]
                                   [--quote {all,minimal,none,nonnumeric}]
                                   [--sort-column SORT_COLUMN] [--long]
Copy to Clipboard Toggle word wrap

List port chains

Expand
Table 64.30. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

Expand
Table 64.31. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 64.32. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.33. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.34. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

64.9. sfc port chain set

Usage:

openstack sfc port chain set [-h] [--name <name>]

                                  [--description <description>]
                                  [--flow-classifier <flow-classifier>]
                                  [--no-flow-classifier]
                                  [--port-pair-group <port-pair-group>]
                                  [--no-port-pair-group]
                                  <port-chain>
Copy to Clipboard Toggle word wrap

Set port chain properties

Expand
Table 64.35. Positional Arguments
ValueSummary

<port-chain>

Port chain to modify (name or id)

Expand
Table 64.36. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name <name>

Name of the port chain

--description <description>

Description for the port chain

--flow-classifier <flow-classifier>

Add flow classifier (name or ID). This option can be repeated.

--no-flow-classifier

Remove associated flow classifiers from the port chain

--port-pair-group <port-pair-group>

Add port pair group (name or ID). Current port pair groups order is kept, the added port pair group will be placed at the end of the port chain. This option can be repeated.

--no-port-pair-group

Remove associated port pair groups from the port chain. At least one --port-pair-group must be specified together.

This command is provided by the python-neutronclient plugin.

64.10. sfc port chain show

Usage:

openstack sfc port chain show [-h] [-f {json,shell,table,value,yaml}]

                                   [-c COLUMN] [--max-width <integer>]
                                   [--fit-width] [--print-empty]
                                   [--noindent] [--prefix PREFIX]
                                   <port-chain>
Copy to Clipboard Toggle word wrap

Display port chain details

Expand
Table 64.37. Positional Arguments
ValueSummary

<port-chain>

Port chain to display (name or id)

Expand
Table 64.38. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 64.39. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.40. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.41. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.42. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.11. sfc port chain unset

Usage:

openstack sfc port chain unset [-h]

                                    [--flow-classifier <flow-classifier> | --all-flow-classifier]
                                    [--port-pair-group <port-pair-group>]
                                    <port-chain>
Copy to Clipboard Toggle word wrap

Unset port chain properties

Expand
Table 64.43. Positional Arguments
ValueSummary

<port-chain>

Port chain to unset (name or id)

Expand
Table 64.44. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--flow-classifier <flow-classifier>

Remove flow classifier(s) from the port chain (name or ID). This option can be repeated.

--all-flow-classifier

Remove all flow classifiers from the port chain

--port-pair-group <port-pair-group>

Remove port pair group(s) from the port chain (name or ID). This option can be repeated.

This command is provided by the python-neutronclient plugin.

64.12. sfc port pair create

Usage:

openstack sfc port pair create [-h] [-f {json,shell,table,value,yaml}]

                                    [-c COLUMN] [--max-width <integer>]
                                    [--fit-width] [--print-empty]
                                    [--noindent] [--prefix PREFIX]
                                    [--description <description>]
                                    [--service-function-parameters correlation=<correlation-type>,weight=<weight>]
                                    --ingress <ingress> --egress <egress>
                                    <name>
Copy to Clipboard Toggle word wrap

Create a port pair

Expand
Table 64.45. Positional Arguments
ValueSummary

<name>

Name of the port pair

Expand
Table 64.46. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--description <description>

Description for the port pair

--service-function-parameters correlation=<correlation-type>,weight=<weight>

Dictionary of service function parameters. Currently, correlation=(None

mpls

nsh) and weight are supported. Weight is an integer that influences the selection of a port pair within a port pair group for a flow. The higher the weight, the more flows will hash to the port pair. The default weight is 1.

--ingress <ingress>

Ingress neutron port (name or id)

--egress <egress>

Egress neutron port (name or id)

Expand
Table 64.47. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.48. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.49. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.50. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.13. sfc port pair delete

Usage:

openstack sfc port pair delete [-h] <port-pair>
Copy to Clipboard Toggle word wrap

Delete a given port pair

Expand
Table 64.51. Positional Arguments
ValueSummary

<port-pair>

Port pair to delete (name or id)

Expand
Table 64.52. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

64.14. sfc port pair group create

Usage:

openstack sfc port pair group create [-h]

                                          [-f {json,shell,table,value,yaml}]
                                          [-c COLUMN]
                                          [--max-width <integer>]
                                          [--fit-width] [--print-empty]
                                          [--noindent] [--prefix PREFIX]
                                          [--description <description>]
                                          [--port-pair <port-pair>]
                                          [--enable-tap | --disable-tap]
                                          [--port-pair-group-parameters lb-fields=<lb-fields>]
                                          <name>
Copy to Clipboard Toggle word wrap

Create a port pair group

Expand
Table 64.53. Positional Arguments
ValueSummary

<name>

Name of the port pair group

Expand
Table 64.54. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--description <description>

Description for the port pair group

--port-pair <port-pair>

Port pair (name or ID). This option can be repeated.

--enable-tap

Port pairs of this port pair group are deployed as passive tap service function

--disable-tap

Port pairs of this port pair group are deployed as l3 service function (default)

--port-pair-group-parameters lb-fields=<lb-fields>

Dictionary of port pair group parameters. Currently only one parameter lb-fields is supported. <lb-fields> is a & separated list of load-balancing fields.

Expand
Table 64.55. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.56. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.57. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.58. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.15. sfc port pair group delete

Usage:

openstack sfc port pair group delete [-h] <port-pair-group>
Copy to Clipboard Toggle word wrap

Delete a given port pair group

Expand
Table 64.59. Positional Arguments
ValueSummary

<port-pair-group>

Port pair group to delete (name or id)

Expand
Table 64.60. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

64.16. sfc port pair group list

Usage:

openstack sfc port pair group list [-h]

                                        [-f {csv,json,table,value,yaml}]
                                        [-c COLUMN] [--max-width <integer>]
                                        [--fit-width] [--print-empty]
                                        [--noindent]
                                        [--quote {all,minimal,none,nonnumeric}]
                                        [--sort-column SORT_COLUMN] [--long]
Copy to Clipboard Toggle word wrap

List port pair group

Expand
Table 64.61. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

Expand
Table 64.62. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 64.63. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.64. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.65. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

64.17. sfc port pair group set

Usage:

openstack sfc port pair group set [-h] [--name <name>]

                                       [--description <description>]
                                       [--port-pair <port-pair>]
                                       [--no-port-pair]
                                       <port-pair-group>
Copy to Clipboard Toggle word wrap

Set port pair group properties

Expand
Table 64.66. Positional Arguments
ValueSummary

<port-pair-group>

Port pair group to modify (name or id)

Expand
Table 64.67. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name <name>

Name of the port pair group

--description <description>

Description for the port pair group

--port-pair <port-pair>

Port pair (name or ID). This option can be repeated.

--no-port-pair

Remove all port pair from port pair group

This command is provided by the python-neutronclient plugin.

64.18. sfc port pair group show

Usage:

openstack sfc port pair group show [-h]

                                        [-f {json,shell,table,value,yaml}]
                                        [-c COLUMN] [--max-width <integer>]
                                        [--fit-width] [--print-empty]
                                        [--noindent] [--prefix PREFIX]
                                        <port-pair-group>
Copy to Clipboard Toggle word wrap

Display port pair group details

Expand
Table 64.68. Positional Arguments
ValueSummary

<port-pair-group>

Port pair group to display (name or id)

Expand
Table 64.69. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 64.70. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.71. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.72. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.73. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.19. sfc port pair group unset

Usage:

openstack sfc port pair group unset [-h]

                                         [--port-pair <port-pair> | --all-port-pair]
                                         <port-pair-group>
Copy to Clipboard Toggle word wrap

Unset port pairs from port pair group

Expand
Table 64.74. Positional Arguments
ValueSummary

<port-pair-group>

Port pair group to unset (name or id)

Expand
Table 64.75. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--port-pair <port-pair>

Remove port pair(s) from the port pair group (name or ID). This option can be repeated.

--all-port-pair

Remove all port pairs from the port pair group

This command is provided by the python-neutronclient plugin.

64.20. sfc port pair list

Usage:

openstack sfc port pair list [-h] [-f {csv,json,table,value,yaml}]

                                  [-c COLUMN] [--max-width <integer>]
                                  [--fit-width] [--print-empty] [--noindent]
                                  [--quote {all,minimal,none,nonnumeric}]
                                  [--sort-column SORT_COLUMN] [--long]
Copy to Clipboard Toggle word wrap

List port pairs

Expand
Table 64.76. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

Expand
Table 64.77. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 64.78. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.79. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.80. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

64.21. sfc port pair set

Usage:

openstack sfc port pair set [-h] [--name <name>]

                                 [--description <description>]
                                 <port-pair>
Copy to Clipboard Toggle word wrap

Set port pair properties

Expand
Table 64.81. Positional Arguments
ValueSummary

<port-pair>

Port pair to modify (name or id)

Expand
Table 64.82. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name <name>

Name of the port pair

--description <description>

Description for the port pair

This command is provided by the python-neutronclient plugin.

64.22. sfc port pair show

Usage:

openstack sfc port pair show [-h] [-f {json,shell,table,value,yaml}]

                                  [-c COLUMN] [--max-width <integer>]
                                  [--fit-width] [--print-empty] [--noindent]
                                  [--prefix PREFIX]
                                  <port-pair>
Copy to Clipboard Toggle word wrap

Display port pair details

Expand
Table 64.83. Positional Arguments
ValueSummary

<port-pair>

Port pair to display (name or id)

Expand
Table 64.84. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 64.85. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.86. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.87. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.88. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.23. sfc service graph create

Usage:

openstack sfc service graph create [-h]

                                        [-f {json,shell,table,value,yaml}]
                                        [-c COLUMN] [--max-width <integer>]
                                        [--fit-width] [--print-empty]
                                        [--noindent] [--prefix PREFIX]
                                        [--description DESCRIPTION]
                                        --branching-point
                                        SRC_CHAIN:DST_CHAIN_1,DST_CHAIN_2,DST_CHAIN_N
                                        <name>
Copy to Clipboard Toggle word wrap

Create a service graph.

Expand
Table 64.89. Positional Arguments
ValueSummary

<name>

Name of the service graph.

Expand
Table 64.90. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--description DESCRIPTION

Description for the service graph.

--branching-point SRC_CHAIN:DST_CHAIN_1,DST_CHAIN_2,DST_CHAIN_N

Service graph branching point: the key is the source Port Chain while the value is a list of destination Port Chains. This option can be repeated.

Expand
Table 64.91. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.92. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.93. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.94. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

64.24. sfc service graph delete

Usage:

openstack sfc service graph delete [-h] <service-graph>
Copy to Clipboard Toggle word wrap

Delete a given service graph.

Expand
Table 64.95. Positional Arguments
ValueSummary

<service-graph>

Id or name of the service graph to delete.

Expand
Table 64.96. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

64.25. sfc service graph list

Usage:

openstack sfc service graph list [-h] [-f {csv,json,table,value,yaml}]

                                      [-c COLUMN] [--max-width <integer>]
                                      [--fit-width] [--print-empty]
                                      [--noindent]
                                      [--quote {all,minimal,none,nonnumeric}]
                                      [--sort-column SORT_COLUMN] [--long]
Copy to Clipboard Toggle word wrap

List service graphs

Expand
Table 64.97. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

Expand
Table 64.98. Output Formatters
ValueSummary

-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

--sort-column SORT_COLUMN

specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated

Expand
Table 64.99. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.100. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.101. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

64.26. sfc service graph set

Usage:

openstack sfc service graph set [-h] [--name <name>]

                                     [--description <description>]
                                     <service-graph>
Copy to Clipboard Toggle word wrap

Set service graph properties

Expand
Table 64.102. Positional Arguments
ValueSummary

<service-graph>

Service graph to modify (name or id)

Expand
Table 64.103. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name <name>

Name of the service graph

--description <description>

Description for the service graph

This command is provided by the python-neutronclient plugin.

64.27. sfc service graph show

Usage:

openstack sfc service graph show [-h]

                                      [-f {json,shell,table,value,yaml}]
                                      [-c COLUMN] [--max-width <integer>]
                                      [--fit-width] [--print-empty]
                                      [--noindent] [--prefix PREFIX]
                                      <service-graph>
Copy to Clipboard Toggle word wrap

Show information of a given service graph.

Expand
Table 64.104. Positional Arguments
ValueSummary

<service-graph>

Id or name of the service graph to display.

Expand
Table 64.105. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 64.106. Output Formatters
ValueSummary

-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml}

the output format, defaults to table

-c COLUMN, --column COLUMN

specify the column(s) to include, can be repeated

Expand
Table 64.107. Table Formatter
ValueSummary

--max-width <integer>

Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.

--fit-width

Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable

--print-empty

Print empty table if there is no data to show.

Expand
Table 64.108. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 64.109. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat