Technical data

Table Of Contents
129
SYSTEM COMMUNITY
This command is used to enhance SNMP security. It allows the user to change the SNMP community name from
its default value of “public” to a different value. Refer to
Management Security
, page 92
.
Note:
The command
system community
(with no value) will display the current community name.
SNMP community name
String of up to 40 characters
Example:
system community fred
Example: system community
SYSTEM DELHOSTMAPPING
This command is used to undo an IP address/ host translation (remapping) range that was previously established
with the command
remote addHostMapping
on a per-systemwide basis
.
first private add
First IP address in the range of IP address, in the format of 4 decimals separated by
periods.
second private addr
Last address in the range of IP address, in the format of 4 decimals separated by periods.
first public addr
Defines the range of public IP addresses, in the format of 4 decimals separated by
periods.
The rest of the range is computed automatically.
Example:
system delHostMapping 192.168.207.40 192.168.207.49 10.1.1.7
SYSTEM DELHTTPFILTER
This command is used to delete an IP address range created by the
system addHTTPFilter
command.
first ip addr
First IP address of the range
last ip addr
Last IP address of the range. May be omitted if the range contains only one IP address.
LAN Local Ethernet LAN
Example:
system delHTTPFilter 192.168.1.5 192.168.1.12
system community
[
<SNMP community name>
]
system delHostMapping
<first private addr> <second private addr> <first public addr>
system delHTTPFilter
<first ip addr>
[
<last ip addr>
] | LAN