Defines groups of FireEye appliances to be managed by the Central Management System appliance.
Syntax
[no] cmc groupgroupName [applianceapplianceName]
cmc groupgroupNamecommentcomment
cmc groupgroupName renamenewName
no cmc groupgroupName [applianceName]
no groupgroupName comment
Parameters
[no] cmc groupgroupName [applianceapplianceName] | Adds a new group, adds an appliance to an existing group, or adds an appliance to a new group. The no parameter deletes the group or removes the appliance from the group. |
groupNamecommentcomment | Adds a comment about the specified group. |
groupNamerenamenewName | Renames the specified group. |
no cmc groupgroupNamecomment | Removes the comment about the specified group. |
Example
The following example creates the London group, adds the nx-05 appliance to it, and notes that the group is for appliances in the UK region.
hostname (config) # cmc group London appliance nx-05 hostname (config) # cmc group London comment "UK region appliances"