Blade ICE G8124 Personal Computer User Manual


 
BLADEOS 6.5.2 Application Guide
238 Chapter 16: Internet Protocol Version 6 BMD00220, October 2010
SSH
Secure Shell (SSH) connections over IPv6 are supported. The following syntax is required
from the client:
ssh -u <IPv6 address>
Example:
ssh -u 2001:2:3:4:0:0:0:142
TFTP
The TFTP commands support both IPv4 and IPv6 addresses. Link-local addresses are not
supported.
FTP
The FTP commands support both IPv4 and IPv6 addresses. Link-local addresses are not
supported.
DNS client
DNS commands support both IPv4 and IPv6 addresses. Link-local addresses are not supported.
Use the following command to specify the type of DNS query to be sent first:
If you set the request version to ipv4, the DNS application sends an A query first, to resolve
the hostname with an IPv4 address. If no A record is found for that hostname (no IPv4 address
for that hostname) an AAAA query is sent to resolve the hostname with a IPv6 address.
If you set the request version to ipv6, the DNS application sends an AAAA query first, to
resolve the hostname with an IPv6 address. If no AAAA record is found for that hostname (no
IPv6 address for that hostname) an A query is sent to resolve the hostname with an IPv4
address.
RS G8124(config)# ip dns ipv6 request-version {ipv4|ipv6}