A new set of ZyXEL devices have been added to the network with OID 1.3.6.1.4.1.890. Which two
steps ensure that these devices are added to the ZyXEL class? (Choose two.)

A.
ensure that these lines are in the new agent file:
DiscoAgentSupportedDevices
{
“{
(m_Objectld like ‘1\36\1\4\1\890V’)
)”
):
B.
add in these lines to the new AOC file:
active object ‘ZyXEL’
superclass = ‘NetworkDevice’;
instantiate_rule = “EntityOID like ‘1\3\6\1\4\1\.890\’ ”:
visual_icon = ‘NetworkDevice’;
};
C.
create a newfile in $NCHOME/precision/aoc named ZyXEL.aoc
D.
create a newfile in $NCHOME/precision/disco/agents named ZyXEL.agnt
E.
apply all AOC file changes with:
ncp_oql -service disco -domain DOMAIN_NAME -query “insert into stitchers.actions values
(‘AddClassification’);”