Carbon Black Cloud: How to Enable Nettrace (Verbose Network Logging)
book
Article ID: 286015
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)
Issue/Introduction
To enable NetTrace logging
Environment
- Carbon Black Cloud Sensor: All Supported Versions
- Microsoft Windows: All Supported Versions
Resolution
1. Enable Nettrace
- Place sensor into bypass mode by running commands:
cd c:\Program Files\Confer\
repcli bypass 1
- Open the cfg.ini file with a text editor running as Admin
- Add:
Nettrace
=1
- Force a configuration update:
repcli updateconfig
- Remove device from bypass:
repcli bypass 0
- Replicate the issue
- Gather a Repcli Capture
2. Disable NetTrace
- Place sensor into bypass mode by running commands:
cd c:\Program Files\Confer\
repcli bypass 1
- Open the cfg.ini file with a text editor running as Admin
- Remove:
Nettrace
=1
- Force a configuration update:
repcli updateconfig
- Remove device from bypass:
repcli bypass 0
Additional Information
- This should only be done when requested by VMware Carbon Black Support/ Engineering
- Failure to disable NetTrace can lead to a full disk
Feedback
thumb_up
Yes
thumb_down
No