DES-1210-28/ME Metro Ethernet Managed Switch CLI Reference Guide
66
Syntax
show trusted_host
Description
The show trusted_host command displays a list of trusted hosts
entered on the Switch using the create trusted_host command
above.
Parameters
None.
Restrictions None.
Example usage:
To display the list of trusted hosts:
DES-1210-28/ME:5# show trusted_host
Command: show trusted_host
Trusted Host Status : Enable
Management Stations
IP Address Subnet Mask
----------------- ---------------
10.90.90.91 255.255.255.255
10.90.90.92 255.255.255.255
Total Entries: 2
DES-1210-28/ME:5#
delete trusted_host
Purpose
To delete a trusted host entry made using the create trusted_host
command above.
Syntax
delete trusted_host [<ipaddr> | all | network
<network_address>]
Description
The delete trusted_host command deletes a trusted host entry
made using the create trusted_host command above.
Parameters
<ipaddr> − The IP address of the trusted host.
all − The all IP address of the trusted host.
network <network_address> − The subnet mask of the trusted host
to be deleted. This parameter is optional.
Restrictions Only administrator or operator level users can issue this command.
Example usage:
To delete a trusted host with an IP address 10.90.90.91:
DES-1210-28/ME:5# delete trusted_host 10.90.90.91
Command: delete trusted_host 10.90.90.91
Success.
DES-1210-28/ME:5#