cc:Mail Link to SMTP Undeliverable Message

penc000.administrator@smtp.cnet.navy.mil
Mon, 13 Apr 98 16:16:53 -0600

--simple boundary
Content-Type: text/plain; charset=US-ACSII
Content-Transfer-Encoding: 7bit

Message is undeliverable.
Reason: User "cnet.t221c@smtp.cnet.navy.mil" is not found in the cc:Mail Directory.
Original text follows:
---------------------

--simple boundary
Content-Type: text/plain; charset=US-ACSII
Content-Transfer-Encoding: 7bit

Received: from netpmsa.cnet.navy.mil by pens3646.cnet.navy.mil (ccMail Link to SMTP R8.00.01)
; Mon, 13 Apr 98 16:16:40 -0600
Return-Path: <null@emerald.iea.com>
Received: from twistersec.iea.com by netpmsa.cnet.navy.mil with SMTP
(1.38.193.4/16.2) id AA28240; Mon, 13 Apr 1998 16:08:48 -0500
Received: from stone.ntworld.com by twister.emerald.iea.com (NTList 3.02.13) id sa257392; Mon, 13 Apr 1998 14:02:34 -0700
Received: from corner.ntworld.com (corner.ntworld.com [207.53.173.18]) by corner.ntworld.com (NTMail 3.03.0006/1.agp1) with ESMTP id wa011150 for <ntisp@emerald.iea.com> Mon, 13 Apr 1998 14:07:18 -0700
Message-Id: <35327CF7.38528F17@iea-software.com>
Date: Mon, 13 Apr 1998 14:00:39 -0700
From: "Dale E. Reed Jr." <daler@iea-software.com>
Organization: IEA Software, Inc.
X-Mailer: Mozilla 4.04 [en] (WinNT; I)
Mime-Version: 1.0
To: ntisp@emerald.iea.com
Subject: Re: Whatsup and SNMP
References: <19570443640816@iamnet.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: ntisp@emerald.iea.com
X-Listmember: cnet.t221c@smtp.cnet.navy.mil [ntisp@emerald.iea.com]

jcontre@iamnet.com wrote:
>
> Hello List
>
> I am trying to configure SNMP monitoring with
> whatusup gold, but it seems that it only accepts
> SNMP values, instead of mib files.
> Do you have the SNMP values for Cisco and Ascend
> routers? (not the mib files, I donwloaded those)
> Or do you have a translator/interpreter for mib?

You are looking for an OID. A MIB is used to determine the
type and description information of the OID. A common one would
be:

system.sysUpTime.0 = Timeticks: (103476680) 11 days, 23:26:06

Now, if you look at a typical SNMP definition, you'll see:

internet OBJECT IDENTIFIER ::= { iso org(3) dod(6) 1 }
directory OBJECT IDENTIFIER ::= { internet 1 }
mgmt OBJECT IDENTIFIER ::= { internet 2 }

mib-2 OBJECT IDENTIFIER ::= { mgmt 1 }
system OBJECT IDENTIFIER ::= { mib-2 1 }

sysUpTime OBJECT-TYPE
SYNTAX TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The time (in hundredths of a second) since the
network management portion of the system was last
re-initialized."
::= { system 3 }

So if you follow the numbers, you get:

sysUpTime = .1.3.6.1.2.1.1.3.0

or

sysUpTime = iso.org.dod.internet.mgmt.mib-2.system.sysUpTime

-- Dale E. Reed Jr.  (daler@iea-software.com)_________________________________________________________________       IEA Software, Inc.      |  RadiusNT, Emerald, and NT FAQs Internet Solutions for Today  |   http://www.iea-software.com

---------------------------------------------------------- NTISP Mailing List listserver@emerald.iea.com

--simple boundary--