address
ipv6/address
Package: ipv6
Type: Directory
| Flag | Name | Description |
|---|---|---|
| X | disabled | disabled |
| I | invalid | invalid |
| D | dynamic | dynamic |
| G | global | global |
| L | link-local | link-local |
| S | slave | Whether address belongs to an interface which is a slave port to some other master interface. |
| d | deprecated | deprecated |
| Argument | Type | Description |
|---|---|---|
| address | composite { , } | IPv6 address. Address can also be constructed from the pool if |
| from-pool | enum | Name of the pool from which prefix will be taken to construct IPv6 address taking last part of the address from address property. |
| from-pool-policy | enum (recommended | strict | without-acquire) | Specify how to acquire prefix from pool, if
|
| interface ( mandatory ) | iface_enum | Specifies the interface on which the IPv6 address is configured. You can select it from the pool of interfaces available on the router. |
| eui-64 | bool | Whether to calculate EUI-64 address and use it as last 64 bits of the IPv6 address. |
| advertise | bool | Whether to enable stateless address configuration. The prefix of that address is automatically advertised three times to hosts using ICMPv6 protocol. The option is set by default for addresses with prefix length 64. If address is removed or changed, then old prefix will be deprecated by automatically advertising the old prefix with lifetime set to 0s three times to hosts using ICMPv6 protocol. |
| no-dad | bool | If enabled (yes) - disables Duplicate Address Detection (DAD) for IPv6 addresses on an interface. This can be useful in scenarios where you want to assign static IPv6 addresses to devices and avoid the delay caused by DAD. |
| auto-link-local | bool | If newly created address is manual link-local address this setting allows to override dynamically created IPv6 link-local address. |
| Read-only Argument | Type | Description |
|---|---|---|
| actual-interface | iface_enum | Actual interface on which address is set up. For example, if address was configured on ethernet interface and ethernet interface was added to bridge, then actual interface is bridge not ethernet. |
| vrf | enum | Indicates which VRF this IP address is associated with. |
| valid | alt { enum (forever) { forever:-1 } , time } | |
| preferred | alt { enum (forever) { forever:-1 } , time } |