Re: Convert .my mib to .txt
Posted: Mon Apr 12, 2021 3:26 pm
Hi,
Based on your output of the command:
snmpwalk -v2c -c XXXXX 10.80.60.12
The four OIDs you are looking for are NOT available:
This could be because they don't exist or it could be that we don't have access to them.
In the command "snmpwalk -v2c -c XXXXX 10.80.60.12", did you type it exactly like that?
The XXXXX needs to be the SNMP Community Name assigned to that device, consider it like a password.
This is described in https://www.audiocodes.com/media/14595/ ... ver-72.pdf
starting on page 8.
On page 9 is this:
That tells me that you can probably find the value we need for XXXXX in this "snmpwalk -v2c -c XXXXX 10.80.60.12" command
by looking at the .ini file for that device. When you get that value please re-run that "snmpwalk -v2c -c XXXXX 10.80.60.12" command
again with the XXXXX replaced by the SNMPREADONLYCOMMUNITYSTRING_<x> you determined from the .ini file and post
the output here please.
You can examine the file yourself and look for the four OIDs you are looking for.
Thanks
Based on your output of the command:
snmpwalk -v2c -c XXXXX 10.80.60.12
The four OIDs you are looking for are NOT available:
Code: Select all
sbc in attempt call total
.1.3.6.1.4.1.5003.10.8.2.54.65.1.3.0
SBc out attempt call
.1.3.6.1.4.1.5003.10.8.2.54.67.1.3.0
sbc in total estabilished call :
.1.3.6.1.4.1.5003.10.8.2.54.69.1.3
sbc out total estabilished call
.1.3.6.1.4.1.5003.10.8.2.54.71.1.3In the command "snmpwalk -v2c -c XXXXX 10.80.60.12", did you type it exactly like that?
The XXXXX needs to be the SNMP Community Name assigned to that device, consider it like a password.
This is described in https://www.audiocodes.com/media/14595/ ... ver-72.pdf
starting on page 8.
On page 9 is this:
Code: Select all
Configuring Community Strings via the ini File
The following ini file parameters are used to configure community strings:
■ SNMPREADONLYCOMMUNITYSTRING_<x> = '#######'
■ SNMPREADWRITECOMMUNITYSTRING_<x> = '#######'
Where <x> is a number from 0 through 4. Note that the '#' character represents any
alphanumeric character. The maximum length of the string is 19 characters that can include
only the following:
■ Upper- and lower-case letters (a to z, and A to Z)
■ Numbers (0 to 9)
■ Hyphen (-)
■ Underline (_)by looking at the .ini file for that device. When you get that value please re-run that "snmpwalk -v2c -c XXXXX 10.80.60.12" command
again with the XXXXX replaced by the SNMPREADONLYCOMMUNITYSTRING_<x> you determined from the .ini file and post
the output here please.
You can examine the file yourself and look for the four OIDs you are looking for.
Thanks