hi,
I use cacti to manage cisco and BINTEC routers. I search a complete or partially Template to supervise the QOS (Quality of Service) into BINTEC routers.
Have you got any informations for me ?
This subject is it ever known in this forum ?
Thanks
Supervise the QOS (Quality of Service) into Bintec Routers.
Moderators: Developers, Moderators
MIB of Bintec Router
Hello,
Where can I find to the MIB structure of a Bintec to search the OIDs that I need??
Thanks
Where can I find to the MIB structure of a Bintec to search the OIDs that I need??
Thanks
-
- Posts: 6
- Joined: Sun Sep 02, 2007 2:38 am
Re: MIB of Bintec Router
YepDinfree wrote:Hello,
Where can I find to the MIB structure of a Bintec to search the OIDs that I need??
Thanks
.iso.org.dod.internet.private.enterprises.bintec.bibo.qos.qosIfStatTable.qosIfStatEntry
or
.1.3.6.1.4.1.272.4.27.2.1
-
- Posts: 6
- Joined: Sun Sep 02, 2007 2:38 am
Re: MIB of Bintec Router
can anyone help me to make a composite graph?
this is the interface index
.1.3.6.1.4.1.272.4.27.2.1.1
this is the "qosIfStatOutOctets"
.1.3.6.1.4.1.272.4.27.2.1.3
qosIfStatOctetsQueued
.1.3.6.1.4.1.272.4.27.2.1.7
qosIfStatOctetsDropped
.1.3.6.1.4.1.272.4.27.2.1.9[/img]
this is the interface index
.1.3.6.1.4.1.272.4.27.2.1.1
this is the "qosIfStatOutOctets"
.1.3.6.1.4.1.272.4.27.2.1.3
qosIfStatOctetsQueued
.1.3.6.1.4.1.272.4.27.2.1.7
qosIfStatOctetsDropped
.1.3.6.1.4.1.272.4.27.2.1.9[/img]
- Attachments
-
- graph_quos.JPG (121.13 KiB) Viewed 2795 times
-
- Posts: 6
- Joined: Sun Sep 02, 2007 2:38 am
Re: MIB of Bintec Router
how can i merge this three graph togherder and create it with template?
- Attachments
-
- quos.jpg (73.5 KiB) Viewed 2761 times
-
- quos2.jpg (38.5 KiB) Viewed 2761 times
-
- quos3.jpg (63.27 KiB) Viewed 2761 times
-
- Posts: 6
- Joined: Sun Sep 02, 2007 2:38 am
Re: MIB of Bintec Router - Correct Info's
after a snmp study session i found all the mibs we need:
1) in bintec router type "ifstat"
BintecBrescia:> ifstat
001000 en1-0
001001 en1-0-llc
001003 en1-0-nov
010001 WIZ_XDSL_INT
this is the index interface, now i want to monitor quos statistic on XDSL interface
2)playing with getif and mib table
then in .qosPolicyStatType snmp table i look to gather data for my graph
default -> .1.3.6.1.4.1.272.4.27.4.1.2.10001.33
high -> .1.3.6.1.4.1.272.4.27.4.1.2.10001.34
then i see that table qosPolicyStatEntry
.iso.org.dod.internet.private.enterprises.bintec.bibo.qos.qosPolicyStatTable.qosPolicyStatEntry.qosPolicyStatOutOctets
.1.3.6.1.4.1.272.4.27.4.1.5.10001.33 -> ATM (Default)
.1.3.6.1.4.1.272.4.27.4.1.5.10001.34 -> ATM (Hight)
.iso.org.dod.internet.private.enterprises.bintec.bibo.qos.qosPolicyStatTable.qosPolicyStatEntry.qosPolicyStatOctetsQueued
.1.3.6.1.4.1.272.4.27.4.1.9.10001.33 -> ATM (Default)
.1.3.6.1.4.1.272.4.27.4.1.9.10001.34 -> ATM (Hight)
.iso.org.dod.internet.private.enterprises.bintec.bibo.qos.qosPolicyStatTable.qosPolicyStatEntry.qosPolicyStatOctetsDropped
.1.3.6.1.4.1.272.4.27.4.1.11.10001.33 -> ATM (Default)
.1.3.6.1.4.1.272.4.27.4.1.11.10001.34 -> ATM (Hight)
and here some result
1) in bintec router type "ifstat"
BintecBrescia:> ifstat
001000 en1-0
001001 en1-0-llc
001003 en1-0-nov
010001 WIZ_XDSL_INT
this is the index interface, now i want to monitor quos statistic on XDSL interface
2)playing with getif and mib table
then in .qosPolicyStatType snmp table i look to gather data for my graph
default -> .1.3.6.1.4.1.272.4.27.4.1.2.10001.33
high -> .1.3.6.1.4.1.272.4.27.4.1.2.10001.34
then i see that table qosPolicyStatEntry
.iso.org.dod.internet.private.enterprises.bintec.bibo.qos.qosPolicyStatTable.qosPolicyStatEntry.qosPolicyStatOutOctets
.1.3.6.1.4.1.272.4.27.4.1.5.10001.33 -> ATM (Default)
.1.3.6.1.4.1.272.4.27.4.1.5.10001.34 -> ATM (Hight)
.iso.org.dod.internet.private.enterprises.bintec.bibo.qos.qosPolicyStatTable.qosPolicyStatEntry.qosPolicyStatOctetsQueued
.1.3.6.1.4.1.272.4.27.4.1.9.10001.33 -> ATM (Default)
.1.3.6.1.4.1.272.4.27.4.1.9.10001.34 -> ATM (Hight)
.iso.org.dod.internet.private.enterprises.bintec.bibo.qos.qosPolicyStatTable.qosPolicyStatEntry.qosPolicyStatOctetsDropped
.1.3.6.1.4.1.272.4.27.4.1.11.10001.33 -> ATM (Default)
.1.3.6.1.4.1.272.4.27.4.1.11.10001.34 -> ATM (Hight)
and here some result
- Attachments
-
- qosDroppedDefaultPriority.jpg (37.29 KiB) Viewed 2750 times
Who is online
Users browsing this forum: No registered users and 1 guest