Open the agent settings submenu.
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.
Set orchestrator domain name or IPv4 address.
Set port for orchestrator connection.
Set protocol for communication between the device and the orchestrator.
Set virtual router (Virtual Routing and Forwarding; VRF) for communication with the orchestrator.
Set time interval for synchronization with the orchestrator in seconds.
Set path to CA certificate in .pem format to be used to authenticate the orchestrator.
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"
}
}