DiscoAgentReturns.filter configuration file

The DiscoAgentReturns.filter configuration file allows you to apply a topology data filter to data returned by all discovery agents.

Filtering topology data returned by all agents

The $NCHOME/precision/disco/agents/DiscoAgentReturns.filter configuration file filters the same topology data from all of the agent returns tables. The syntax used in this file is the same as the syntax used in topology filters in the discovery agent definition files.

Sample: filtering out subscriber cable-modem interfaces

The following example filters out subscriber cable modem interfaces from topology data:

DiscoAgentReturnsFilterList
{
      DiscoReturnsFilter
      {
            "(
             m_LocalNbr->m_IfType = 229
            )"
      }
};