Manual:IPv6/ND: Difference between revisions
Jump to navigation
Jump to search
Created page with 'Category:Manual' |
No edit summary |
||
Line 1: | Line 1: | ||
{{Versions|v3, v4 +}} | |||
__TOC__ | |||
<div class=manual> | |||
==Summary== | |||
<p id="shbox"><b>Sub-menu:</b> <code>/ipv6 nd</code><br /> | |||
<b>Standards:</b> <code>RFC 2462</code><br /> | |||
<b>Package :</b> <code>IPv6</code> | |||
</p> | |||
<br /> | |||
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== | |||
<p id="shbox"><b>Sub-menu:</b> <code>/ipv6 nd</code> | |||
</p> | |||
<br /> | |||
<p> | |||
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. | |||
</p> | |||
===Properties=== | |||
{{Mr-arg-table-h | |||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-table | |||
|arg=advertise-dns | |||
|type=<nowiki>yes | no</nowiki> | |||
|default=no | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=advertise-mac-address | |||
|type=<nowiki>yes | no</nowiki> | |||
|default=yes | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=comment | |||
|type=string | |||
|default= | |||
|desc=Descriptive name of an item | |||
}} | |||
{{Mr-arg-table | |||
|arg=disabled | |||
|type=<nowiki>yes | no</nowiki> | |||
|default=no | |||
|desc=Whether item is disabled or not. By default entry is enabled. | |||
}} | |||
{{Mr-arg-table | |||
|arg=hop-limit | |||
|type=<nowiki>unspecified | integer[0..4294967295]</nowiki> | |||
|default=unspecified | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=interface | |||
|type=<nowiki>all | string</nowiki> | |||
|default= | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=managed-address-configuration | |||
|type=<nowiki>yes | no</nowiki> | |||
|default=no | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=mtu | |||
|type=<nowiki>unspecified | integer[0..4294967295]</nowiki> | |||
|default=unspecified | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=other-configuration | |||
|type=<nowiki>yes | no</nowiki> | |||
|default=no | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=ra-delay | |||
|type=time | |||
|default=3s | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=ra-interval | |||
|type=time[3s..20m50s]-time[4s..30m] | |||
|default=3m20s-10m | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=ra-lifetime | |||
|type=<nowiki>none | time</nowiki> | |||
|default=30m | |||
|desc= | |||
}} | |||
{{Mr-arg-table | |||
|arg=reachable-time | |||
|type=<nowiki>unspecified | time[0..1h]</nowiki> | |||
|default=unspecified | |||
|desc= | |||
}} | |||
{{Mr-arg-table-end | |||
|arg=retransmit-interval | |||
|type=<nowiki>unspecified | time</nowiki> | |||
|default=unspecified | |||
|desc= | |||
}} | |||
</div> | |||
{{cont}} | |||
[[Category:Manual]] | [[Category:Manual]] |
Revision as of 08:52, 2 June 2010
Applies to RouterOS: v3, v4 +
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 ]