knbe-agent – a family of commands for managing the agent responsible for synchronizing with the orchestrator

knbe-agent

Open the agent settings submenu.

knbe-agent> token

Set authentication token for the orchestrator connection. This command must be run to perform the initial synchronization of the device and the orchestrator. After the initial synchronization, the token is renewed automatically.

knbe-agent> address (|)

Set orchestrator domain name or IPv4 address.

knbe-agent> port

Set port for orchestrator connection.

knbe-agent> protocol (http|https)

Set protocol for communication between the device and the orchestrator.

knbe-agent> vrf

Set virtual router (Virtual Routing and Forwarding; VRF) for communication with the orchestrator.

knbe-agent> interval

Set time interval for synchronization with the orchestrator in seconds.

knbe-agent> ca-cert

Set path to CA certificate in .pem format to be used to authenticate the orchestrator.

show knbe-agent

Show current agent settings.

Example output:

ngfw> show knbe-agent
{
  "ngfw-knbe-agent:agent": {
    "address": "192.168.10.15",
    "port": 443,
    "protocol": "https",
    "token": "eb408759-cced-4a1d-9740-2b27b4252d96",
    "interval": 3,
    "model": "",
    "ca-cert": "-----BEGIN CERTIFICATE-----\u000AMIIETDCCArSgAw...51GgnAd0esQhoUj\u000A-----END CERTIFICATE-
----\u000A"
  }
}

| Prev | Home | Next |