PRISMA SNMP Interface PRISMAproduction Network Functions
230 A29247-X2-X-8-7670
• Read and write access rights are assigned for the community being used
3
.
•The "snmpset" command is submitted by a privileged workstation.
• The value and type to be set for the object complies with the MIB definition.
• The agent accepts the transferred value as the current valid setting. (It is feasible that
a state variable with a particular value can only be assigned a specific follow-on value.)
If these requirements are met, the "snmpset" command sets the corresponding MIB vari-
able.
Example:
! setany localhost public svrServerStatus.0 i 2
or
! setany localhost public svrServerStatus.0 i active
or
! setany localhost public .1.3.6.1.4.1.1552.102.104.1.1.1.3.0 i 2
The following output can be expected by each of these commands if the above require-
ments are fulfilled:
" enterprises.oce.prisma.prismaProduction.psmib.server.serverGen-
eral.svrServerStatus.0 = active(2)
Sets the state of the print server ("svrServerStatus" variable) to active.
2. If the ASN.1 status of the MIB element has the "mandatory" attribute, the ACCESS level specified in
the corresponding MIB module has to be implemented.
3. Normally there is no need to set values with snmpset, therefore the public community has no write
access right in a standard installation.