Enable SNMPv3 polling on Cisco IOS so Linivo can collect interface, CPU and memory metrics.
SNMPv3 is preferred over v2c since it authenticates and encrypts, rather than relying on a plaintext community string.
snmp-server group LINIVO-GROUP v3 priv snmp-server user linivo LINIVO-GROUP v3 auth sha AUTHPASS priv aes 128 PRIVPASS
Limit SNMP access to the sensor's IP with an access list, rather than leaving it open to the whole management network.
access-list 10 permit host 10.20.0.50 snmp-server community-acl 10
In Devices > Add device, choose SNMPv3, enter the username and auth/priv passphrases, and Linivo runs a live poll to confirm before saving.