Page 33 of 49
20320 1S IPS R
Advanced configuration
7.2 Telnet interface
Telnet is a common network protocol based on a TCP connection between a Telnet server (the device in this
case) and a client (the commissioning PC in this case).
For communication to be possible, it is necessary for the device to be administered in the network and to
be reached by the commissioning PC via IP. Settings can then be made on the device (particularly status
information) via Telnet as well as status information viewed without there being a connection to the ETS.
Telnet can either be activated as a function of the Windows operating system or used via a third party
program, e.g. PuTTY.
Telnet access is factory-protected with the password “knxsecure”.
Once the device is in secure mode, the telnet interface is disabled.
Telnet input
Description
help
Displays all available commands
ifconfig
Displays network parameters
IP mode.......: DHCP
IP............: 192.168.33.142
Subnet mask...: 255.255.0.0
Gateway.......: 192.168.33.1
NTP server....: 192.53.103.108
Hardware addr.: 00:50:c2:79:3f:ff
ifconfig
[help|dhcp|ip |mask]
Set network parameters via the telnet interface.
Expamples:
Setting IP Addresse with DHCP:
ifconfig dhcp
Statically set the IP address to 192.168.1.2 (in this case, the gateway and
mask should also be adapted, see below)
ifconfig ip 192.168.1.2
Set the gateway to 192.168.1.1:
ifconfig gw 192.168.1.1
Set the mask to 255.255.255.0:
ifconfig mask 255.255.255.0
tpconfig
Shows KNX parameters
KNX bus state.: up
KNX address...: 15.15.000
Serial number.: 00-a6-00-00-00-01
tpconfig [help|set]
Set KNX parameters via the telnet interface.
Set the TP address to 1.1.0:
tpconfig set 1.1.0
progmode [0|1]
Query or change programming mode (0 = off, 1 = on)
apdu [55..248]
Read or configure the maximum length of the KNX TP telegrams. This may be
necessary if there is an incorrect implementation of a TP stack. In that case
the ETS may try to use telegrams with 248 bytes payload, but the TP device
can not process (e.g. Zennio Z35i). Default is 248 and should only be changed
if necessary.
# apdu
maximal len of a KNX telegram 248.
Usage: apdu [55 .. 248]
tpratemax [5..50]
Read or configure maximum telegram rate (IP => TP); 50 T / s corresponds to
100 % bus load.
# tpratemax
no limit, sending with maximum performance to TP.
Usage: tpratemax [5 .. 50]