An NDP proxy publishes a internal IPv6 address to public network. With the NDP proxy, the IPv6 address can be accessed from external. It is similar to Floating IP of IPv4 in functionality.
Network v2
Create NDP proxy
openstack router ndp proxy create
[--name <name>]
--port <port>
[--ip-address <ip-address>]
[--description <description>]
<router>
New NDP proxy name
The name or ID of the network port associated to the NDP proxy
The IPv6 address that is to be proxied. In case the port has multiple addresses assigned, use this option to select which address is to be used.
A text to describe/contextualize the use of the NDP proxy configuration
The name or ID of a router
Delete NDP proxy
openstack router ndp proxy delete <ndp-proxy> [<ndp-proxy> ...]
NDP proxy(s) to delete (name or ID)
List NDP proxies
openstack router ndp proxy list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--router <router>]
[--port <port>]
[--ip-address ip-address]
[--project <project>]
[--name <name>]
[--project-domain <project-domain>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
List only NDP proxies belong to this router (name or ID)
List only NDP proxies assocate to this port (name or ID)
List only NDP proxies according to their IPv6 address
List NDP proxies according to their project (name or ID)
List NDP proxies according to their name
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Set NDP proxy properties
openstack router ndp proxy set
[--name <name>]
[--description <description>]
<ndp-proxy>
Set NDP proxy name
A text to describe/contextualize the use of the NDP proxy configuration
The ID or name of the NDP proxy to update
Display NDP proxy details
openstack router ndp proxy show <ndp-proxy>
The ID or name of the NDP proxy
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.