I am trying to provide more than one DNS Server to the clients using Cisco's 831 Router
ip dhcp pool CLIENT
import all
network 192.168.20.0 255.255.255.0
default-router 192.168.20.254
dns-server 65.106.1.196
domain-name efiglobal.com
lease 365
I am unable to add additional dns-server entryes. Any suggestions would be helpful as every time I add and additionl dns-server entry, it overwirte the existing entry, it doesn't add
Thanks
ip dhcp pool CLIENT
import all
network 192.168.20.0 255.255.255.0
default-router 192.168.20.254
dns-server 65.106.1.196
domain-name efiglobal.com
lease 365
I am unable to add additional dns-server entryes. Any suggestions would be helpful as every time I add and additionl dns-server entry, it overwirte the existing entry, it doesn't add
Thanks