Hitachi Energy
Crypto Commands
CLI syntax for the crypto commands:
Syntax: crypto-configuration --audit [[--endpoints] string]
Syntax: crypto-configuration --list [[--ce_id] long] [[--segment_id] long] [[--label] long]
Syntax: crypto-engine --forcepoll [--id] long
Syntax: crypto-engine --list [[--fu_id] long] [[--fu_name] string] [[--fu_ip] string]
Syntax: crypto-engine --show [--id] long
Syntax: crypto-segment --list
Syntax: crypto-segment --show
 
DIRAC crypto commands 
Operation Name
Parameter Name
Range
Description
crypto-configuration
--list
 
Get a list of the crypto configurations. The list/table output includes the following parameters:
- Ce Id
- Segment
- Label In
- Label Out
- Vlan
- Profile
- Active Master Key
- Activation Time
- Fallback Master Key
--list --ce_id
<CE_ID>
Get a list of the crypto configuration of a specific crypto engine ID, which is an integer of usually 12 digits.
--list --segment_id
<segID>
Get a list of the crypto configuration of the crypto engine with a specific segment ID, which is an integer (e.g. 2101).
--list --label
3000 … 1048575
Get a list of the crypto configuration of the crypto engine with a specific label.
crypto-engine
--forcepoll --id
<CE_ID>
Reload data from one crypto engine into DIRAC. The crypto engine ID is an integer of usually 12 digits.
--list
 
Get a list of crypto engines. The list/table output includes the following parameters:
- Ce Id (crypto engine ID)
- Engine
- dci (DIRAC configuration index)
- sci (SENC1 CE configuration index)
- Status
--list --fu_id
long
Get a list of a crypto engine with functional unit ID “long”.
The functional unit ID “long” is usually the card’s serial number complemented with the digit 1 or 2.
--list --fu_name
long
Get a list of a crypto engine with functional unit name “long”.
The functional unit name “long” is the human readable identifier of the functional unit.
--list --fu_ip
long
Get a list of a crypto engine with functional unit IP address “long”.
The functional unit IP address “long” is the IP address string with a length of min 3, max 50 digits/characters.
--show --id
long
Show detailed information of one specific crypto engine.
“long” is the ID of the crypto engine (mandatory).
crypto-segment
--list
 
Get a list of crypto segments. The list/table output includes the following parameters:
- Segment
- Status
- Labels
- Profile (configured encryption profile)
- Active Master Key
- Activated At (date & time)
--list --tunnel_id
long
Get a list of crypto segments with Tunnel ID “long”.
--list --label
long
Get a list of crypto segments with Label “long”.
--show --id
long
Show information about one crypto segment with Segment ID “long”.