diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-02-07 10:57:11 +0200 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2017-02-07 10:57:11 +0200 |
commit | a47b869616194551a300ff376dc2cc1f03f09d95 (patch) | |
tree | e17e6a2e1a94b8b9d3f190dc000a7826d4d87ac3 /doc/trex_stateless.asciidoc | |
parent | 494cc7c8250eec3b9823b43d8937de40b8ad25cf (diff) |
Doc: add ipv6 tools to stateless
Change-Id: Ic4b097fdbebbcd58b5a5825c1f61a94aebc9f346
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
Diffstat (limited to 'doc/trex_stateless.asciidoc')
-rwxr-xr-x | doc/trex_stateless.asciidoc | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/doc/trex_stateless.asciidoc b/doc/trex_stateless.asciidoc index 2b7951f6..31758891 100755 --- a/doc/trex_stateless.asciidoc +++ b/doc/trex_stateless.asciidoc @@ -590,9 +590,33 @@ client.set_service_mode(enabled = False) <1> Check connectivity -==== IPv6 ND/DHCP client +==== IPv6 ND client + +At this phase, implemented scanning of network for IPv6 enabled neighbors and ping nearby devices from the console. + +Next phase, planned support at the CPP server. + +The advantage of those methods is that they can be easily extended to simulate lots of clients in automation. + +*Scanning example:* + +image:images/console_scan6.png[title="Console scan6", align="left", link="images/console_scan6.png"] + +*Ping example:* + +image:images/console_ping.png[title="Console ping", align="left", link="images/console_ping.png"] + +Those utilities (available from API as well) can help user to configure next hop. +From the console, one could set "l2" destination MAC taken from the scan6 result: + +image:images/console_l2_dst_mac.png[title="Console ping", align="left", link="images/console_l2_dst_mac.png"] + +For setting own IPv6, we use local address as described in link:https://www.ietf.org/rfc/rfc3513.txt[RFC 3513]. + +For scanning of network, we ping the multicast address ff02::1 and establish connection via NS/ND conversations. + +Additional links on scanning network: + +* link:https://tools.ietf.org/html/draft-ietf-opsec-ipv6-host-scanning-00#page-5[RFC draft of scanning] +* Scanning of network in Ubuntu: link:http://manpages.ubuntu.com/manpages/zesty/man1/scan6.1.html[scan6] -in progress === Tutorials |