Operation Manual

IP Services Commands
Mobility System Software Command Reference Guide
Version 7.3
8 – 108
set ip dns server on page 8-108
show ip dns on page 8-136
set ip dns server
Specifies a DNS server to use for resolving hostnames you enter in CLI commands.
Syntax
set ip dns server ip-addr {primary | secondary}
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 1.0.
Usage
You can configure an MX to use one primary DNS server and up to five secondary DNS
servers.
Examples
The following commands configure an MX to use a primary DNS server and two
secondary DNS servers:
MX# set ip dns server 10.10.10.50/24 primary
success: change accepted.
MX# set ip dns server 10.10.20.69/24 secondary
success: change accepted.
MX# set ip dns server 10.10.30.69/24 secondary
success: change accepted.
See Also
clear ip dns domain on page 8-94
clear ip dns server on page 8-94
set ip dns on page 8-107
set ip dns domain on page 8-107
show ip dns on page 8-136
set ip https authentication
Authenticates incoming HTTPS requests using AAA for authentication.
Syntax
set ip https authentication {legacy | aaa}
Defaults
None
Access
Enabled
History
Introduced in MSS 7.1
ip-addr IP address of a DNS server, in dotted decimal or CIDR notation.
primary Defines the server as the primary server that MSS always consults first for resolving
DNS queries.
secondary Defines the server as a secondary server. MSS consults a secondary server only if the
primary server does not reply.
legacy Uses the enable password on the MX.
aaa Requires a configured user with service-type 6 (administrative) privileges.