export command
Use the export command to export the FoD key from the target key repository.
export command syntax
OneCli.exe fod export < --keyid <key_id>> [<options>]
Parameter | Required/Optional | Notes |
---|---|---|
--authproto | Optional | The parameter only for snmpv3, Protocol supported value: MD5/SHA, default: No auth. Format: --authproto MD5 or --authproto. |
--community | Optional | Community for snmpv1v2. Supported value: public/private/ protect, default: public |
--kcs | Optional | Force to use IPMI over KCS local interface. |
--keyid | Required | Specify the FoD key ID that can be acquired from command report. If the key ID is specified to “all”, all the FoD keys in the target key repository will be exported. |
--node, -n | Optional | Node index for in-band case on a multi-node system. |
--privproto | Optional | The parameter only for snmpv3. Privacy protocol supported value: DES/AES, default: No privacy.Format: --privproto DES or --privproto. |
--privpasswd | Optional | Privacy password. |
--sftp | Optional | Specify the SFTP server. Format: user:password@IP:port |
--switch | Optional | SWITCH connection information. Format: user:password@IP: port |
--tftp | Optional | TFTP server for snmp interface. Format: user:password@host: port |
| Optional | Refer to Table 2. |
Example of the export command
OneCli.exe fod export --keyid 8e347c0bd269cd57 --bmc userid:password@10.240.204.147 --output reportkey
Give documentation feedback