User's Manual

Table Of Contents
Nonvolatile Parameter Database
AT+i Programmer‘s Manual Version 8.32 34-26
34.3.18 +iSDM Service Disabling Mode
Syntax:
AT+iSDM=n
Sets the service disabling mode bits.
Parameters:
n=0 .. 7
Command Options:
n=
Bitmapped flags:
Bit 0: Disable iChip‘s response to ICMP ECHO (PING)
requests. When this bit is set, iChip will not respond to any
PING requests, thereby eliminating the possibility of a PING
attack on iChip.
Bit 1: Disable iChip‘s remote debug daemon. When this bit
is set, iChip will not enable its internal (UDP) debug port,
which is normally activated for administering remote
support.
Bit 2: Disable unauthenticated viewing of the iChip‘s
internal website. When this bit is set, the internal Web site
may be browsed only if the remote browser provides the
RPG parameter (password). In this case, when the RPG
parameter contains a password value, iChip‘s Configuration
Web site will first display a password entry form. The remote
end must submit the correct RPG value in order to continue
to the Configuration site‘s home page. iChip uses the SHA1
hash algorithm throughout the authentication process, so
actual password values are never transmitted. When this bit
is set, but the RPG parameter is empty, the Configuration
Web site is effectively disabled, as all password values will
be rejected. However, if the RPG parameter contains the
special ‗*‘ wildcard value, authentication is bypassed and the
authentication form will be skipped altogether. In this case,
the Configuration website‘s home page will be displayed
immediately.
Default:
0 (All services enabled)
Result Code:
I/OK
If n is within limits
I/ERROR
Otherwise
AT+iSDM?
Returns current Service Disabling mode followed by I/OK.
AT+iSDM=?
Returns the message ―0-7‖ followed by I/OK.