63.12. subnet unset
서브넷 속성 설정 해제
사용법:
openstack subnet unset [-h]
[--allocation-pool start=<ip-address>,end=<ip-address>]
[--dns-nameserver <dns-nameserver>]
[--host-route destination=<subnet>,gateway=<ip-address>]
[--service-type <service-type>]
[--tag <tag> | --all-tag]
<subnet>
| 값 | 요약 |
|---|---|
| <subnet> | 서브넷을 수정하여 이름 또는 ID를 수정합니다. |
| 값 | 요약 |
|---|---|
| --allocation-pool start=<ip-address>,end=<ip-address> | 이 서브넷에서 제거할 할당 풀 ip 주소(예: start=192.168.199.2,end=192.168.199.254) |
| --host-route destination=<subnet>,gateway=<ip-address> | 이 서브넷에서 제거할 경로(예: destination=10.10.0.0/16,gateway=192.168.71.254 대상: 대상 서브넷( CIDR 표기법) 게이트웨이: nexthop IP address (repeat option to unset multiple host routes) |
| --dns-nameserver <dns-nameserver> | 이 서브넷에서 제거할 DNS 서버(여러 DNS 서버의 설정 해제 옵션) |
| --all-tag | 서브넷과 연결된 모든 태그를 지웁니다. |
| -h, --help | 이 도움말 메시지를 표시하고 종료합니다. |
| --service-type <service-type> | 이 서브넷에서 제거할 서비스 유형(예: network:floatingip_agent_gateway). 네트워크 포트의 유효한 장치 소유자 값이어야 합니다(여러 서비스 유형을 설정 해제하려면 peat 옵션) |
| --tag <tag> | 서브넷에서 제거할 태그(여러 태그를 제거하려면peat 옵션) |