soc-fabric
Use this command to configure the SOC Fabric.
Syntax
config system soc-fabric
set name <string>
set port <integer>
set psk <passwd>
set role {member | supervisor}
set secure-connection {enable | disable}
set status {enable | disable}
set supervisor <string>
end
Variable |
Description |
---|---|
<name> |
Enter the Fabric name. |
port <integer> |
Set the communication port (1 - 65535, default = 6443). |
psk <passwd> |
Enter the Fabric authentication password. |
role {member | supervisor} |
Set the SOC Fabric role (default = member). |
secure-connection {enable | disable} |
Enable/disable SSL/TLS (default = enable). |
status {enable | disable} |
Enable/disable SOC Fabric (default = disable). |
supervisor <string> |
Enter the IP/FQDN of the supervisor. |