Frequently asked support and security questions for Virtual Network Sensor.
Click a link to jump to the topic.
How can I verify the successful deployment of Virtual Network Sensor?
Procedure
- Sign in to the Virtual Network Sensor CLISH console using an admin account.
- Connect to VMware ESXi (either directly or through SSH) or VMware vCenter and open the Virtual Network Sensor. To sign on with the default admin account, type admin for the user name.
- Execute the
enable
command. - Execute the
connect
command.Note
If the Virtual Network Sensor has successfully deployed, the results show asgood
for Trend Vision One, Virtual Network Sensor, and Network Analytics. - Execute the
troubleshoot
command. - Execute the
network-services
command. - Execute the
test all
command.The test all command tests both the connection and the status of the Virtual Network Sensor services.Tip
-
If your virtual appliance deployment is unsuccessful, you can first check the Virtual Network Sensor firewall exceptions for your region. For more information, see Firewall exception requirements for Trend Vision One.
-
You can also troubleshoot with the following CLI commands. For more information, see Virtual Network Sensor CLI commands.
-
show network management
: IP settings -
ping
: network connectivity
-
-
How can I test the connection between a Virtual Network Sensor and Trend Vision One?
Procedure
- Sign in to the Virtual Network Sensor CLISH console using an admin account.
- Execute the
show traffic
command. - Choose an endpoint monitored by the Virtual Network Sensor appliance.
- Open a browser window and go to http://wrs81.winshipway.com/ddi_detection_test.
- Wait several minutes.
- On the Trend Vision One console, go to and verify that the appliance connection status is healthy.
- Copy the appliance GUID.
- Go to the Search app and search for
"deviceGUID: AAAAAAAAAAAA-BBBBBBBB-CCCC-DDDD-EEEE" AND
"wrs81" using the Detections or Telemetry search methods.If Trend Vision One and the Virtual Network Sensor are connected, the search results return
ruleId: 2246
andruleName: DEMO RULE - HTTP (Request)
.
How can I change the network IP settings from static IP to DHCP?
Procedure
- Sign in to the Virtual Network Sensor appliance CLISH console using an admin account.
- Execute the
enable
command. - Execute the
configure network primary ipv4.dhcp
command. - Execute the
configure network primary ipv4.static <ip> <submask> <gateway> <dns1> [dns2]
command.Note
Arguments with angle brackets (< >) are required. Arguments with square brackets ([ ]) are optional.
How can I manually register a Virtual Network Sensor in Trend Vision One?
Procedure
- Sign in to the Virtual Network Sensor appliance CLISH console using an admin account.
- Execute the
enable
command. - Execute the
register
command.Note
The command registers your Virtual Network Sensor by default to the Trend Vision One account that was used to download the OVA file.
How to fix a failure to register?
If your Virtual Network Sensor fails to register with Trend Vision One, use the following steps to verify your connection and try again.
-
Use an endpoint on the same network as the Virtual Network Sensor to verify you are able to establish a connection with Trend Vision One services.Use the command
curl -v
with the FQDN list in the firewall requirements for Trend Vision One to check if you can connect to the required services. If the connection fails, check your firewall settings.If you are in the Americas region, an example test command is curl -v xlogr-ue1.xdr.trendmicro.com -
Download and redeploy the installer package.
If you are unable to resolve the situation with the methods listed above, download the debug logs and contact your service provider for assistance.
How can I download debug logs from the Virtual Network Sensor CLI?
Procedure
- Sign in to the Virtual Network Sensor CLISH console using an admin account.
- Execute the
enable
command. - Execute the
log export <startdate-enddate>
command.You must include a date range with the command in the formatYYYYMMDD-YYYYMMDD
. You can specify the same date twice to gather logs from a single day.For example, to retrieve logs generated on May 1, 2024, input the command log export 20240501-20240501.The CLI generates a download link for the debug log. - Copy the download link into your browser to download the debug log from the Virtual Network Sensor.