sysconf snmp
Enable or disable the SNMP service, or display or configure the SNMP settings for the appliance.
Syntax
sysconf snmp {config | disable | enable | show}
Argument(s) |
Shortcut |
Description |
---|---|---|
config |
c |
Configure the SNMP settings for the appliance. See sysconf snmp config. |
disable |
d |
Disable SNMP on the appliance and stop the SNMP service. |
enable |
e |
Enable SNMP on the appliance and start the SNMP service. |
show |
s |
Display the current SNMP settings for the appliance. |
Example
psesh:>sysconf snmp disable
SNMP is disabled
Stopping snmpd: [ OK ]
SNMP is stopped
Command Result : 0 (Success)
psesh:>sysconf snmp enable
SNMP is enabled
Starting snmpd: [ OK ]
SNMP is started
Command Result : 0 (Success)
psesh:>sysconf snmp show
SNMP is running
SNMP is enabled
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)