
C613-50186-01 Rev B
Command Reference for AR2050V
728
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
D
OMAIN
N
AME
S
ERVICE
(DNS) C
OMMANDS
PPP
IPCP
DNS
To configure the PPP interface
ppp0
to require a DNS IP address from the peer,
enter the below commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp ipcp dns request
To configure the PPP interface
ppp0
to reject a DNS IP address from the peer, enter
the below commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp ipcp dns reject
To configure the PPP interface
ppp0
to supply primary and secondary DNS server
addresses to the peer, enter the below commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp ipcp dns 10.1.1.2 10.1.1.3
To configure the PPP interface
ppp0
to supply a primary but not a secondary DNS
server address to the peer, enter the below commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ppp ipcp dns 10.1.1.2
Related
Commands