System Administration Guide, Volume 3 | ||||
---|---|---|---|---|
![]() | ![]() | Chapter 2. Managing IPv6 Tasks |
This section provides procedures to display IPv6 Name Service information.
Table 2-3. Displaying IPv6 Name Service Information Task Map
Task | Description | For Instructions, Go to |
---|---|---|
1. Display IPv6 name service information | Displays IPv6 Name Service Information using the nslookup command. | |
2. Verify that DNS IPv6 PTR records were updated correctly | Displays the DNS IPv6 PTR records using the nslookup command and the set q=PTR parameter to display. | How to Verify That DNS IPv6 PTR Records Were Updated Correctly |
3. Display IPv6 information through NIS | Displays the IPv6 information through NIS using the ypmatch command. | |
4. Display IPv6 information through NIS | Displays the IPv6 information through NIS+ using the nismatch command. | |
5. Display IPv6 information independent of name service | Displays the IPv6 information using the getent command. |
In this procedure you use the nslookup command to display IPv6 name service information.
% nslookup |
The default server name and address display, followed by the nslookup command angle bracket prompt.
>set q=any >host-name |
>set q=AAAA |
% nslookup Default Server: space1999.Eng.Sun.COM Address: 129.146.168.78 > set q=any > vallejo Server: space1999.Eng.Sun.COM Address: 129.146.168.78 vallejo.ipv6.eng.sun.com IPv6 address = fec0::9256:a00:20ff:fe12:528 vallejo.ipv6.eng.sun.com IPv6 address = 2::9256:a00:20ff:fe12:528 |
In this procedure you use the nslookup command to display DNS IPv6 PTR records.
% nslookup Default Server: space1999.Eng.Sun.COM Address: 129.146.168.78 > set q=PTR > 8.2.5.0.2.1.e.f.f.f.0.2.0.0.a.0.6.5.2.9.0.0.0.0.0.0.0.0.2.0.0.0.ip6.int 8.2.5.0.2.1.e.f.f.f.0.2.0.0.a.0.6.5.2.9.0.0.0.0.0.0.0.0.2.0.0.0.ip6.int name = vallejo.ipv6.Eng.Sun.COM ip6.int nameserver = space1999.Eng.Sun.COM |
In this procedure you use the ypmatch command to display IPv6 information through NIS.
% ypmatch vallejo ipnodes.byname fec0::9256:a00:20ff:fe12:528 vallejo 2::9256:a00:20ff:fe12:528 vallejo |
In this procedure you use the nismatch command to display IPv6 information through NIS.
% nismatch vallejo ipnodes.org_dir vallejo vallejo fec0::9256:a00:20ff:fe12:528 vallejo vallejo 2::9256:a00:20ff:fe12:528 |
% getent ipnodes strat 2::56:a00:20ff:fe87:9aba strat strat fec0::56:a00:20ff:fe87:9aba strat strat |
![]() | ![]() | |
Configuring IPv6 Over IPv4 Tunnels | ![]() |