MIB question

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
ruffsense
Posts: 18
Joined: Tue Jan 11, 2011 5:28 am

MIB question

Post by ruffsense »

I have a MIB callen MITEL-BWM-MIB

I added it to cd usr/share/snmp/mibs
I amde it a *.txt file...so the name is now MITEL-BWM-MIB.txt.

Then i found on the internet i needed to add some txt to my snmpd.conf(cd etc/snmp/snmpd.conf) mibs +ALL

But how do i know if it works. Are what is the next step. Can someone help me out.
This is a vendor base MIB. I already have the OIDs and the templates but still nothing.

IM trying to fix the mitel Templates.

Code: Select all

<interface>
        <name>Get Mitel Bandwidth Statistics</name>
        <description>Queries a Mitel controller for Bandwidth Management Stats</description>
        <oid_index>.1.3.6.1.4.1.1027.4.1.1.2.5.1.1.1.1.1</oid_index>
        <oid_index_parse>OID/REGEXP:^.*\.1027\.[0-9]\.[0-9]\.[0-9]\.[0-9]\.[0-9]\.[0-9]\.[0-9]\.[0-9]\.[0-9]\.[0-9]\.([0-9\.]*)$</oid_index_parse>
	<index_order>dsZAPLabel</index_order>
        <index_order_type>numeric</index_order_type>

        <fields>
                <dsZAPLabel>
                        <name>ZAP Label</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>input</direction>
                        <oid>.1.3.6.1.4.1.1027.4.1.1.2.5.1.1.1.1.4</oid>
                </dsZAPLabel>
                <dsBWUsed>
                        <name>Bandwidth Used</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.4.1.1027.4.1.1.2.5.1.1.1.1.5</oid>
                </dsBWUsed>
                <dsBWLimit>
                        <name>Bandwidth Limit</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.4.1.1027.4.1.1.2.5.1.1.1.1.6</oid>
                </dsBWLimit>
                <dsCallsAdmitted>
                        <name>Calls Admitted</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.4.1.1027.4.1.1.2.5.1.1.2.1.5</oid>
                </dsCallsAdmitted>
                <dsCallsRejected>
                        <name>Calls Rejected</name>
                        <method>walk</method>
                        <source>value</source>
                        <direction>output</direction>
                        <oid>.1.3.6.1.4.1.1027.4.1.1.2.5.1.1.2.1.6</oid>
                </dsCallsRejected>
        </fields>
</interface>
Attachments
mitel_bwmgt_stats.xml
(2.17 KiB) Downloaded 125 times
ruffsense
Posts: 18
Joined: Tue Jan 11, 2011 5:28 am

Re: MIB question

Post by ruffsense »

Can anyone help me out?
ruffsense
Posts: 18
Joined: Tue Jan 11, 2011 5:28 am

Re: MIB question

Post by ruffsense »

When i check snmp.

I get a strange error

./check_snmp -H 192.168.x.X -C public -o enterprise.1027.4.1.1

Code: Select all

Cannot adopt OID in MITEL-BWM-MIB: mitelBWM24HrAverageAvailable ::= { mitelBWM24HrHistoryTableEntry 11 }
Cannot adopt OID in MITEL-BWM-MIB: mitelBWM24HrFinalBandwidthLimit ::= { mitelBWM24HrHistoryTableEntry 12 }
Cannot adopt OID in MITEL-BWM-MIB: mitelBWM24HrPeakBandwidthRatio ::= { mitelBWM24HrHistoryTableEntry 13 }
Cannot adopt OID in MITEL-BWM-MIB: mitelBWM24HrPeakBwdthAboveLimit ::= { mitelBWM24HrHistoryTableEntry 14 }
Cannot adopt OID in MITEL-BWM-MIB: mitelBWMCompliance ::= { mitelBWMCompliances 1 }
Cannot adopt OID in MITEL-BWM-MIB: mitelBandWidthManagement ::= { mitelIpera3000Applications 1 }
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Re: MIB question

Post by gandalf »

It is not required to install a MIB file to allow cacti to poll the OIDs.
In fact, we recommend suppressing the search of the MIB directory due to massive performance decrease
R.
doughairfield
Posts: 20
Joined: Wed Feb 20, 2008 1:57 pm

Re: MIB question

Post by doughairfield »

ruffsense,
Are you trying to monitor stats on a mitel 3300? I'm trying to and not having much success. Have you figured out a way yet?
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest