SNMP
IP Fabric appliance can be monitored using SNMP protocol. CPU, memory, hard drives and network interfaces can be monitored. Appliance uses standard Linux OS OIDs.
To enable SNMP on IP Fabric, go to Settings → System → SNMP, click
the on/off toggle and select 2c
, or 3
from the Version list:
Security note
Only IP address specified in the Host IP field is enabled to have access to SNMP 161/udp.
If you selected version 2c
, please configure:
- Host IP - IP address of remote monitoring server
- Locality - location of IP Fabric appliance
- System Contact - contact to responsible person or department
- Community string - must match community string configured on monitoring server
- Click Save
If you selected version 3
, please configure:
SNMP v3
For user authentication, only SHA is supported. For data privacy, AES is used.
- Host IP - IP address of remote monitoring server
- Locality - location of IP Fabric appliance
- System Contact - contact to responsible person or department
- Username - SNMP v3 user
- Passphrase - authentication and privacy passphrase
- Click Save
Username and Password character restrictions
Username must match the following /^[a-zA-Z0-9_][a-zA-Z0-9_-]*\$?$/
.
Password must match the following `[A-Za-z0-9.,/_@%^:=+ -]*`.