74장. sfc
이 장에서는 sfc
명령의 명령에 대해 설명합니다.
74.1. SFC 흐름 분류기 생성
flow 분류 생성
사용법:
openstack sfc flow classifier create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--noindent] [--prefix PREFIX] [--max-width <integer>] [--fit-width] [--print-empty] [--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>
현재의 | 요약 |
---|---|
<name> | flow 분류기의 이름 |
현재의 | 요약 |
---|---|
-h, --help | 이 도움말 메시지를 표시하고 종료합니다. |
--description <description> | flow 분류에 대한 설명 |
--protocol <protocol> | IP 프로토콜 이름. 프로토콜 이름은 iana 표준에 따라 달라야 합니다. |
--ethertype {IPv4,IPv6} | L2 이더넷 유형, 기본값은 ipv4입니다. |
--source-port <min-port>:<max-port> | 소스 프로토콜 포트(허용된 범위 [1,65535].는 허용된 범위의 a=min-port 및 b=max-port인 a:b로 지정해야 합니다. |
--destination-port <min-port>:<max-port> | 대상 프로토콜 포트(허용된 범위 [1,65535]. 허용되는 범위에서 a=min-port 및 b=max- port인 a:b로 지정해야 합니다. |
--source-ip-prefix <source-ip-prefix> | cidr 표기법의 소스 IP 주소 |
--destination-ip-prefix <destination-ip-prefix> | cidr 표기법의 대상 IP 주소 |
--logical-source-port <logical-source-port> | Neutron 소스 포트(이름 또는 ID) |
--logical-destination-port <logical-destination-port> | Neutron 대상 포트(이름 또는 ID) |
--l7-parameters L7_PARAMETERS | l7 매개변수 사전입니다. 현재 이 옵션에는 값이 지원되지 않습니다. |
현재의 | 요약 |
---|---|
-f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | 출력 형식 기본값은 table입니다. |
-C COLUMN, --column COLUMN | 포함할 열을 지정하여 여러 열을 표시할 수 있습니다. |
현재의 | 요약 |
---|---|
--noindent | json 들여쓰기를 비활성화할지 여부 |
현재의 | 요약 |
---|---|
--prefix PREFIX | 모든 변수 이름에 접두사 추가 |
현재의 | 요약 |
---|---|
--max-width <integer> | 최대 디스플레이 너비(<1 to disable)입니다. CLIFF_MAX_TERM_WIDTH 환경 변수를 사용할 수도 있지만 매개변수는 우선합니다. |
--fit-width | 테이블을 표시 너비에 맞춥니다. --max- width가 0보다 큰 경우 해당되지 않습니다. 환경 변수 CLIFF_FIT_WIDTH=1을 항상 활성화하려면 설정합니다. |
--print-empty | 표시할 데이터가 없는 경우 빈 테이블을 인쇄합니다. |