D-Link DGS-3100 Switch User Manual


 
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual
49
Re
strictions None.
Example usage:
To display the currently configured SNMP hosts on the Switch:
DGS3100# show snmp host
SNMP Host Table
Host IP Address SNMP Version Community Name / SNMPv3 User Name
--------------- --------------------- ----------------------------------
10.48.76.23 V2c private
10.48.74.100 V3 public
Total Entries: 2
DGS3100#
create trusted_host
Purpose To create a trusted host.
Syntax
create trusted_host <ipaddr>{network <network_address>}
{application [telnet | ssh | snmp | http | https | ping | all}
Description The create trusted_host command creates a trusted host. The
Switch allows specifying up to 30 IP addresses that are allowed to
manage the Switch via in-band 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_address> The subnet mask of the trusted host to be
created. This parameter is optional. If not specified, the default
subnet mask is 255.255.255.0.
application The application(s) that will be enabled access to the
device foe management functions.
Restrictions Only administrator or operator level users can issue this command.
Example usage:
To create the trusted host:
DGS3100# create trusted_host 10.6.150.49 255.255.255.0
telnet
Success.
DGS-3100#