CONFIGURATION OF THE DEVICE SETTINGS 7
8027311 / V1-0/2022-04|SICK
Subject to change without notice
OPERATING INSTRUCTIONS|TDC-E (Telematic Data Collector)
Allows you to set up a sensor-only network.
Possible use case A network device on eth0 wants to communicate with a
network device connected to eth1.
Used interfaces eth0, eth1
Deactivated interfaces modem, wlan
Segments 1 x bridge
Configuration
Assign eth 0 and eth1 to the bridge segment.
▸
Check with the responsible network operator (DHCP
client, DHCP server or manual IP).
REST API – queries
GET/networking/segments/bridges
GET/networking/segments/bridges/{bridge}
GET/networking/segments/bridges/{bridge}/statistics
GET/networking/segments
GET/networking/segments/wans
GET/networking/segments/wans/{wans}
GET/networking/segments/wans/{wans}/statistics
GET/networking//dhcp
GET/networking//dhcp/{id}
REST API – settings
PUT/networking/segments/bridges/{bridge}
{
"interfaces": [
"string"
],
"name": "string",
"type": "wan",
"ip": "string",
"subnet": "string",
"dhcp": true,
"gateway": "string"
}
PUT/networking/segments/bridges/{wan}
{
"nat": true,
"priority": 0,
"interface": "string",
"name": "string",
"type": "wan",
"ip": "string",
"subnet": "string",
"dhcp": true,
"gateway": "string"
}
Scenario 4
Sensor network only
REST API
segments