IP Networking Configuration
Configuration Guide 132 Document #: LTRT-31657
20.6.2 Example of Basic Static DNS Configuration
This example configures a DNS record on the MSBR. nslookup is used in the Windows
workstation and another MSBR unit is used to lookup the record. A Windows 7 workstation
and another MSBR (MSBR2) are connected to the LAN ports of the MSBR. This example
assumes that the DNS server IPv6 is 2001::1.
MSBR1# configure data
MSBR1(config-data)# ip host audioCodes 2001::1 10
At the Window workstation, run cmd, type “nslookup”, and then do the following:
C:\Users\timg>nslookup
Default Server: AudioCodes
Address: 2001::1
> set srchlist=
> set type=AAAA
> Audiocodes
Server: AudioCodes
Address: 2001::1
Name: Audiocodes
Addresses: 2001::1
2001::1
>
On the MSBR2, attached to the MSBR, use the following commands:
# configure gigabitethernet 0/0 to get IP from the MSBR1
MSBR2# configure data
MSBR2(config-data)# interface gigabitethernet 0/0
MSBR2(conf-if-GE 0/0)# ipv6 address autoconfig
# Configure Static DNS Server
MSBR2(conf-if-GE 0/0)# ip dns server static
MSBR2(conf-if-GE 0/0)# ip name-server 2001::1
# Get IPv6 Record from the DNS
MSBR2# nslookup AudioCodes type aaaa
AudioCodes resolved to 2001::1
AudioCodes resolved to 2001::1
MSBR2#