Network Management (SNMP) Commands
Extreme Networks EAS 100-24t Switch CLI Manual
81
Example usage:
To create a trusted host:
To create a trusted host network:
Description This command is used to create a trusted host. The switch allows users to
specify up to ten IP addresses that are allowed to manage the switch via in-
band SNMP 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_address> - The IP address and netmask of the trusted host to be
created.
Restrictions Only Administrator-level users can issue this command.
#create trusted_host 10.48.74.121
Command: create trusted_host 10.48.74.121
Success.
#
#create trusted_host network 10.48.0.0/16
Command: create trusted_host network 10.48.0.0/16
Success.
#
delete trusted_host
Purpose Used to delete a trusted host entry made using the create trusted_host
command above.
Syntax delete trusted_host [ipaddr <ipaddr> | network <network_address> | 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_address> – The network address of the trusted network.
all – All trusted hosts will be deleted.
Restrictions Only Administrator-level users can issue this command.
create trusted_host