# Collector properties # -------------------- # port - Port on which to run the embedded Collector server. Default is 8080 # log.filename - Name of the collector log file. # log.level - Level of logging for the collector framework. Default is INFO # trace.filename - Name of the collector log file. # trace.level - Level of logging for the collector framework. Default is INFO # regionid.enable - Setting for using Region Id (regid) as the nodes filtering # regionid.set - Define Region Id (regid) number to filter # batch..size - If regionId.enable=false , then this condition applies. Define bucket size for each e.g subrack, unit, module & interface for getFilteredAllData API usage (size in number of nodes (nid)). Value should be more than 1 #port=8088 port=8091 log.filename=TellabsINM8000Collector.TRSTellLabsICON.log log.level=FINEST log.count=100 log.maxsize=100 trace.filename=TellabsINM8000Collector.TRSTellLabsICON.trace trace.level=FINEST trace.count=100 trace.maxsize=100 regionId.enable=false regionId.set=11,10 # if regionId.enable=false, then batch..size applies batch.subrack.size=200 batch.unit.size=100 batch.module.size=50 batch.interface.size=20 batch.trunk.size=20 # set use.name.alias to true if you plan to use name alias instead of using Hardware Type Description. Default is false #use.name.alias=true use.name.alias=false # set use.interface.ifmsg to true if you plan to use interface's IFMSG instead of IFHWTYPE attribute. Default is false #use.interface.ifmsg=false use.interface.ifmsg=true # set use.filter.node.discovery to true if you want to filter node based on nodeId use.filter.node.discovery=false # if use.filter.node.discovery set to true, set you nodeId to filter #node.id.1=544 #node.id.2=274 # Data Source properties # --------------------------- # DataSource.id - Data Source Identifier. Default value is 1. # DataSource.descr - Data Source Description. # DataSource.emsHost - EMS Host. # DataSource.emsName - EMS Name. # DataSource.emsVersion - EMS version. # DataSource.emsIdentifier - EMS Identifier. Default value is tellabs. # DataSource.emsRole - EMS Role Description. Valid values are unknown, primary, backup or other. # DataSource.emsStatus - EMS Status Description. Valid values are unknown, up, down or other. DataSource.id=1 DataSource.descr=Primary Data Source DataSource.emsHost=10.8.127.75 DataSource.emsPort=2462 DataSource.emsUserName=nbif DataSource.emsPassword=tellabs8000 DataSource.emsName=Tellabs 8000 DataSource.emsVersion=8.0 DataSource.emsIdentifier=tellabsinm8000 DataSource.emsRole=primary DataSource.emsStatus=up # Data Acquisition properties # --------------------------- # collectData - Set true to perform data acquisition, false otherwise. Default is true. # DataAcquisition.getEntities - Set to 1 to discover entity data. Default is 0. # DataAcquisition.getLayer1Connections - Set to 1 to discover layer 1 connectivity. Default is 0. # DataAcquisition.getLayer2Connections - Set to 1 to discover layer 2 connectivity. Default is 0. # DataAcquisition.getLayer3Connections - Set to 1 to discover layer 3 connectivity. Default is 0. collectData=true DataAcquisition.GetEntities=1 DataAcquisition.GetLayer1Connections=1 DataAcquisition.GetLayer2Connections=1 DataAcquisition.GetLayer3Connections=1 # Mapping for SNMP table for object ifOperStatus to Tellabs's Interface attribute 'ifState; # Set to 999 if not used # Descriptions of attribute values for entity Interface: # Interface.ifstate: # 0,Undefined # 1,Planned # 2,Installed # 3,In use # # Mapping for ifOperStatus # 1,up # 2,down # 3,testing # 4,unknown # 5,dormant # 6,notPresent # 7,lowerLayerDown map.ifoperstatus.undefined=6 map.ifoperstatus.planned=3 map.ifoperstatus.installed=5 map.ifoperstatus.inuse=1