T.R | Title | User | Personal Name | Date | Lines |
---|
2846.1 | What does the synoptics agent return? | TOOK::MINTZ | Erik Mintz, DECmcc Development, dtn 226-5033 | Fri Apr 24 1992 13:54 | 8 |
| If I understand your question, you are trying to use the DECmcc
SNMP access module to request information from the synoptic HUB.
It looks like the agent is returning a string of hex digits rather
than text. Perhaps someone who is familiar with the synoptics
agent can tell you what it means.
-- Erik
|
2846.2 | possible wrong SYNTAX in mib defn. | SUBWAY::REILLY | Mike Reilly - New York Bank District | Fri Apr 24 1992 16:27 | 21 |
| Does the MIB defn file you compiled, have the following definition
for the s3AgentBootFile in it:
s3AgentBootFile OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..64))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The name of the boot file that is sent to the file server
during boot time. The actual boot protocol used to retrieve the
file is determined by s3AgentBootProtocol. This parameter will
not take effect until written into EEPROM (s3AgentWriteEeprom)
and a reset (s3AgentReset) is issued. This parameter is used
only if the s3AgentBootMode is set to use EEPROM."
::= { s3AgentSw 6 }
It looks like the mib definition has a SYNTAX type of OCTET-STRING
instaed of DisplayString.
- Mike
|