IoT Access Control Service

The IoT Access Control service allows you to manage network access to IoT devices through APIs.

Logs and Events

The Nano Agent saves the logs locally in /var/log/nano-agent/cp-nano-iot-access-control.log

Connection Log

This log indicates whether the Access Control agent accepted or dropped a connection. The log includes:

Field

Type

Description

ruleId

String

ID of the rule that matched with the traffic.

ruleName

String

Name of the rule that matched with the traffic.

securityAction

String

Verdict of the rule that matched with the traffic.

interfaceName

String

Name of the interface from which the traffic arrived.

sourceIp

String

Connection Source IP address.

sourcePort

String

Connection Source port.

destinationIp

String

Connection Destination IP address.

destinationPort

String

Connection Destination port.

ipProtocol

String

Connection IP protocol:

  • TCP

  • UDP

tcpHandshake

String

Indicates which part of the TCP handshake was completed, if the matched connection is a TCP connection:

  • s-- indicates only the client TCP [SYN]

  • ss- indicates client and server TCP [SYN]

  • ssa indicates the entire TCP handshake