C613-50631-01 Rev A Command Reference for IE340 Series 943
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
DOMAIN NAME SERVICE (DNS) COMMANDS
IP
NAME-SERVER PREFERRED-ORDER
ip name-server preferred-order
Overview Use this command to choose between using statically-configured DNS servers or
dynamically-learned DNS servers.
Use the no variant of this command to set the DNS servers back to the default
setting of dynamic.
Syntax
ip name-server preferred-order {dynamic|static}
no ip name-server preferred-order
Default dynamic
Mode Global Configuration
Usage notes This command is used to choose which DNS server set to use first. Select either the
dynamic or static parameter.
Examples To configure the preference to use static servers first, use the commands:
awplus# configure terminal
awplus(config)# ip name-server preferred-order static
To configure the preference to use dynamically-learned servers first, use the
commands:
awplus# configure terminal
awplus(config)# ip name-server preferred-order dynamic
or
awplus# configure terminal
awplus(config)# no ip name-server preferred-order
Related
commands
ip address dhcp
ip name-server
ipv6 address dhcp
show ip name-server
Command
changes
Version 5.4.9-0.1: command added
Parameter Description
dynamic Use dynamically learned DNS servers first.
static Use statically configured DNS servers first.