Manual:IPv6/Neighbors: Difference between revisions

From MikroTik Wiki
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 neighbor</code><br />
<b>Standards:</b> <code>RFC 2461</code><br />
<b>Package :</b> <code>IPv6</code>
</p>
<br />
List of all discovered routers by IPv6 neighbor discovery protocol.
<pre>
[admin@test_host] /ipv6 neighbor> print
Flags: R - router
0  address=ff02::5 interface=main mac-address=33:33:00:00:00:05 status="noarp"
1  address=ff02::1 interface=main mac-address=33:33:00:00:00:01 status="noarp"
2 R address=fe80::d7:4cff:fec1:2e32 interface=main mac-address=00:0C:42:28:79:45
    status="stale"
</pre>
[[M:IPv6/ND | <code>Read more about ND >></code>]]
==Read-only Properties==
{{Mr-arg-table-h
|prop=Property
|desc=Description
}}
{{Mr-arg-ro-table
|arg=address
|type=ipv6 address
|desc=link-local address of the neighbor.
}}
{{Mr-arg-ro-table
|arg=comment
|type=string
|desc=
}}
{{Mr-arg-ro-table
|arg=inteface
|type=string
|desc=Interface on which neighbor was detected.
}}
{{Mr-arg-ro-table
|arg=mac-address
|type=string
|desc=Mac address of discovered router.
}}
{{Mr-arg-ro-table
|arg=router
|type=
|desc=
}}
{{Mr-arg-ro-table-end
|arg=status
|type=<nowiki>noarp | stale</nowiki>
|desc=
}}
</div>
[[Category:Manual]]
[[Category:Manual]]

Revision as of 05:46, 3 June 2010

Version.png

Applies to RouterOS: v3, v4 +

Summary

Sub-menu: /ipv6 neighbor
Standards: RFC 2461
Package : IPv6


List of all discovered routers by IPv6 neighbor discovery protocol.

[admin@test_host] /ipv6 neighbor> print 
Flags: R - router 
 0   address=ff02::5 interface=main mac-address=33:33:00:00:00:05 status="noarp" 

 1   address=ff02::1 interface=main mac-address=33:33:00:00:00:01 status="noarp" 

 2 R address=fe80::d7:4cff:fec1:2e32 interface=main mac-address=00:0C:42:28:79:45 
     status="stale" 

Read more about ND >>

Read-only Properties

Property Description
address (ipv6 address) link-local address of the neighbor.
comment (string)
inteface (string) Interface on which neighbor was detected.
mac-address (string) Mac address of discovered router.
router ()
status (noarp | stale)