The following OID returns the total active DS0s for the whole chassis:

.1.3.6.1.4.1.9.10.19.1.1.4.0

So, if you wanted the total for all cards, just use:

Target[as5400_DSO_in_use]:
.1.3.6.1.4.1.9.10.19.1.1.4.0&.1.3.6.1.4.1.9.10.19.1.1.4.0:[EMAIL PROTECTED]

On the AS5350 I'm monitoring, with 2 T1 PRI interfaces, the OIDs for
active DSOs on each card are:

.1.3.6.1.4.1.9.10.19.1.1.9.1.3.3.0
.1.3.6.1.4.1.9.10.19.1.1.9.1.3.3.1

The last two numbers in the OID are based on slot and port, each
starting at 0, not from 1. From this, you can construct your OIDs. The
first PRI of slot 1 (the second slot) would be 

.1.3.6.1.4.1.9.10.19.1.1.9.1.3.1.0

To graph the active DSOs on both ports of a card in slot 1, use
something like this:

Target[as5400_DSO_1_in_use]:
.1.3.6.1.4.1.9.10.19.1.1.9.1.3.1.0&.1.3.6.1.4.1.9.10.19.1.1.9.1.3.1.1:co
[EMAIL PROTECTED]

To change the slot being monitored on a single graph, change the next to
last number in each OID. Don't forget to change the target name!

Our AS5350 is running IOS 12.2(2)XA5, so yours should support the same
OIDs. If you are doing an snmpwalk from the a specific instance OID, you
might get the error message you see. You need to do an snmpget.

Jerry



-----Original Message-----
From: enzo desanto [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 06, 2003 8:58 PM
To: [EMAIL PROTECTED]
Subject: [mrtg] MRTG and Cisco AS5400: DS0s usage per single DS1?


Hi all,
I'm pretty new to MRTG and wanted to graph number of DS0's active per
single DS1 on a Cisco AS5400 with 16 E1 PRI interfaces.
I tried to use the cisco-pop-mgmt mib but I could not get a
single value for each DS1. I got the closest result (I run snmpwalk to
see
the values) by using the following OID:
1.3.6.1.4.1.9.10.19.1.1.9.1.3.1  
But this OID returns a table with the number of DS0s active for all DS1
in slot 1 (8 PRI).
And when I try to use a more specific OID such as:
1.3.6.1.4.1.9.10.19.1.1.9.1.3.1.1 which "in theory" should return one
single value (Active DS0s of 1st PRI of the slot 1), I get this
response:
"no MIB objects contained under subtree".
I use this IOS: c5400-is-mz.122-2.XB6.bin, which should fully support
the
pop-mgmt MIB according to Cisco.
What's wrong? Am I using a wrong OID?Can anybody help me to find a
solution or a work-around? Actually I thought to graph in some way all
the table I mentioned above, but how do you write a mrtg config file to
graph a SNMP OID table result?Please help! :-)
/Ed
[EMAIL PROTECTED]


---------------------------------
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi


Confidentiality Notice: This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain
confidential and privileged information.  Any unauthorized review, use,
disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all
copies of the original message.

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to