Users Guide

490 | Command Line Interface Dell Networking W-ClearPass Policy Manager 6.4 |User Guide
Example 1
The following example adds a custom route:
[appadmin]# network ip6 add data -s fe82::20c:29ff:fe7e:d3e1/d3e24
You can use IPv6 address when adding a custom route.
Example 2
The following example lists all custom routing rules:
[appadmin]# network ip6 list
===============================================
IP Rule Information
-----------------------------------------------
0: from all lookup local
13000: from all to fe82::20c:99ff:fe7e:d3e1 lookup mgmt
13001: from all to fe82::20c:99ff:fe7e:d3e4 lookup mgmt
13002: from all to fe82::20c:99ff:fe7e:d3e7 lookup mgmt
13003: from all to fe82::20c:99ff:fe7e:d3e8 lookup mgmt
13004: from all to fe82::20c:99ff:fe7e:d3e9 lookup mgmt
13005: from all to fe82::20c:99ff:fe7e:d3ea lookup static
32766: from all lookup main
===============================================
nslookup
Use the nslookup command to get the IP address of host using DNS.
Syntax
nslookup -q <record-type> <host>
The following table describes the required and optional parameters for the nslookup command:
Flag/Parameter Description
<record-type> Specifies the type of DNS record. For example,
A, CNAME, and PTR records.
<host> Specifies the host or domain name to be
queried.
Table 320:
nslookup Command Parameters
Example 1
The following examples obtain the IPv4 and IPv6 addresses of the host or domain using DNS:
[appadmin]# nslookup sun.us.dellnetworks.com
[appadmin]# network nslookup 2001:4860:4860::8888
Example 2
The following example queries a host or domain for SRV records:
[appadmin]# nslookup -q SRV dellnetworks.com
Use the AAAA flag with the -q option to perform network nslookup with IPv6 destinations.
Syntax
nslookup -q AAAA <IPv6_addr>