Cisco Catalyst SD-WAN Solution Integrations Guide, Releases 26.x and Later

PDF

Verify Cisco Cyber Vision Integration

Want to summarize with AI?

Log in

Outlines the steps for verifying Cisco Cyber Vision integration to ensure proper deployment and connectivity.



Verify SD-WAN Manager connection

Verify that the Cisco Cyber Vision application has been successfully installed on devices and that the devices are operating as sensors for Cisco Cyber Vision.

When you create a configuration group with a Cisco Cyber Vision feature, deploying the configuration group to devices triggers the devices to install the Cisco Cyber Vision application. It takes several minutes for a device to install the Cisco Cyber Vision application. After a successful installation, the device operates as a sensor for Cisco Cyber Vision. The device appears in the sensor list Cisco Cyber Vision Center. See Cisco Cyber Vision Application.

Before you begin

Deploy a configuration group with a Cisco Cyber Vision feature to one or more devices. See Deploy a configuration group with a Cisco cyber vision feature.

Follow these steps to verify that Cisco SD-WAN Manager has connected to the Cisco Cyber Vision Center:

Procedure

1.

Log in to the Cisco Cyber Vision Center.

2.

View the active sensors. For details, see the latest Cisco Cyber Vision GUI Administration Guide.

Each device appears separately in the list of sensors.

The devices with deployed Cisco Cyber Vision configuration groups appear as active sensors in the Cisco Cyber Vision Center sensor list.


Verify Cisco cyber vision application using the CLI

Use this task to verify that the Cisco Cyber Vision application is correctly installed and operating on a device after deployment.

This verification method is applicable to devices in the SD-WAN or SD-Routing solutions.

Before you begin

Deploy a configuration group with a Cisco Cyber Vision feature to one or more devices. See Deploy a configuration group with a Cisco cyber vision feature.

Follow these steps to verify that the Cisco Cyber Vision application is operating on a device:

Procedure

1.

On a device running the Cisco Cyber Vision application, run this command.

Device# show iox-service
2.

Based on the output of the command in the previous step, do one of these:

  • If the command output shows that the IOxman service is running, then proceed to the next step.

  • If the command output shows that the IOxman service is not running, this indicates that the Cisco Cyber Vision application is not operating correctly. Reinstall the application. See Deploy a configuration group with a Cisco cyber vision feature.

3.

On the same device, run this command. If the output shows that state as running, this indicates that the Cisco Cyber Vision application is operating correctly.

Device# show app-hosting detail appid cv

The Cisco Cyber Vision application is verified to be operating correctly when both commands show the IOxman service and the cv application state as running.

In this example, the Cisco Cyber Vision application is installed and operating. Note that the command output is truncated here.

Device# show iox-service
IOx Infrastructure Summary:
IOx service (CAF)              : Running
IOx service (HA)               : Not Supported
IOx service (IOxman)           : Running
IOx service (Sec storage)      : Running
Libvirtd 5.5.0                 : Running
Dockerd v19.03.13-ce           : Running

Device# show app-hosting detail appid cv
App id                 : cv
Owner                  : iox
State                  : RUNNING
...