Display the current SNMP settings for the appliance.
Example
lunash:>sysconf snmp enable
SNMP is enabled
Starting snmpd: [ OK ]
SNMP is started
Command Result : 0 (Success)
lunash:>sysconf snmp disable
SNMP is disabled
Stopping snmpd: [ OK ]
SNMP is stopped
Command Result : 0 (Success)
psesh:>sysconf snmp show
SNMP is not running
SNMP is disabled
Current SNMP configuration
#####################################################################
# SafeNet ProtectServer SNMP v2c snmpd.conf #
#####################################################################
agentuser root
syslocation TESTLAB
syscontact TESTCONTACT
com2sec secName 192.168.11.17 COMMUNITY
group secNameGroup v2c secName
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.2
view systemview included .1.3.6.1.2.1.25.1
view systemview included .1.3.6.1.2.1.25.2
view systemview included .1.3.6.1.2.1.25.3
view systemview included .1.3.6.1.2.1.25.4
access secNameGroup " " any noauth exact systemview none none
Command Result : 0 (Success)
sysconf snmp config
Configure the SNMP server on the appliance.
Syntax
sysconf snmp config -contact <string> -location <string> -ip <ipaddress>
-community <string>