xStack DES-3800 Series Layer 3 Stackable Fast Ethernet Managed Switch CLI Manual
51
create trusted_host
Purpose
Used to create the trusted host.
Syntax
create trusted_host <ipaddr> | network <ip_addr/netmask>
Description
The
create trusted_host
command creates the trusted host. The
Switch allows specification of up to three IP addresses or networks
that are allowed to manage the Switch via in-band SNMP, Web or
TELNET based management software. These IP addresses must be
members of the Management VLAN. If no IP addresses are specified,
then there is nothing to prevent any IP address from accessing the
Switch, provided the user knows the Username and Password.
Parameters
<ipaddr>
−
The IP address of the trusted host to be created.
network<ip_addr/netmask>
−
The network address of the trusted
network. The form of the network address is xxx.xxx.xxx.xxx/y.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example usage:
To create the trusted host:
DES-3800:admin#create trusted_host 10.48.74.121
Command: create trusted_host 10.48.74.121
Success.
DES-3800:admin#
delete trusted_host
Purpose
Used to delete a trusted host entry made using the
create
trusted_host
command above.
Syntax
<ipaddr> | network <ip_addr/netmask>| all
Description
This command is used to delete a trusted host entry made using the
create trusted_host
command above.
Parameters
<ipaddr>
−
The IP address of the trusted host.
network<ip_addr/netmask>
−
The network address of the trusted
network. The form of the network address is xxx.xxx.xxx.xxx/y.
all-
Specifies that all trusted host entries should be deleted.
Restrictions
Only Administrator or Operator-level users can issue this command.
Example Usage:
To delete a trusted host with an IP address 10.48.74.121:
DES-3800:admin#delete trusted_host 10.48.74.121
Command: delete trusted_host 10.48.74.121
Success.
DES-3800:admin#