Follow these steps to enable or disable all the features of the Central Management System Peer Service on each Central Management System peer using the CLI.
Go to CLI configuration mode.
CMS1 > enableCMS1 # configure terminalEnable all the CM Peer Service features on a CM peer.
CMS1 (config) # cms peer <peer_hostname> enableSave your changes.
CMS1 (config) # write memoryRepeat this procedure for each Central Management System peer.
Verify the status for all the connected Central Management System peers. The following example verifies that CMS1 is connected to CMS2.
CMS1 (config) # show cms peer-serviceCMS peer-service enabled: yes
-----------------------------------------------------------------------
CMS peer CMS2:
Enabled: yes
Hostname: CMS2
Address: 172.16.216.51
Auth-token checksum: 360a37cc532b9e2e75b674eb3b5fe2e0
Interactions with peer:
Distributed CMS Correlation:
Enabled: yes
Status: OK @ 2016/01/27 18:58:51
Dynamic Threat Intelligence (DTI):
Enabled: no
Proxy mode: No proxy
Status: UNKNOWN @ N/A
Update Peer:
Enabled: yes
Status: OK @ 2016/01/27 18:56:30
-----------------------------------------------------------------------
Go to CLI configuration mode.
CMS1 > enable CMS1 # configure terminal
Disable all the Central Management System Peer Service features on a Central Management System peer.
CMS1 (config) # no cms peer <peer_hostname> enableSave your changes.
CMS1 (config) # write memoryRepeat this procedure for each Central Management System peer.
Verify the status for all the Central Management System peers. The following example verifies that CMS1 is not connected to CMS2.
CMS1 (config) # show cms peer-serviceCMS peer-service enabled: yes
-----------------------------------------------------------------------
CMS peer CMS2:
Enabled: no
Hostname: CMS2
Address: 172.16.216.51
Auth-token checksum: 360a37cc532b9e2e75b674eb3b5fe2e0
Interactions with peer:
Distributed CMS Correlation:
Enabled: yes
Status: OK @ 2016/01/27 18:58:51
Dynamic Threat Intelligence (DTI):
Enabled: no
Proxy mode: No proxy
Status: UNKNOWN @ N/A
Update Peer:
Enabled: yes
Status: OK @ 2016/01/27 18:58:51
-----------------------------------------------------------------------