A ----------------------------------------------------------------------- | README file for SBA-BS2 V06.2A | | Edition: April 2009 | ----------------------------------------------------------------------- The changes/extensions are supplements to the information provided in the manual being published for SNMP-Management in BS2000/OSD: SNMP-Management for BS2000/OSD User Guide The documentation is available as online manuals, see http://manuals.ts.fujitsu.com, and can be ordered in paper form for an extra fee through the manual shop in the internet: http://manualshop.ts.fujitsu.com A Contents: --------- 1 Configuration of the master.......................... page 1 1.1 Definition of a SNMPv3 user - usmUserEntry........... page 1 2 Configuration of the supervisor subagent............. page 2 2.1 Definition of the monitoring interval................ page 2 2.2 Entry of a subagent superVisSubagentEntry............ page 2 A - page 1 - 1 Configuration of the master ----------------------------- The definition of a SNMPV3 user is extended, so that management stations are able to send and receive encrypted messages. 1.1 Definition of a SNMPv3 user - usmUserEntry ---------------------------------------------- ----------------------------------------------------------------------- | Tag: | usmUserEntry | |--------+------------------------------------------------------------| | Value: | localSnmpID usmUserName usmUserAuthProt usmUserPrivProt | | | nonVolatile usmTargetTag AuthKey PrivKey | ----------------------------------------------------------------------- localSnmpID Keyword, should not be changed. usmUserName User name for which an SNMPv3 request is to be permitted. usmUserAuthProt Authentication protocol: - usmNoAuthProtocol (no authentication) - usmHMACMD5AuthProtocol (authentication) usmUserPrivProtocol Encryption protocol: - usmNoPrivProtocol (no encryption) - usmDESPrivProtocol (encryption) nonVolatile Keyword, should not be changed. usmTargetTag Assigned transport label. The transport label points to a list of "snmpTargetAddrEntry" entries and thus defines the systems from which requests are to be accepted. "-" means that there is no restriction. AuthKey Password for authentication. "-" means that there is no password. PrivKey Password for encryption. "-" means that there is no password. A - page 2 - 2 Configuration of the supervisor subagent ------------------------------------------ 2.1 Definition of the monitoring interval ----------------------------------------- The Supervisor subagent checks at regular intervals whether the other subagents can be reached. The value for the interval can be configured: ----------------------------------------------------------------------- | Tag: | superVisTimeOut | |--------+------------------------------------------------------------| | Value: | Interval | ----------------------------------------------------------------------- Interval Integer value in seconds. The default value is 300 (5 minutes). 2.2 Entry of a subagent superVisSubagentEntry --------------------------------------------- ----------------------------------------------------------------------- | Tag: | superVisSubagentEntry | |--------+------------------------------------------------------------| | Value: | SubagentName, SubagentOID, SubagentAdminStatus, | | | SubagentStartCmd | ----------------------------------------------------------------------- SubagentName Name of the subagent to be monitored by the Supervisor subagent. SubagentOID OID of the subagent to be monitored. SubagentAdminStatus intended state of the subagent. It is not yet supported during the start of the Supervisor subagent. SubagentStartCmd Shell command to start the subagent.