Go to the table of contents Go to the previous page Go to the next page View or print as PDF
SNMP monitoring (polling)
CLI Guide | Forcepoint Appliances | v8.5.x
Forcepoint Appliances provide alerting options that include standard SNMP counters and system-level traps.
There are two methods of SNMP alerting:
*
*
Enable SNMP monitoring before enabling and configuring the trap service.
show snmp config
Display SNMP monitor server information.
show snmp config
Command modes
All products. Not supported in Azure.
Related commands
 
set snmp service
Enable or disable SNMP monitoring (polling).
set snmp service --status <enabled|disabled>
 
Command modes
All products. Not supported in Azure.
Usage guidelines
SNMP monitor service and SNMP trap settings are independent, but SNMP monitor service must be enabled before you activate the SNMP trap configuration.
Examples
(config)# set snmp service --status enabled
Related commands
 
set snmp v1
Configure SNMP v1 monitoring.
set snmp v1 --community <name>
 
Command modes
All products. Not supported in Azure.
Examples
(config)# set snmp v1 --community testname
Related commands
 
set snmp v2c
Configure SNMP v2c monitoring.
set snmp v2c --community <name>
 
Command modes
All products. Not supported in Azure.
Examples
(config)# set snmp v2c --community playground
Related commands
 
set snmp v3
Configure SNMP v3 monitoring.
set snmp v3 --securitylevel <noAuthNoPriv|authNoPriv|authPriv> --user <username> --authentication <md5|sha> --encrypt <des|aes>
See Examples below for sample commands.
(Used only with security levels authNoPriv and authPriv)
(Used only with security levels authNoPriv and authPriv)
Command modes
All products. Not supported in Azure.
Examples
*
(config)# set snmp v3 --securitylevel noAuthNoPriv --user jdoe
*
(config)# set snmp v3 --securitylevel authNoPriv --user test --authentication md5
Password: ********
Confirm password: ********
*
(config)# set snamp v3 --securitylevel authPriv --authentication sha --encrypt des --user test
Password: ********
Confirm password: ********
Encrypt key: ********
Confirm encrypt key: ********
Related commands
 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2020 Forcepoint. All rights reserved.