Get or Set bonjour Configurations.
The device could assign the IP address (link local IP address) by itself through bonjour protocol. The management software which supports Bonjour (Zero-Config) could discover the device and configure the device without any change of its networking settings like IP, netmask and gateway addresses. The term zero-configuration is implemented by this protocol.
The friendly name could be the networking alias name to identify the device.
state,name
input argument description state 0 : Disabled
1 : Enabledname name: Bonjour friendly name in 31 bytes character string.
The syntax rule of name follows the rule of Valid Character in Networking Name in the Valid Characters in URI.
Note:In the Valid Character in Networking Name Rule 1, the period (.) is allowed. Because this friendly name is part of URL to WEB browsers, the period (.) is not suitable to friendly name. Therefore, the valid characters in Bonjour friendly name follows all Valid Character in Networking Name Rules but period character is an exception.If name is missing, the device uses its friendly name for Bonjour.
Example :
Allowed Command BONJOUR_CONFIG=state BONJOUR_CONFIG=state,name Not Allowed Command BONJOUR_CONFIG=state,
BONJOUR_CONFIG='0,IPCAM-00001'
or
BONJOUR_CONFIG='1,IPCAM-00001'
OK: BONJOUR_CONFIG='0'
or
OK: BONJOUR_CONFIG='1,IPCAM-00001'
or
ERROR: BONJOUR_CONFIG='1,IPCAM-00001'
Valid
http://ip:port/cgi-bin/system?USER=admin&PWD=123456&BONJOUR_CONFIG
or
http://ip:port/cgi-bin/cmd/system?BONJOUR_CONFIG
http://ip:port/cgi-bin/system?USER=admin&PWD=123456&BONJOUR_CONFIG=1,IPCAM-00001
or
http://ip:port/cgi-bin/cmd/system?BONJOUR_CONFIG=1,IPCAM-00001
None