|
|
| Author |
Message |
erdnazil Beginner
Joined: 23 Feb 2006 Posts: 2
|
Posted: Thu Feb 23, 2006 4:00 am Post subject: snmp PARAMETERS? |
|
|
hello.. im new in NetMRG,
i just want to know what are the sample parameters that can be use in SNMP?
SNMP Test: "Disk - Available (kB)"
Parameters: ?????
SNMP Test: "DNS - A Records"
Parameters: ?????
SNMP Test: "DNS - ANY Records"
Parameters: ?????
SNMP Test: "DNS - CNAME Records"
Parameters: ?????
SNMP Test: "DNS - MX Records"
Parameters: ?????
...I want to graph the DNS Usage,
1. Succesful Queries
2. Failed Queries
3. Non-Existing Queries
4. Referral Queries
..please help me
..thank you in advance [/b] |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Thu Feb 23, 2006 3:41 pm Post subject: |
|
|
What SNMP Mib do you have for graphing DNS Queries?
Currently the method I use for bind servers is a collection of script and bind configuration. Have you checked out our Bindstats Contrib Package?
Without knowing what mib you're using for SNMP and how you've configured your SNMP Tests, it's hard to say what your parameters should be.
-Doug |
|
| Back to top |
|
 |
erdnazil Beginner
Joined: 23 Feb 2006 Posts: 2
|
Posted: Fri Feb 24, 2006 7:05 am Post subject: |
|
|
| silfreed wrote: |
What SNMP Mib do you have for graphing DNS Queries?
Currently the method I use for bind servers is a collection of script and bind configuration. Have you checked out our Bindstats Contrib Package?
Without knowing what mib you're using for SNMP and how you've configured your SNMP Tests, it's hard to say what your parameters should be.
-Doug |
im using UCD-MIB, from MRTG.. my sample query is..
snmpwalk -c gate -v 2c 123.12.123.1 1.3.6.1.4.1.2021.8.1.101
this the result..
UCD-SNMP-MIB::extOutput.1 = STRING: 1205330642
UCD-SNMP-MIB::extOutput.2 = STRING: 92544213
UCD-SNMP-MIB::extOutput.3 = STRING: 101284096
UCD-SNMP-MIB::extOutput.4 = STRING: 341360946 |
|
| Back to top |
|
 |
balleman Site Admin
Joined: 20 Jan 2003 Posts: 282
|
Posted: Tue Mar 14, 2006 5:32 pm Post subject: |
|
|
| For SNMP tests, the Parameters field is only used if there is a %parameters% substitution in the SNMP OID. From your example, you should probably just modify the DNS SNMP tests to use the OIDs you have set up. |
|
| Back to top |
|
 |
|