Dns Priority
Test suite to check DNS service priorities
Valid Address
Description
Configures a simple, valid address and checks the DNS can resolve it. There is no priority involved as a single address is in use.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address 10.0.0.2/24 set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address 10.0.0.1/24 set service dns forwarding logs set service dns forwarding name-server 10.0.0.2 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10.0.0.2
from DUT0
:
admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 1Show output
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.367 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.367/0.367/0.367/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Jun 23 07:45:46.343724 osdx systemd-journald[1747]: Runtime Journal (/run/log/journal/76ff399027db4a3db160ed8651bac52f) is 2.0M, max 15.3M, 13.3M free. Jun 23 07:45:46.345612 osdx systemd-journald[1747]: Received client request to rotate journal, rotating. Jun 23 07:45:46.345683 osdx systemd-journald[1747]: Vacuuming done, freed 0B of archived journals from /run/log/journal/76ff399027db4a3db160ed8651bac52f. Jun 23 07:45:46.355995 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system journal clear'. Jun 23 07:45:46.597612 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system coredump delete all'. Jun 23 07:45:47.885758 osdx OSDxCLI[4485]: User 'admin' entered the configuration menu. Jun 23 07:45:47.962133 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jun 23 07:45:48.047044 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jun 23 07:45:48.105056 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jun 23 07:45:48.234611 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2'. Jun 23 07:45:48.302724 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'show working'. Jun 23 07:45:48.406147 osdx INFO[54294]: FRR daemons did not change Jun 23 07:45:48.425615 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jun 23 07:45:48.589830 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jun 23 07:45:48.597776 osdx dnsmasq[54413]: started, version 2.90 cachesize 150 Jun 23 07:45:48.597968 osdx dnsmasq[54413]: DNS service limited to local subnets Jun 23 07:45:48.598015 osdx dnsmasq[54413]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Jun 23 07:45:48.598057 osdx dnsmasq[54413]: warning: ignoring resolv-file flag because no-resolv is set Jun 23 07:45:48.598105 osdx dnsmasq[54413]: using nameserver 10.0.0.2#53 Jun 23 07:45:48.598177 osdx dnsmasq[54413]: read /etc/hosts - 1 names Jun 23 07:45:48.625107 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jun 23 07:45:48.626157 osdx cfgd[1453]: [4485]Completed change to active configuration Jun 23 07:45:48.656996 osdx OSDxCLI[4485]: User 'admin' committed the configuration. Jun 23 07:45:48.675519 osdx OSDxCLI[4485]: User 'admin' left the configuration menu. Jun 23 07:45:48.822603 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jun 23 07:45:49.048028 osdx dnsmasq[54413]: query[A] teldat.com from ::1 Jun 23 07:45:49.048105 osdx dnsmasq[54413]: forwarded teldat.com to 10.0.0.2 Jun 23 07:45:49.048397 osdx dnsmasq[54413]: reply teldat.com is 172.24.0.11 Jun 23 07:45:49.079134 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Valid Address IPv6
Description
Configures a simple, valid IPv6 address and checks the DNS can resolve it. There is no priority involved as a single address is in use.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address '10::2/64' set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address '10::1/64' set service dns forwarding logs set service dns forwarding name-server '10::2' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10::2
from DUT0
:
admin@DUT0$ ping 10::2 count 1 size 56 timeout 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=466 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 465.813/465.813/465.813/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Jun 23 07:45:54.325605 osdx systemd-journald[1747]: Runtime Journal (/run/log/journal/76ff399027db4a3db160ed8651bac52f) is 2.0M, max 15.3M, 13.3M free. Jun 23 07:45:54.328446 osdx systemd-journald[1747]: Received client request to rotate journal, rotating. Jun 23 07:45:54.328506 osdx systemd-journald[1747]: Vacuuming done, freed 0B of archived journals from /run/log/journal/76ff399027db4a3db160ed8651bac52f. Jun 23 07:45:54.335346 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system journal clear'. Jun 23 07:45:54.567569 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system coredump delete all'. Jun 23 07:45:55.902321 osdx OSDxCLI[4485]: User 'admin' entered the configuration menu. Jun 23 07:45:55.999364 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jun 23 07:45:56.094219 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jun 23 07:45:56.169331 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jun 23 07:45:56.280130 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2'. Jun 23 07:45:56.347985 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'show working'. Jun 23 07:45:56.449663 osdx INFO[54720]: FRR daemons did not change Jun 23 07:45:56.472458 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jun 23 07:45:56.652802 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jun 23 07:45:56.661394 osdx dnsmasq[54841]: started, version 2.90 cachesize 150 Jun 23 07:45:56.661557 osdx dnsmasq[54841]: DNS service limited to local subnets Jun 23 07:45:56.661588 osdx dnsmasq[54841]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Jun 23 07:45:56.661616 osdx dnsmasq[54841]: warning: ignoring resolv-file flag because no-resolv is set Jun 23 07:45:56.661652 osdx dnsmasq[54841]: using nameserver 10::2#53 Jun 23 07:45:56.661720 osdx dnsmasq[54841]: read /etc/hosts - 1 names Jun 23 07:45:56.687428 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jun 23 07:45:56.688293 osdx cfgd[1453]: [4485]Completed change to active configuration Jun 23 07:45:56.713378 osdx OSDxCLI[4485]: User 'admin' committed the configuration. Jun 23 07:45:56.731212 osdx OSDxCLI[4485]: User 'admin' left the configuration menu. Jun 23 07:45:57.877685 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jun 23 07:45:58.926606 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jun 23 07:45:59.008201 osdx dnsmasq[54841]: query[A] teldat.com from ::1 Jun 23 07:45:59.008248 osdx dnsmasq[54841]: forwarded teldat.com to 10::2 Jun 23 07:45:59.008567 osdx dnsmasq[54841]: reply teldat.com is 172.24.0.11 Jun 23 07:45:59.020270 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Multiple Addresses
Description
Configures two DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address 10.0.0.2/24 set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address 10.0.0.1/24 set service dns forwarding logs set service dns forwarding name-server 10.0.0.10 priority 0 set service dns forwarding name-server 10.0.0.2 priority 1 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10.0.0.2
from DUT0
:
admin@DUT0$ ping 10.0.0.2 count 1 size 56 timeout 1Show output
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data. 64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.327 ms --- 10.0.0.2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.327/0.327/0.327/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
;; communications error to ::1#53: timed out ;; communications error to ::1#53: timed out teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Jun 23 07:46:03.308943 osdx systemd-journald[1747]: Runtime Journal (/run/log/journal/76ff399027db4a3db160ed8651bac52f) is 2.0M, max 15.3M, 13.3M free. Jun 23 07:46:03.309931 osdx systemd-journald[1747]: Received client request to rotate journal, rotating. Jun 23 07:46:03.309993 osdx systemd-journald[1747]: Vacuuming done, freed 0B of archived journals from /run/log/journal/76ff399027db4a3db160ed8651bac52f. Jun 23 07:46:03.319859 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system journal clear'. Jun 23 07:46:03.609794 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system coredump delete all'. Jun 23 07:46:04.795537 osdx OSDxCLI[4485]: User 'admin' entered the configuration menu. Jun 23 07:46:04.876041 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10.0.0.1/24'. Jun 23 07:46:04.997347 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jun 23 07:46:05.052733 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jun 23 07:46:05.156500 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.10 priority 0'. Jun 23 07:46:05.227998 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10.0.0.2 priority 1'. Jun 23 07:46:05.357658 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'show working'. Jun 23 07:46:05.431317 osdx INFO[55155]: FRR daemons did not change Jun 23 07:46:05.457922 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jun 23 07:46:05.638328 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jun 23 07:46:05.646849 osdx dnsmasq[55276]: started, version 2.90 cachesize 150 Jun 23 07:46:05.646861 osdx dnsmasq[55276]: DNS service limited to local subnets Jun 23 07:46:05.646869 osdx dnsmasq[55276]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Jun 23 07:46:05.646878 osdx dnsmasq[55276]: warning: ignoring resolv-file flag because no-resolv is set Jun 23 07:46:05.646901 osdx dnsmasq[55276]: using nameserver 10.0.0.10#53 Jun 23 07:46:05.646907 osdx dnsmasq[55276]: using nameserver 10.0.0.2#53 Jun 23 07:46:05.646942 osdx dnsmasq[55276]: read /etc/hosts - 1 names Jun 23 07:46:05.673087 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jun 23 07:46:05.673899 osdx cfgd[1453]: [4485]Completed change to active configuration Jun 23 07:46:05.707682 osdx OSDxCLI[4485]: User 'admin' committed the configuration. Jun 23 07:46:05.731270 osdx OSDxCLI[4485]: User 'admin' left the configuration menu. Jun 23 07:46:05.906508 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'ping 10.0.0.2 count 1 size 56 timeout 1'. Jun 23 07:46:05.998900 osdx dnsmasq[55276]: query[A] teldat.com from ::1 Jun 23 07:46:05.998992 osdx dnsmasq[55276]: forwarded teldat.com to 10.0.0.10 Jun 23 07:46:07.000082 osdx dnsmasq[55276]: query[A] teldat.com from ::1 Jun 23 07:46:08.001267 osdx dnsmasq[55276]: query[A] teldat.com from 127.0.0.1 Jun 23 07:46:08.001322 osdx dnsmasq[55276]: forwarded teldat.com to 10.0.0.2 Jun 23 07:46:08.001692 osdx dnsmasq[55276]: reply teldat.com is 172.24.0.11 Jun 23 07:46:08.013470 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.
Multiple IPv6 Addresses
Description
Configures two IPv6 DNS addresses: one invalid and the other valid. Checks that the resolution works against the second address, while the first one does not respond.
Scenario
Step 1: Set the following configuration in DUT1
:
set interfaces ethernet eth0 address '10::2/64' set service dns forwarding record host teldat.com ipv4-address 172.24.0.11 set service dns forwarding record host teldat.com ipv6-address 'ff00::dead:cafe' set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 2: Set the following configuration in DUT0
:
set interfaces ethernet eth0 address '10::1/64' set service dns forwarding logs set service dns forwarding name-server '10::10' priority 0 set service dns forwarding name-server '10::2' priority 1 set service dns resolver local set system login user admin authentication encrypted-password '$6$GSjsCj8gHLv$/VcqU6FLi6CT2Oxn0MJQ2C2tqnRDrYKNF8HIYWJp68nvXvPdFccDsT04.WtigUONbKYrgKg8d6rEs8PjljMkH0'
Step 3: Ping IP address 10::2
from DUT0
:
admin@DUT0$ ping 10::2 count 1 size 56 timeout 1Show output
PING 10::2(10::2) 56 data bytes 64 bytes from 10::2: icmp_seq=1 ttl=64 time=449 ms --- 10::2 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 449.419/449.419/449.419/0.000 ms
Step 4: Run command show host lookup teldat.com type A wait 0
at DUT0
and check if output contains the following tokens:
172.24.0.11
Show output
;; communications error to ::1#53: timed out ;; communications error to ::1#53: timed out teldat.com has address 172.24.0.11
Step 5: Run command system journal show | cat
at DUT0
and expect this output:
Show output
Jun 23 07:46:12.310104 osdx systemd-journald[1747]: Runtime Journal (/run/log/journal/76ff399027db4a3db160ed8651bac52f) is 2.0M, max 15.3M, 13.3M free. Jun 23 07:46:12.313914 osdx systemd-journald[1747]: Received client request to rotate journal, rotating. Jun 23 07:46:12.313975 osdx systemd-journald[1747]: Vacuuming done, freed 0B of archived journals from /run/log/journal/76ff399027db4a3db160ed8651bac52f. Jun 23 07:46:12.323016 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system journal clear'. Jun 23 07:46:12.557378 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'system coredump delete all'. Jun 23 07:46:13.907398 osdx OSDxCLI[4485]: User 'admin' entered the configuration menu. Jun 23 07:46:14.000090 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set interfaces ethernet eth0 address 10::1/64'. Jun 23 07:46:14.101450 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding logs'. Jun 23 07:46:14.174329 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns resolver local'. Jun 23 07:46:14.273668 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::10 priority 0'. Jun 23 07:46:14.332524 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'set service dns forwarding name-server 10::2 priority 1'. Jun 23 07:46:14.458140 osdx OSDxCLI[4485]: User 'admin' added a new cfg line: 'show working'. Jun 23 07:46:14.530060 osdx INFO[55584]: FRR daemons did not change Jun 23 07:46:14.549927 osdx kernel: 8021q: adding VLAN 0 to HW filter on device eth0 Jun 23 07:46:14.738212 osdx systemd[1]: Starting dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server... Jun 23 07:46:14.745582 osdx dnsmasq[55705]: started, version 2.90 cachesize 150 Jun 23 07:46:14.745591 osdx dnsmasq[55705]: DNS service limited to local subnets Jun 23 07:46:14.745596 osdx dnsmasq[55705]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile Jun 23 07:46:14.745603 osdx dnsmasq[55705]: warning: ignoring resolv-file flag because no-resolv is set Jun 23 07:46:14.745617 osdx dnsmasq[55705]: using nameserver 10::10#53 Jun 23 07:46:14.745622 osdx dnsmasq[55705]: using nameserver 10::2#53 Jun 23 07:46:14.745656 osdx dnsmasq[55705]: read /etc/hosts - 1 names Jun 23 07:46:14.774084 osdx systemd[1]: Started dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server. Jun 23 07:46:14.774863 osdx cfgd[1453]: [4485]Completed change to active configuration Jun 23 07:46:14.800681 osdx OSDxCLI[4485]: User 'admin' committed the configuration. Jun 23 07:46:14.817298 osdx OSDxCLI[4485]: User 'admin' left the configuration menu. Jun 23 07:46:15.954988 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jun 23 07:46:16.984027 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'ping 10::2 count 1 size 56 timeout 1'. Jun 23 07:46:17.069641 osdx dnsmasq[55705]: query[A] teldat.com from ::1 Jun 23 07:46:17.069717 osdx dnsmasq[55705]: forwarded teldat.com to 10::10 Jun 23 07:46:18.071228 osdx dnsmasq[55705]: query[A] teldat.com from ::1 Jun 23 07:46:19.072241 osdx dnsmasq[55705]: query[A] teldat.com from 127.0.0.1 Jun 23 07:46:19.072282 osdx dnsmasq[55705]: forwarded teldat.com to 10::2 Jun 23 07:46:19.072552 osdx dnsmasq[55705]: reply teldat.com is 172.24.0.11 Jun 23 07:46:19.074226 osdx OSDxCLI[4485]: User 'admin' executed a new command: 'show host lookup teldat.com type A wait 0'.