Skip to content

orca address-scope

Manage Neutron address scopes.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca address-scope

Manage Neutron address scopes.

An address scope groups subnet pools that share the same routing domain — useful in BGP-driven L3 deployments and overlapping-CIDR scenarios.

Usage:

orca address-scope [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • create: Create an address scope.
  • delete: Delete an address scope.
  • list: List address scopes.
  • set: Update an address scope.
  • show: Show an address scope's details.

orca address-scope create

Create an address scope.

Usage:

orca address-scope create [OPTIONS] NAME

Options:

Name Type Description Default
--ip-version choice (4 | 6) IP version: 4 or 6. 4
--shared / --unshared boolean Visible to other projects. False
--help boolean Show this message and exit. False

orca address-scope delete

Delete an address scope.

Usage:

orca address-scope delete [OPTIONS] AS_ID

Options:

Name Type Description Default
--yes, -y boolean Skip confirmation. False
--help boolean Show this message and exit. False

orca address-scope list

List address scopes.

Usage:

orca address-scope list [OPTIONS]

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca address-scope set

Update an address scope.

Usage:

orca address-scope set [OPTIONS] AS_ID

Options:

Name Type Description Default
--name text New name. None
--shared / --unshared boolean Switch visibility. None
--help boolean Show this message and exit. False

orca address-scope show

Show an address scope's details.

Usage:

orca address-scope show [OPTIONS] AS_ID

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False