IBM Exam Questions

Which query returns the IP addresses left to discover?

A discovery is running against 800 devices and the majority of the devices are Cisco routers and
switches. The current phase of Discovery is in Phase 3 and the CiscoSwitchSnmp agent is still

running. The administrator wants to know how many devices are left to be discovered. Which query
returns the IP addresses left to discover?

A.
select Address from master.entityByName;

B.
select m_IsManagementIP from translations.ipToBaseName where m_Protocol = 1;

C.
select Address from CiscoSwitchSnmp.despatch where Address NOT IN ((select Address from
CiscoSwitchSnmp.returns));

D.
select mUniqueAddress from CiscoSwitchSnmp.despatch where mUniqueAddress NOT IN ((select
mUniqueAddressfrom CiscoSwitchSnmp.returns));