[tkined] How many ports does scotty3.0.0 bind in normal operation?

petrus vloet (petrus.vloet@siemens.at)
Wed, 16 Dec 1998 16:18:46 +0100

Problably the Tnm documentation is not complete on the usage of ports by
the applications.

Documentated is:
snmp generator 161
snmp responder 161
snmp notifier 162
snmp notifier 162

but what about the portnumber 1702 ?
a) There is a "define in one of the include file
b) a grep on the complete scotty distribution gave me additional two
times the string 1702.

unix/nmicmpd.c:#define BASE_PORT 50000
unix/nmicmpd.c:#define MAX_BASE_PORT 60000

unix/nmtrapd.c:#define SNMP_TRAP_PORT 162
unix/nmtrapd.c:#define SNMP_FRWD_PORT 1702
compat/arpa/nameser.h:#define NAMESERVER_PORT 53

tnm/snmp/tnmSnmp.h:#define TNM_SNMP_PORT 161
tnm/snmp/tnmSnmp.h:#define TNM_SNMP_TRAPPORT 162

This example shows also that it should be wishfull to have all general
#define at a central place
with one of the following remarks:

a)
/* Following #defines can be changed to your needs */

b)
/* Do not change following defines */

--
#-------With best regards, Mit freundlichen Gruessen, Met
vriendelijke groet, --------------
#Piet Vloet
#Siemens AG Austria
#Boschstrasse 10 Phone : +43-1-1707-42906
#A-1190 Vienna Fax : +43-1-1707-52605
#mailto:petrus.vloet@siemens.at WWW:http://www.siemens.at

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.