Manual:IPv6/ND
From MikroTik Wiki
Summary
Sub-menu: /ipv6 nd
Standards: RFC 2462
Package : IPv6
RouterOS has stateless IPv6 address autoconfiguration router-side support using Router Advertisement Daemon (RADVD). Prefixes of all addresses with 64 bit netmask are advertised by default.
General configuration
Sub-menu: /ipv6 nd
The menu contains one or more interface definitions on which router advertisement (RA) will be sent. Each entry describes the information which is included in the RA of a specific interface.
Properties
| Property | Description |
|---|---|
| advertise-dns (yes | no; Default: no) | |
| advertise-mac-address (yes | no; Default: yes) | |
| comment (string; Default: ) | Descriptive name of an item |
| disabled (yes | no; Default: no) | Whether item is disabled or not. By default entry is enabled. |
| hop-limit (unspecified | integer[0..4294967295]; Default: unspecified) | |
| interface (all | string; Default: ) | |
| managed-address-configuration (yes | no; Default: no) | |
| mtu (unspecified | integer[0..4294967295]; Default: unspecified) | |
| other-configuration (yes | no; Default: no) | |
| ra-delay (time; Default: 3s) | |
| ra-interval (time[3s..20m50s]-time[4s..30m]; Default: 3m20s-10m) | |
| ra-lifetime (none | time; Default: 30m) | |
| reachable-time (unspecified | time[0..1h]; Default: unspecified) | |
| retransmit-interval (unspecified | time; Default: unspecified) |
[ Top | Back to Content ]