ksn – a family of commands for configuring Kaspersky Security Network (KSN)

ksn requests

Enable the sending of requests to KSN.

no ksn requests

Disable the sending of requests to KSN.

show ksn requests

Show the status of sending requests to KSN.

Example output:

ngfw> show ksn requests
{
  "ngfw-ksn:ksn": {
    "requests": true
  }
}

ksn statistics

Enable the sending of statistics to KSN.

no ksn statistics

Disable the sending of statistics to KSN.

show ksn statistics

Show the status of sending statistics to KSN.

Example output:

ngfw> show ksn statistics
{
  "ngfw-ksn:ksn": {
    "statistics": false
  }
}

show ksn status

Show KSN connection status.

Example output:

ngfw> show ksn status
{
  "ngfw-ksn:ksn": {
    "status": false
  }
}

| Prev | Home | Next |