CLI: Community

Use the community command to configure Exinda appliance community settings. An Exinda Community is a collection of Exinda appliances in a user's network. Appliances that are part of the same community can accelerate to/from each other. Exinda appliances can automatically discover other appliances in its community.

community {compatibility|delete-db|group|node}

To configure the community group that this appliance belongs to -

community group <number>

To manually add remote appliances to the community group -

community node <name> address <address> port <port>

  • node <name> — The name of the remote node (e.g. hostname)
  • address <address> — The IPv4 address of the remote appliance
  • port <port> — The port to connect to.

To delete the cache of other community members that this node remembers -

community delete-db

To enable backward compatibility to allow appliances running ExOS version 6.4.0 and earlier in the same community -

community compatibility pre-v6.4.0 enable

  • Backward compatibility is enabled by default.