nd
ipv6/nd
Package: ipv6
Type: Directory
IPv6 Neighbor Discovery (ND) protocol is configured.
| Flag | Name | Description |
|---|---|---|
| X | disabled | disabled |
| I | invalid | invalid |
| * | default | default |
| Argument | Type | Description |
|---|---|---|
| interface | iface_enum { all:0 } | Interface on which to run neighbor discovery. -all - run ND on all running interfaces. |
| ra-interval | super { time [3 .. 1250] , -time [4 .. 1800] } | Minimum and maximum interval allowed between unsolicited multicast router advertisements from the interface. |
| ra-delay | time | Minimum time between multicast router advertisements from the interface. |
| mtu | alt { enum (unspecified) { unspecified:0 } , num } | The MTU option in router advertisements ensures that all nodes on a link use the same MTU value when the link MTU is not well known.
|
| reachable-time | alt { enum (unspecified) { unspecified:0 } , time [ .. 3600] } | Time that RouterOS assumes a neighbor is reachable after receiving a reachability confirmation. Used by Neighbor Unreachability Detection (see Section 7.3 of RFC 4861). |
| retransmit-interval | alt { enum (unspecified) { unspecified:0 } , time } | Time between retransmitted Neighbor Solicitation messages. Used by address resolution and Neighbor Unreachability Detection (see Sections 7.2 and 7.3 of RFC 4861). |
| ra-lifetime | alt { enum (none) { none:0 } , time [ .. 9000] } | Set the RA lifetime. A lifetime of 0 indicates that this router is not a default router. See Section 6.2.3 of RFC 4861. |
| ra-preference | enum (low | medium | high) | Specify the router preference communicated to IPv6 hosts in router advertisements. The preference value helps hosts select a default router to reach a remote destination. |
| hop-limit | alt { enum (unspecified) { unspecified:0 } , num [ .. 255] } | Default value placed in the Hop Count field of the IPv6 header for outgoing unicast packets. |
| advertise-mac-address | bool | When set, include the outgoing interface's link-layer address in router advertisements. |
| advertise-dns | enum (no | yes | self) | Redistribute DNS server information using RADVD.
|
| managed-address-configuration | bool | Indicates whether hosts should use stateful autoconfiguration (DHCPv6) to obtain addresses. See RFC 3315. |
| other-configuration | bool | Indicates whether hosts should use stateful autoconfiguration to obtain additional information, excluding addresses. See RFC 3315. |
| dns | multi { address (flags=6) } | Specify one or more IPv6 addresses that hosts receive for DNS server configuration. |
| pref64 | object { ip6Prefix } | Specify one or more IPv6 prefixes within /32, /40, /48, /56, /64, or /96 subnets that hosts receive as NAT64 prefixes. |