HP Virtual Connect 8Gb 24-port Fibre Channel Module for c-Class BladeSystem User Manual

Page 83

Advertising
background image

Command line 83

Item

Description

Name (optional)

The name of the trap configuration to be displayed. If no trap name is specified, or

"*" is entered, all configured traps are displayed.

Examples

->show snmp-trap MyTrap1

Displays the SNMP trap configuration for a single trap

->show snmp-trap *

Displays all configured SNMP traps

Item

Description

->test snmp-trap

Generates an SNMP test trap and sends it to all configured destinations.

Traps participating in the test must be configured, at a minimum, with the following
attributes:

DomainCategories=DomainStatus

Severity=Info

Syntax

test snmp-trap

Example

->test snmp-trap

Generates an SNMP test trap and sends it to the configured destinations

ssh

Manage SSH configuration and information.
Supported actions: help, load, remove, show

Item

Description

load ssh

Transfer the SSH key from a remote FTP server and apply it to the Virtual Connect
domain. A customized SSH key enables additional security for SSH clients that are

allowed to access the domain configuration. If a new custom SSH key is applied, the

SSH clients must be configured correctly to have access.
This command loads an SSH key for the current user only. Other VC users are not able

to use the same SSH key to authenticate. This command is only valid for local VC users

(no LDAP, TACACS+, or RADIUS users).

Syntax

load ssh Address=<ftp://user:password@IPv4Address/filename>

-or-

load ssh Address=<ftp://user:password@ipaddress>

Filename=<name>

Properties

Address

(required)

The IPv4 address or host name of an FTP server, with user name, password, and remote

file containing the SSH keys to transfer.

Filename

(required)

The name of the remote file containing the SSH keys to transfer. The filename can also

be mentioned separately.
The file path given will be treated as relative to the login directory for the user on the FTP

server. The user should ensure that the permissions are appropriate for the transfer to

succeed.

Examples

->load ssh Address=ftp://user:[email protected]/

ssh_key.pub

Transfers the SSH key from the remote FTP server

->load ssh Address=ftp://user:[email protected]

Filename=/ssh_key.pub

Transfers the SSH key from the remote FTP server

Advertising