...
This calls a PERL script /opt/cacti/scripts/dfn_monitoring_mysql_v2.pl using several parameters e.g:
DFN-Primary DE MN 188.1.200.77 Tcf657bixo 1.3.6.1.4.1.9.10.117.1.1.2.1.17.1.4.232.223.222.1.4.193.17.9.3.32
DFN-Primary - The name of the circuit
DE - The 2 character country code
MN - The 2 character prefix for the MySQL tables
188.1.200.77 - The IPv4 Address of the router
Tcf657bixo - The SNMP Community string of the router
1.3.6.1.4.1.9.10.117.1.1.2.1.17.1.4.232.223.222.1.4.193.17.9.3.32 - The OID used
The script then calls two JAVA based batch programs: net.geant.eumetsat.CheckStatus followed by net.geant.eumetsat.CreateMap
...