Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snmpwalk failing after upgrading systems to Centos 8 #165

Closed
Zorrom opened this issue Aug 18, 2020 · 12 comments
Closed

snmpwalk failing after upgrading systems to Centos 8 #165

Zorrom opened this issue Aug 18, 2020 · 12 comments

Comments

@Zorrom
Copy link

Zorrom commented Aug 18, 2020

Hi Team,
We are facing the following issue on Centos 8 while trying to perform snmpwalk using the following command
$ snmpwalk -On -e 0x0102030405060708 -v 3 -u myuser -a SHA -A mypassword -x AES -l authNoPriv -M +BROADHOP-MIB:PRODUCT-FILE-MIB vm01 .1.3.6.1.4.1.26878.200.3.2.70
.1.3.6.1.4.1.26878.200.3.2.70 = No Such Object available on this agent at this OID

Below is the rpm used for Centos 8
[root@vm01 ~]# rpm -qa | grep net-snmp
net-snmp-5.8-12.el8_1.1.x86_64
net-snmp-libs-5.8-12.el8_1.1.x86_64
net-snmp-utils-5.8-12.el8_1.1.x86_64
net-snmp-agent-libs-5.8-12.el8_1.1.x86_64

However on our Centos 6 and 7 enviornment, the same command is working fine and following is the output
$ snmpwalk -On -e 0x0102030405060708 -v 3 -u myuser -a SHA -A mypassword -x AES -l authNoPriv -M +BROADHOP-MIB:PRODUCT-FILE-MIB vm01 .1.3.6.1.4.1.26878.200.3.2.70
.1.3.6.1.4.1.26878.200.3.2.70.1.4 = INTEGER: 12
.1.3.6.1.4.1.26878.200.3.2.70.1.4.0 = INTEGER: 12
.1.3.6.1.4.1.26878.200.3.2.70.1.5 = INTEGER: 5
.1.3.6.1.4.1.26878.200.3.2.70.1.5.0 = INTEGER: 5
.1.3.6.1.4.1.26878.200.3.2.70.1.6 = INTEGER: 1
.1.3.6.1.4.1.26878.200.3.2.70.1.6.0 = INTEGER: 1
.1.3.6.1.4.1.26878.200.3.2.70.1.7 = INTEGER: 8061096
.1.3.6.1.4.1.26878.200.3.2.70.1.7.0 = INTEGER: 8061096
.1.3.6.1.4.1.26878.200.3.2.70.1.8 = INTEGER: 1775736
.1.3.6.1.4.1.26878.200.3.2.70.1.8.0 = INTEGER: 1775736
.1.3.6.1.4.1.26878.200.3.2.70.1.9 = INTEGER: 4194300
.1.3.6.1.4.1.26878.200.3.2.70.1.9.0 = INTEGER: 4194300
.1.3.6.1.4.1.26878.200.3.2.70.1.10 = INTEGER: 4194300
.1.3.6.1.4.1.26878.200.3.2.70.1.10.0 = INTEGER: 4194300

Below is the rpm used for Centos 6
[root@ vm01 ~]# rpm -qa | grep net-snmp
net-snmp-libs-5.5-57.el6_8.1.x86_64
net-snmp-5.5-57.el6_8.1.x86_64
net-snmp-utils-5.5-57.el6_8.1.x86_64

Below is the snmpd.conf file used for Centos 8. We are using private mibs and trying to fetch the respective details

rouser myuser
rouser myuser_trap
com2sec local localhost myuser
com2sec6 local localhost myuser
group MyRWGroup usm local
group MyRWGroup usm myuser
view all included .1 80
access MyRWGroup "" any noauth exact all all none
syslocation Unknown (edit /etc/snmp/snmpd.conf)
syscontact Root (configure /etc/snmp/snmp.local.conf)
master agentx
agentAddress udp:161,udp6:161

agentSecName myuser_trap

trapsess -v 3 -u myuser_trap -a SHA -m 0x7aed7094e8d5eaf303a4dff14406367ba52b3757 -x AES -m 0x7aed7094e8d5eaf303a4dff14406367b -l authPriv vip02

##########

########### Local Stats

ignoreDisk /proc
ignoreDisk /proc/sys/fs/binfmt_misc
ignoreDisk /var/lib/nfs/rpc_pipefs
ignoreDisk /dev/shm
ignoreDisk /dev/pts
disk / 10%

swap 102400

load 9 9 9

########linkUpDownNotifications yes

notificationEvent linkUpTrap linkUp ifIndex ifAdminStatus ifOperStatus
notificationEvent linkDownTrap linkDown ifIndex ifAdminStatus ifOperStatus

monitor -u myuser_trap -r 60 -e linkUpTrap -o ifDescr "Generate linkUp" ifOperStatus != 2
monitor -u myuser_trap -r 60 -e linkDownTrap -o ifDescr "Generate linkDown" ifOperStatus == 2

Note: alert!=0, clear==0 and messages must be unique or snmpd errors.

monitor -u myuser_trap -r 60 -o dskPath -o dskErrorMsg "DiskFullAlert" dskErrorFlag != 0
monitor -u myuser_trap -r 60 -o dskPath -o dskErrorMsg "DiskFullClear" dskErrorFlag == 0
monitor -u myuser_trap -r 60 -o memErrorName -o memSwapErrorMsg "LowSwapAlert" memSwapError != 0
monitor -u myuser_trap -r 60 -o memErrorName -o memSwapErrorMsg "LowSwapClear" memSwapError == 0
monitor -u myuser_trap -r 60 -o laNames -o laErrMessage "HighLoadAlert" laErrorFlag != 0
monitor -u myuser_trap -r 60 -o laNames -o laErrMessage "HighLoadClear" laErrorFlag == 0

##########

####### System Stats

####### User, System and Idle CPU (VM-SNMP-MIB ss)
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.1.0 .1.3.6.1.4.1.2021.11.9.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.2.0 .1.3.6.1.4.1.2021.11.10.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.3.0 .1.3.6.1.4.1.2021.11.11.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.1 .1.3.6.1.4.1.2021.11.9.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.2 .1.3.6.1.4.1.2021.11.10.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.3 .1.3.6.1.4.1.2021.11.11.0
############ 1, 5 and 15 Minute Load Averages (VM-SNMP-MIB la)
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.4 .1.3.6.1.4.1.2021.10.1.5.1
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.5 .1.3.6.1.4.1.2021.10.1.5.2
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.6 .1.3.6.1.4.1.2021.10.1.5.3
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.4.0 .1.3.6.1.4.1.2021.10.1.5.1
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.5.0 .1.3.6.1.4.1.2021.10.1.5.2
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.6.0 .1.3.6.1.4.1.2021.10.1.5.3
############## Memory Total, Memory Available, Swap Total, Swap Available (VM-SNMP-MIB mem)
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.7 .1.3.6.1.4.1.2021.4.5.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.8 .1.3.6.1.4.1.2021.4.6.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.9 .1.3.6.1.4.1.2021.4.3.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.10 .1.3.6.1.4.1.2021.4.4.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.7.0 .1.3.6.1.4.1.2021.4.5.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.8.0 .1.3.6.1.4.1.2021.4.6.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.9.0 .1.3.6.1.4.1.2021.4.3.0
proxy -e 0x0102030405060708 -v 3 -u myuser -a SHA -m 0x71d8d544a7447e377fa5fc355d8f08f81f1a901c -x AES -m 0x71d8d544a7447e377fa5fc355d8f08f8 -l authPriv localhost .1.3.6.1.4.1.26878.200.3.2.70.1.10.0 .1.3.6.1.4.1.2021.4.4.0

We tried adding debug on the snmpd.conf file, but debug is not working properly.

@jridky
Copy link
Contributor

jridky commented Aug 18, 2020 via email

@Zorrom
Copy link
Author

Zorrom commented Aug 19, 2020

Hi @jridky , thanks for the response. I did run with -DALL option and below is the output. Sorry I just pasted the long output and please let me know if you see anything which could be an issue.

Also if its a known issue, when do you think when will Centos 8 gets a fix for this.

parse-mibs: Processing import: DisplayString
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: ucdExperimental
trace: parse(): parse.c, 4605:
parse-file: End of file (/usr/share/snmp/mibs/UCD-DLMOD-MIB.txt)
trace: parse(): parse.c, 4335:
parse-file: Parsing file: /usr/share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt...
trace: parse(): parse.c, 4474:
parse-mibs: Parsing MIB: 28 SNMP-NOTIFICATION-MIB
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMPv2-SMI already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMPv2-TC already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMP-FRAMEWORK-MIB already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMP-TARGET-MIB already loaded
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 28 'snmpModules' 51
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 28 'RowStatus' 16
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 28 'StorageType' 16
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 28 'SnmpAdminString' 54
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 28 'SnmpTagValue' 25
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 28 'snmpTargetParamsName' 25
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMP-TARGET-MIB already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMP-TARGET-MIB already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMP-TARGET-MIB already loaded
trace: do_linkup(): parse.c, 1748:
parse-mibs: Processing IMPORTS for module 28 SNMP-NOTIFICATION-MIB
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: snmpModules
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: RowStatus
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: StorageType
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: SnmpAdminString
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: SnmpTagValue
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: snmpTargetParamsName
trace: parse(): parse.c, 4605:
parse-file: End of file (/usr/share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt)
trace: parse(): parse.c, 4335:
parse-file: Parsing file: /usr/share/snmp/mibs/SNMPv2-TM.txt...
trace: parse(): parse.c, 4474:
parse-mibs: Parsing MIB: 23 SNMPv2-TM
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMPv2-SMI already loaded
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 23 'snmpModules' 51
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 23 'snmpDomains' 51
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 23 'snmpProxys' 51
trace: do_linkup(): parse.c, 1748:
parse-mibs: Processing IMPORTS for module 23 SNMPv2-TM
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: snmpModules
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: snmpDomains
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: snmpProxys
trace: parse(): parse.c, 4605:
parse-file: End of file (/usr/share/snmp/mibs/SNMPv2-TM.txt)
trace: parse(): parse.c, 4335:
parse-file: Parsing file: /usr/share/snmp/mibs/NET-SNMP-VACM-MIB.txt...
trace: parse(): parse.c, 4474:
parse-mibs: Parsing MIB: 45 NET-SNMP-VACM-MIB
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMP-FRAMEWORK-MIB already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module NET-SNMP-MIB already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMP-VIEW-BASED-ACM-MIB already loaded
trace: read_module_internal(): parse.c, 3906:
parse-mibs: Module SNMPv2-TC already loaded
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'SnmpAdminString' 54
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'netSnmpObjects' 4
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'netSnmpGroups' 4
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'vacmGroupName' 36
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'vacmAccessContextPrefix' 36
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'vacmAccessSecurityModel' 36
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'vacmAccessSecurityLevel' 36
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'DisplayString' 16
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'RowStatus' 16
trace: parse_imports(): parse.c, 3724:
parse-mibs: #### adding Module 45 'StorageType' 16
trace: do_linkup(): parse.c, 1748:
parse-mibs: Processing IMPORTS for module 45 NET-SNMP-VACM-MIB
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: SnmpAdminString
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: netSnmpObjects
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: netSnmpGroups
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: vacmGroupName
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: vacmAccessContextPrefix
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: vacmAccessSecurityModel
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: vacmAccessSecurityLevel
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: DisplayString
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: RowStatus
trace: do_linkup(): parse.c, 1761:
parse-mibs: Processing import: StorageType
trace: parse(): parse.c, 4605:
parse-file: End of file (/usr/share/snmp/mibs/NET-SNMP-VACM-MIB.txt)
trace: netsnmp_init_mib(): mib.c, 2851:
init_mib: Seen PREFIX: Looking in '.1.3.6.1.2.1' for prefix ...
trace: _callback_lock(): callback.c, 136:
9:callback:lock: locked (LIB,(null))
trace: snmp_call_callbacks(): callback.c, 344:
callback: START calling callbacks for maj=0 min=7
trace: snmp_call_callbacks(): callback.c, 370:
callback: END calling callbacks for maj=0 min=7 (0 called)
trace: _callback_unlock(): callback.c, 170:
9:callback:lock: unlocked (LIB,(null))
trace: read_configs(): read_config.c, 1053:
read_config: reading normal configuration tokens
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for snmpwalk:/etc/snmp:/usr/share/snmp:/usr/lib64/snmp:/root/.snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /etc/snmp
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/snmpwalk.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/snmpwalk.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/share/snmp
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/snmpwalk.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/snmpwalk.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for snmpwalk:/var/lib/net-snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /var/lib/net-snmp
trace: read_config_files_in_path(): read_config.c, 1295:
read_config:persist: persist dir: /var/lib/net-snmp
trace: read_config(): read_config.c, 774:
read_config: /var/lib/net-snmp/snmpwalk.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /var/lib/net-snmp/snmpwalk.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for snmp:/etc/snmp:/usr/share/snmp:/usr/lib64/snmp:/root/.snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /etc/snmp
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/snmp.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/snmp.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/share/snmp
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/snmp.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/snmp.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for snmp:/var/lib/net-snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /var/lib/net-snmp
trace: read_config_files_in_path(): read_config.c, 1295:
read_config:persist: persist dir: /var/lib/net-snmp
trace: read_config(): read_config.c, 774:
read_config: /var/lib/net-snmp/snmp.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /var/lib/net-snmp/snmp.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for snmpapp:/etc/snmp:/usr/share/snmp:/usr/lib64/snmp:/root/.snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /etc/snmp
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/snmpapp.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/snmpapp.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/share/snmp
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/snmpapp.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/snmpapp.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for snmpapp:/var/lib/net-snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /var/lib/net-snmp
trace: read_config_files_in_path(): read_config.c, 1295:
read_config:persist: persist dir: /var/lib/net-snmp
trace: read_config(): read_config.c, 811:
read_config:file: Reading configuration /var/lib/net-snmp/snmpapp.conf (0)
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:1 examining: #
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:2 examining: # net-snmp (or ucd-snmp) persistent data file.
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:3 examining: #
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:4 examining: ############################################################################
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:5 examining: # STOP STOP STOP STOP STOP STOP STOP STOP STOP
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:6 examining: #
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:7 examining: # **** DO NOT EDIT THIS FILE ****
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:8 examining: #
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:9 examining: # STOP STOP STOP STOP STOP STOP STOP STOP STOP
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:10 examining: ############################################################################
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:11 examining: #
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:12 examining: # DO NOT STORE CONFIGURATION ENTRIES HERE.
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:13 examining: # Please save normal configuration tokens for snmpapp in SNMPCONFPATH/snmpapp.conf.
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:14 examining: # Only "createUser" tokens should be placed here by snmpapp administrators.
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:15 examining: # (Did I mention: do not edit this file?)
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:16 examining: #
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:17 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:18 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:19 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:20 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:21 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:22 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:23 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:24 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:25 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:26 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:27 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:28 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:29 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:30 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:31 examining:
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:32 examining: engineBoots 14
trace: read_config(): read_config.c, 976:
read_config:line: /var/lib/net-snmp/snmpapp.conf:32 examining: engineBoots 14
trace: run_config_handler(): read_config.c, 542:
read_config:parser: Found a parser. Calling it: engineBoots / 14
trace: engineBoots_conf(): snmpv3.c, 711:
snmpv3: engineBoots: 15
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:33 examining: oldEngineID 0x80001f88805822ec7d7c1e1b5f00000000
trace: read_config(): read_config.c, 976:
read_config:line: /var/lib/net-snmp/snmpapp.conf:33 examining: oldEngineID 0x80001f88805822ec7d7c1e1b5f00000000
trace: run_config_handler(): read_config.c, 562:
9:read_config:parser: oldEngineID handler not registered for this time
trace: read_config(): read_config.c, 848:
9:read_config:line: /var/lib/net-snmp/snmpapp.conf:34 examining:
trace: read_config(): read_config.c, 774:
read_config: /var/lib/net-snmp/snmpapp.local.conf: No such file or directory
trace: netsnmp_ds_set_boolean(): default_store.c, 211:
netsnmp_ds_set_boolean: Setting LIB:27 = 1/True
trace: _callback_lock(): callback.c, 136:
9:callback:lock: locked (LIB,POST_READ_CONFIG)
trace: snmp_call_callbacks(): callback.c, 344:
callback: START calling callbacks for maj=0 min=0
trace: snmp_call_callbacks(): callback.c, 358:
callback: calling a callback for maj=0 min=0
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: set_enginetime(): lcd_time.c, 393:
lcd_set_enginetime: engineID 80 00 1F 88 80 58 22 EC 7D 7C 1E 1B 5F 00 00 00
00 : boots=15, time=0
trace: snmp_call_callbacks(): callback.c, 358:
callback: calling a callback for maj=0 min=0
trace: set_an_alarm(): snmp_alarm.c, 335:
snmp_alarm: no alarms found to schedule
trace: snmp_call_callbacks(): callback.c, 370:
callback: END calling callbacks for maj=0 min=0 (2 called)
trace: _callback_unlock(): callback.c, 170:
9:callback:lock: unlocked (LIB,POST_READ_CONFIG)
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: netsnmp_tdomain_transport_tspec(): snmp_transport.c, 657:
tdomain: tdomain_transport_spec("snmp", "lb02", 0, "udp,udp6", "[NIL]", "[NIL]")
trace: internal_register_config_handler(): read_config.c, 219:
9:read_config:register_handler: registering snmp transport
trace: netsnmp_tdomain_transport_tspec(): snmp_transport.c, 694:
tdomain: checking for host specific config hosts/lb02
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for hosts/lb02:/etc/snmp:/usr/share/snmp:/usr/lib64/snmp:/root/.snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /etc/snmp
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/hosts/lb02.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /etc/snmp/hosts/lb02.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/share/snmp
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/hosts/lb02.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /usr/share/snmp/hosts/lb02.local.conf: No such file or directory
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /usr/lib64/snmp
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1270:
read_config:dir: Directory not present: /root/.snmp
trace: read_config_files_in_path(): read_config.c, 1254:
read_config:path: config path used for hosts/lb02:/var/lib/net-snmp (persistent path:/var/lib/net-snmp)
trace: read_config_files_in_path(): read_config.c, 1265:
read_config:dir: config dir: /var/lib/net-snmp
trace: read_config_files_in_path(): read_config.c, 1295:
read_config:persist: persist dir: /var/lib/net-snmp
trace: read_config(): read_config.c, 774:
read_config: /var/lib/net-snmp/hosts/lb02.conf: No such file or directory
trace: read_config(): read_config.c, 774:
read_config: /var/lib/net-snmp/hosts/lb02.local.conf: No such file or directory
trace: netsnmp_ds_set_string(): default_store.c, 289:
netsnmp_ds_set_string: Setting LIB:27 = "(null)"
trace: netsnmp_tdomain_transport_tspec(): snmp_transport.c, 740:
tdomain: Use user specified default domain "udp,udp6"
trace: find_tdomain(): snmp_transport.c, 603:
tdomain: Found domain "udp" from specifier "udp"
trace: netsnmp_lookup_default_target(): snmp_service.c, 417:
defaults: netsnmp_lookup_default_target("snmp", "udp") -> ":161"
trace: netsnmp_tdomain_transport_tspec(): snmp_transport.c, 795:
tdomain: trying domain "udp" address "lb02" default address ":161"
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 68:
netsnmp_sockaddr_in: addr 0x7fff376b4870, inpeername "lb02", default_target ":161"
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 68:
netsnmp_sockaddr_in: addr 0x7fff376b4870, inpeername ":161", default_target "[NIL]"
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 123:
netsnmp_sockaddr_in: check user service 161
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 182:
netsnmp_sockaddr_in: return { AF_INET, 0.0.0.0:161 }
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 123:
netsnmp_sockaddr_in: check user service lb02
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 132:
netsnmp_sockaddr_in: servname not numeric, check if it really is a destination)
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 152:
netsnmp_sockaddr_in: check destination lb02
trace: netsnmp_getaddrinfo(): system.c, 866:
dns:getaddrinfo: looking up "lb02" with hint ({ ... })
trace: netsnmp_getaddrinfo(): system.c, 926:
dns:getaddrinfo: answer { AF_INET, 10.10.10.44:0 }
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 171:
netsnmp_sockaddr_in: hostname (resolved okay)
trace: netsnmp_sockaddr_in2(): transports/snmpIPv4BaseDomain.c, 182:
netsnmp_sockaddr_in: return { AF_INET, 10.10.10.44:161 }
trace: netsnmp_udpipv4base_transport_init(): transports/snmpUDPIPv4BaseDomain.c, 114:
netsnmp_udpbase: open remote UDP: [10.10.10.44]:161->[0.0.0.0]:0
trace: netsnmp_udpipv4base_transport_socket(): transports/snmpUDPIPv4BaseDomain.c, 144:
UDPBase: opened socket 3 as local=0
daemonize: sysname 'Linux',
release '4.18.0-147.5.1.el8_1.x86_64',
version '#1 SMP Wed Feb 5 02:00:39 UTC 2020',
machine 'x86_64'
trace: _sock_buffer_size_get(): transports/snmpSocketBaseDomain.c, 202:
socket:buffer: Requested client send buffer is 0
verbose:socket:buffer: Original client send buffer is 25165824
verbose:socket:buffer: New client send buffer size is smaller than original!
socket:buffer: client send buffer not valid or not specified; using OS default(25165824)
trace: _sock_buffer_size_get(): transports/snmpSocketBaseDomain.c, 202:
socket:buffer: Requested client receive buffer is 0
verbose:socket:buffer: Original client receive buffer is 25165824
verbose:socket:buffer: New client receive buffer size is smaller than original!
socket:buffer: client receive buffer not valid or not specified; using OS default(25165824)
trace: netsnmp_sess_config_and_open_transport(): snmp_api.c, 1563:
snmp_sess: opening transport: 0
trace: netsnmp_sess_config_and_open_transport(): snmp_api.c, 1596:
snmp_sess: limiting session snd size to transport max
trace: netsnmp_sess_config_and_open_transport(): snmp_api.c, 1601:
snmp_sess: done opening transport: 20
trace: netsnmp_sess_config_and_open_transport(): snmp_api.c, 1563:
snmp_sess: opening transport: 20
trace: snmp_sess_add_ex(): snmp_api.c, 1819:
snmp_sess_add: fd 3
trace: _callback_lock(): callback.c, 136:
9:callback:lock: locked (LIB,SESSION_INIT)
trace: snmp_call_callbacks(): callback.c, 344:
callback: START calling callbacks for maj=0 min=5
trace: snmp_call_callbacks(): callback.c, 358:
callback: calling a callback for maj=0 min=5
trace: snmp_call_callbacks(): callback.c, 370:
callback: END calling callbacks for maj=0 min=5 (1 called)
trace: _callback_unlock(): callback.c, 170:
9:callback:lock: unlocked (LIB,SESSION_INIT)
trace: snmp_sess_add_ex(): snmp_api.c, 1851:
snmp_sess_add: adding v3 session -- maybe engineID probe now
trace: usm_create_user_from_session_hook(): snmpusm.c, 3201:
usm: potentially bootstrapping the USM table from session data
trace: usm_create_user_from_session(): snmpusm.c, 3005:
usm: no flag defined... continuing
trace: usm_create_user_from_session(): snmpusm.c, 3021:
usm: Building user cisco_snmpv3...
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: usm_create_user_from_session(): snmpusm.c, 3137:
usm: copying privKey
trace: usm_extend_user_kul(): snmpusm.c, 2856:
usm: extending key
trace: sc_get_priv_alg_byoid(): scapi.c, 215:
trace: netsnmp_extend_kul(): keytools.c, 659:
9:usm:extend_kul: called
trace: netsnmp_extend_kul(): keytools.c, 679:
usm:extend_kul: no extension method defined for priv type 0x2
trace: usm_create_user_from_session(): snmpusm.c, 3190:
9:usm: user created
trace: snmpv3_build(): snmp_api.c, 2264:
snmp_build: Building SNMPv3 message (secName:"cisco_snmpv3", secLevel:authNoPriv)...
trace: snmpv3_build(): snmp_api.c, 2266:
dumph_send: SNMPv3 Message
trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2613:
dumph_send: GETNEXT
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3433:
snmp_pdu_realloc_rbuild: starting
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3456:
dumph_send: VarBind
trace: snmp_realloc_rbuild_var_op(): snmp.c, 344:
dumph_send: Value
dumpx_send: 05 00
dumpv_send: NULL
trace: snmp_realloc_rbuild_var_op(): snmp.c, 445:
dumph_send: Name
dumpx_send: 06 0D 2B 06 01 04 01 81 D1 7E 81 48 03 02 46
dumpv_send: ObjID: .1.3.6.1.4.1.26878.200.3.2.70
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3524:
dumph_send: error index
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3537:
dumph_send: error status
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3550:
dumph_send: request_id
dumpx_send: 02 04 46 C7 A1 D2
dumpv_send: Integer: 1187488210 (0x46C7A1D2)
trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2631:
dumph_send: ScopedPdu
trace: snmpv3_scopedPDU_header_realloc_rbuild(): snmp_api.c, 2559:
dumph_send: contextName
dumpx_send: 04 00
dumpv_send: String: [NULL]
trace: snmpv3_scopedPDU_header_realloc_rbuild(): snmp_api.c, 2573:
dumph_send: contextEngineID
dumpx_send: 04 08 01 02 03 04 05 06 07 08
dumpv_send: String: ........
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2432:
dumph_send: msgSecurityModel
dumpx_send: 02 01 03
dumpv_send: Integer: 3 (0x03)
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2446:
dumph_send: msgFlags
dumpx_send: 04 01 05
dumpv_send: String: .
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2462:
dumph_send:msgMaxSize2: msgMaxSize
dumpx_send: 02 02 05 C0
dumpv_send: Integer: 1472 (0x5C0)
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2475:
dumph_send: msgID
dumpx_send: 02 04 62 9E 91 17
dumpv_send: Integer: 1654558999 (0x629E9117)
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2499:
dumph_send: SNMP Version Number
dumpx_send: 02 01 03
dumpv_send: Integer: 3 (0x03)
trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2659:
dumph_send: SM msgSecurityParameters
trace: usm_rgenerate_out_msg(): snmpusm.c, 1521:
usm: USM processing has begun (offset 49)
trace: usm_get_user(): snmpusm.c, 3683:
usm: getting user cisco_snmpv3
trace: usm_get_user_from_list(): snmpusm.c, 3699:
usm: match on user cisco_snmpv3
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: usm_rgenerate_out_msg(): snmpusm.c, 1628:
usm: Failed to find engine data.
trace: usm_rgenerate_out_msg(): snmpusm.c, 1740:
dumph_send: msgPrivacyParameters
dumpx_send: 04 00
dumpv_send: String: [NULL]
trace: usm_rgenerate_out_msg(): snmpusm.c, 1755:
dumph_send: msgAuthenticationParameters
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
dumpx_send: 04 0C 00 00 00 00 00 00 00 00 00 00 00 00
dumpv_send: String: ............
trace: usm_rgenerate_out_msg(): snmpusm.c, 1788:
dumph_send: msgUserName
dumpx_send: 04 0C 63 69 73 63 6F 5F 73 6E 6D 70 76 33
dumpv_send: String: cisco_snmpv3
trace: usm_rgenerate_out_msg(): snmpusm.c, 1802:
dumph_send: msgAuthoritativeEngineTime
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: usm_rgenerate_out_msg(): snmpusm.c, 1817:
dumph_send: msgAuthoritativeEngineBoots
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: usm_rgenerate_out_msg(): snmpusm.c, 1829:
dumph_send: msgAuthoritativeEngineID
dumpx_send: 04 08 01 02 03 04 05 06 07 08
dumpv_send: String: ........
trace: sc_generate_keyed_hash(): scapi.c, 741:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: usm_rgenerate_out_msg(): snmpusm.c, 1929:
usm: USM processing completed.
trace: _build_initial_pdu_packet(): snmp_api.c, 5168:
sess_async_send: final pktbuf_len after building packet 484
trace: _sess_async_send(): snmp_api.c, 5305:
sess_process_packet: sending message id#1654558999 reqid#1187488210 len 122
transport:send: 122 bytes to UDP: [10.10.10.44]:161->[0.0.0.0]:0
trace: netsnmp_udpbase_send(): transports/snmpUDPBaseDomain.c, 476:
netsnmp_udp: send 122 bytes from 0x558bc6532eda to UDP: [10.10.10.44]:161->[0.0.0.0]:0 on fd 3
trace: snmp_sess_select_info2_flags(): snmp_api.c, 6554:
sess_select: for all sessions: 3 (to in 2194272.740106 sec)
verbose:sess_select: timer due in 0.999980 sec
verbose:sess_select: setting timer to 0.999980 sec, clear block (was 1)
trace: netsnmp_udpbase_recvfrom(): transports/snmpUDPBaseDomain.c, 193:
udpbase:recv: got source addr: 10.10.10.44
trace: netsnmp_udpbase_recv(): transports/snmpUDPBaseDomain.c, 429:
netsnmp_udp: recvfrom fd 3 got 123 bytes (from UDP: [10.10.10.44]:161->[0.0.0.0]:37462)
transport:recv: 123 bytes from UDP: [10.10.10.44]:161->[0.0.0.0]:37462
trace: _sess_process_packet_parse_pdu(): snmp_api.c, 5553:
sess_process_packet: session 0x558bc65e7120 fd 3 pkt 0x558bc65ead60 length 123
trace: snmpv3_parse(): snmp_api.c, 3699:
dumph_recv: SNMPv3 Message
trace: snmpv3_parse(): snmp_api.c, 3714:
dumph_recv: SNMP Version Number
dumpx_recv: 02 01 03
dumpv_recv: Integer: 3 (0x03)
trace: snmpv3_parse(): snmp_api.c, 3730:
dumph_recv: msgGlobalData
trace: snmpv3_parse(): snmp_api.c, 3747:
dumph_recv: msgID
dumpx_recv: 02 04 62 9E 91 17
dumpv_recv: Integer: 1654558999 (0x629E9117)
trace: snmpv3_parse(): snmp_api.c, 3779:
dumph_recv:msgMaxSize: msgMaxSize
dumpx_recv: 02 02 05 C0
dumpv_recv: Integer: 1472 (0x5C0)
trace: snmpv3_parse(): snmp_api.c, 3812:
snmpv3_parse:msgMaxSize: msgMaxSize 1472 received
trace: snmpv3_parse(): snmp_api.c, 3825:
dumph_recv: msgFlags
dumpx_recv: 04 01 01
dumpv_recv: String: .
trace: snmpv3_parse(): snmp_api.c, 3843:
dumph_recv: msgSecurityModel
dumpx_recv: 02 01 03
dumpv_recv: Integer: 3 (0x03)
trace: snmpv3_parse(): snmp_api.c, 3917:
dumph_recv: SM msgSecurityParameters
trace: usm_process_in_msg(): snmpusm.c, 2447:
usm: USM processing begun...
trace: usm_parse_security_parameters(): snmpusm.c, 2017:
dumph_recv: msgAuthoritativeEngineID
dumpx_recv: 04 08 01 02 03 04 05 06 07 08
dumpv_recv: String: ........
trace: usm_parse_security_parameters(): snmpusm.c, 2040:
dumph_recv: msgAuthoritativeEngineBoots
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: usm_parse_security_parameters(): snmpusm.c, 2064:
dumph_recv: msgAuthoritativeEngineTime
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: usm_parse_security_parameters(): snmpusm.c, 2092:
dumph_recv: msgUserName
dumpx_recv: 04 0C 63 69 73 63 6F 5F 73 6E 6D 70 76 33
dumpv_recv: String: cisco_snmpv3
trace: usm_parse_security_parameters(): snmpusm.c, 2135:
dumph_recv: msgAuthenticationParameters
dumpx_recv: 04 0C 92 ED 46 E9 0E A5 0F 36 98 49 0C 01
dumpv_recv: String: ..F....6.I
.
trace: usm_parse_security_parameters(): snmpusm.c, 2164:
dumph_recv: msgPrivacyParameters
dumpx_recv: 04 00
dumpv_recv: String:
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: set_enginetime(): lcd_time.c, 393:
lcd_set_enginetime: engineID 01 02 03 04 05 06 07 08 : boots=0, time=0
trace: usm_get_user_from_list(): snmpusm.c, 3699:
usm: match on user cisco_snmpv3
trace: usm_check_secLevel(): snmpusm.c, 3576:
comparex: Comparing: 1 3 .1.3.6.1.6.3.10.1.2.1
trace: sc_check_keyed_hash(): scapi.c, 1080:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_generate_keyed_hash(): scapi.c, 741:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: usm_process_in_msg(): snmpusm.c, 2604:
usm: Verification succeeded.
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: get_enginetime_ex(): lcd_time.c, 252:
lcd_get_enginetime_ex: engineID 01 02 03 04 05 06 07 08 : boots=0, time=0
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: set_enginetime(): lcd_time.c, 393:
lcd_set_enginetime: engineID 01 02 03 04 05 06 07 08 : boots=0, time=0
trace: usm_process_in_msg(): snmpusm.c, 2791:
usm: USM processing completed.
trace: snmpv3_parse(): snmp_api.c, 3971:
dumph_recv: ScopedPDU
trace: snmpv3_scopedPDU_parse(): snmp_api.c, 4890:
dumph_recv: contextEngineID
dumpx_recv: 04 08 01 02 03 04 05 06 07 08
dumpv_recv: String: ........
trace: snmpv3_scopedPDU_parse(): snmp_api.c, 4903:
dumph_recv: contextName
dumpx_recv: 04 00
dumpv_recv: String:
trace: snmpv3_parse(): snmp_api.c, 3991:
dumph_recv: RESPONSE
trace: snmp_pdu_parse(): snmp_api.c, 4573:
dumpv_recv: Command RESPONSE
trace: snmp_pdu_parse(): snmp_api.c, 4656:
dumph_recv: request_id
dumpx_recv: 02 04 46 C7 A1 D2
dumpv_recv: Integer: 1187488210 (0x46C7A1D2)
trace: snmp_pdu_parse(): snmp_api.c, 4667:
dumph_recv: error status
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: snmp_pdu_parse(): snmp_api.c, 4678:
dumph_recv: error index
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: snmp_pdu_parse(): snmp_api.c, 4696:
dumph_recv: VarBindList
trace: snmp_pdu_parse(): snmp_api.c, 4712:
dumph_recv: VarBind
trace: snmp_parse_var_op(): snmp.c, 169:
dumph_recv: Name
dumpx_recv: 06 0A 2B 06 01 06 03 01 01 06 01 00
dumpv_recv: ObjID: .1.3.6.1.6.3.1.1.6.1.0
trace: snmp_pdu_parse(): snmp_api.c, 4721:
dumph_recv: Value
dumpx_recv: 02 04 00 80 BB 84
dumpv_recv: Integer: 8436612 (0x80BB84)
trace: _snmp_parse(): snmp_api.c, 4368:
snmp_parse: Parsed SNMPv3 message (secName:cisco_snmpv3, secLevel:authNoPriv):
trace: _sess_process_packet_parse_pdu(): snmp_api.c, 5636:
sess_process_packet: received message id#1654558999 reqid#1187488210 len 123
trace: snmp_synch_input(): snmp_client.c, 179:
snmp_synch: Response (ReqID: 1187488210 - Cmd 162)
trace: snmp_synch_input(): snmp_client.c, 232:
snmp_synch: status = 0 errno = 0
trace: snmpv3_build(): snmp_api.c, 2264:
snmp_build: Building SNMPv3 message (secName:"cisco_snmpv3", secLevel:authNoPriv)...
trace: snmpv3_build(): snmp_api.c, 2266:
dumph_send: SNMPv3 Message
trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2613:
dumph_send: GET
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3433:
snmp_pdu_realloc_rbuild: starting
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3456:
dumph_send: VarBind
trace: snmp_realloc_rbuild_var_op(): snmp.c, 344:
dumph_send: Value
dumpx_send: 05 00
dumpv_send: NULL
trace: snmp_realloc_rbuild_var_op(): snmp.c, 445:
dumph_send: Name
dumpx_send: 06 0D 2B 06 01 04 01 81 D1 7E 81 48 03 02 46
dumpv_send: ObjID: .1.3.6.1.4.1.26878.200.3.2.70
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3524:
dumph_send: error index
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3537:
dumph_send: error status
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: snmp_pdu_realloc_rbuild(): snmp_api.c, 3550:
dumph_send: request_id
dumpx_send: 02 04 46 C7 A1 D3
dumpv_send: Integer: 1187488211 (0x46C7A1D3)
trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2631:
dumph_send: ScopedPdu
trace: snmpv3_scopedPDU_header_realloc_rbuild(): snmp_api.c, 2559:
dumph_send: contextName
dumpx_send: 04 00
dumpv_send: String: [NULL]
trace: snmpv3_scopedPDU_header_realloc_rbuild(): snmp_api.c, 2573:
dumph_send: contextEngineID
dumpx_send: 04 08 01 02 03 04 05 06 07 08
dumpv_send: String: ........
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2432:
dumph_send: msgSecurityModel
dumpx_send: 02 01 03
dumpv_send: Integer: 3 (0x03)
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2446:
dumph_send: msgFlags
dumpx_send: 04 01 05
dumpv_send: String: .
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2462:
dumph_send:msgMaxSize2: msgMaxSize
dumpx_send: 02 02 05 C0
dumpv_send: Integer: 1472 (0x5C0)
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2475:
dumph_send: msgID
dumpx_send: 02 04 62 9E 91 18
dumpv_send: Integer: 1654559000 (0x629E9118)
trace: snmpv3_header_realloc_rbuild(): snmp_api.c, 2499:
dumph_send: SNMP Version Number
dumpx_send: 02 01 03
dumpv_send: Integer: 3 (0x03)
trace: snmpv3_packet_realloc_rbuild(): snmp_api.c, 2659:
dumph_send: SM msgSecurityParameters
trace: usm_rgenerate_out_msg(): snmpusm.c, 1521:
usm: USM processing has begun (offset 49)
trace: usm_get_user(): snmpusm.c, 3683:
usm: getting user cisco_snmpv3
trace: usm_get_user_from_list(): snmpusm.c, 3699:
usm: match on user cisco_snmpv3
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: get_enginetime(): lcd_time.c, 156:
lcd_get_enginetime: engineID 01 02 03 04 05 06 07 08 : boots=0, time=0
trace: usm_rgenerate_out_msg(): snmpusm.c, 1740:
dumph_send: msgPrivacyParameters
dumpx_send: 04 00
dumpv_send: String: [NULL]
trace: usm_rgenerate_out_msg(): snmpusm.c, 1755:
dumph_send: msgAuthenticationParameters
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
dumpx_send: 04 0C 00 00 00 00 00 00 00 00 00 00 00 00
dumpv_send: String: ............
trace: usm_rgenerate_out_msg(): snmpusm.c, 1788:
dumph_send: msgUserName
dumpx_send: 04 0C 63 69 73 63 6F 5F 73 6E 6D 70 76 33
dumpv_send: String: cisco_snmpv3
trace: usm_rgenerate_out_msg(): snmpusm.c, 1802:
dumph_send: msgAuthoritativeEngineTime
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: usm_rgenerate_out_msg(): snmpusm.c, 1817:
dumph_send: msgAuthoritativeEngineBoots
dumpx_send: 02 01 00
dumpv_send: Integer: 0 (0x00)
trace: usm_rgenerate_out_msg(): snmpusm.c, 1829:
dumph_send: msgAuthoritativeEngineID
dumpx_send: 04 08 01 02 03 04 05 06 07 08
dumpv_send: String: ........
trace: sc_generate_keyed_hash(): scapi.c, 741:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: usm_rgenerate_out_msg(): snmpusm.c, 1929:
usm: USM processing completed.
trace: _build_initial_pdu_packet(): snmp_api.c, 5168:
sess_async_send: final pktbuf_len after building packet 484
trace: _sess_async_send(): snmp_api.c, 5305:
sess_process_packet: sending message id#1654559000 reqid#1187488211 len 122
transport:send: 122 bytes to UDP: [10.10.10.44]:161->[0.0.0.0]:0
trace: netsnmp_udpbase_send(): transports/snmpUDPBaseDomain.c, 476:
netsnmp_udp: send 122 bytes from 0x558bc6532eda to UDP: [10.10.10.44]:161->[0.0.0.0]:0 on fd 3
trace: snmp_sess_select_info2_flags(): snmp_api.c, 6554:
sess_select: for all sessions: 3 (to in 2194272.749230 sec)
verbose:sess_select: timer due in 0.999983 sec
verbose:sess_select: setting timer to 0.999983 sec, clear block (was 1)
trace: netsnmp_udpbase_recvfrom(): transports/snmpUDPBaseDomain.c, 193:
udpbase:recv: got source addr: 10.10.10.44
trace: netsnmp_udpbase_recv(): transports/snmpUDPBaseDomain.c, 429:
netsnmp_udp: recvfrom fd 3 got 122 bytes (from UDP: [10.10.10.44]:161->[0.0.0.0]:37462)
transport:recv: 122 bytes from UDP: [10.10.10.44]:161->[0.0.0.0]:37462
trace: _sess_process_packet_parse_pdu(): snmp_api.c, 5553:
sess_process_packet: session 0x558bc65e7120 fd 3 pkt 0x558bc65eacf0 length 122
trace: snmpv3_parse(): snmp_api.c, 3699:
dumph_recv: SNMPv3 Message
trace: snmpv3_parse(): snmp_api.c, 3714:
dumph_recv: SNMP Version Number
dumpx_recv: 02 01 03
dumpv_recv: Integer: 3 (0x03)
trace: snmpv3_parse(): snmp_api.c, 3730:
dumph_recv: msgGlobalData
trace: snmpv3_parse(): snmp_api.c, 3747:
dumph_recv: msgID
dumpx_recv: 02 04 62 9E 91 18
dumpv_recv: Integer: 1654559000 (0x629E9118)
trace: snmpv3_parse(): snmp_api.c, 3779:
dumph_recv:msgMaxSize: msgMaxSize
dumpx_recv: 02 02 05 C0
dumpv_recv: Integer: 1472 (0x5C0)
trace: snmpv3_parse(): snmp_api.c, 3812:
snmpv3_parse:msgMaxSize: msgMaxSize 1472 received
trace: snmpv3_parse(): snmp_api.c, 3825:
dumph_recv: msgFlags
dumpx_recv: 04 01 01
dumpv_recv: String: .
trace: snmpv3_parse(): snmp_api.c, 3843:
dumph_recv: msgSecurityModel
dumpx_recv: 02 01 03
dumpv_recv: Integer: 3 (0x03)
trace: snmpv3_parse(): snmp_api.c, 3917:
dumph_recv: SM msgSecurityParameters
trace: usm_process_in_msg(): snmpusm.c, 2447:
usm: USM processing begun...
trace: usm_parse_security_parameters(): snmpusm.c, 2017:
dumph_recv: msgAuthoritativeEngineID
dumpx_recv: 04 08 01 02 03 04 05 06 07 08
dumpv_recv: String: ........
trace: usm_parse_security_parameters(): snmpusm.c, 2040:
dumph_recv: msgAuthoritativeEngineBoots
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: usm_parse_security_parameters(): snmpusm.c, 2064:
dumph_recv: msgAuthoritativeEngineTime
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: usm_parse_security_parameters(): snmpusm.c, 2092:
dumph_recv: msgUserName
dumpx_recv: 04 0C 63 69 73 63 6F 5F 73 6E 6D 70 76 33
dumpv_recv: String: cisco_snmpv3
trace: usm_parse_security_parameters(): snmpusm.c, 2135:
dumph_recv: msgAuthenticationParameters
dumpx_recv: 04 0C 57 B0 06 37 D7 0E 38 BF 67 0C 97 64
dumpv_recv: String: W..7..8.g
.d
trace: usm_parse_security_parameters(): snmpusm.c, 2164:
dumph_recv: msgPrivacyParameters
dumpx_recv: 04 00
dumpv_recv: String:
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: set_enginetime(): lcd_time.c, 393:
lcd_set_enginetime: engineID 01 02 03 04 05 06 07 08 : boots=0, time=0
trace: usm_get_user_from_list(): snmpusm.c, 3699:
usm: match on user cisco_snmpv3
trace: usm_check_secLevel(): snmpusm.c, 3576:
comparex: Comparing: 1 3 .1.3.6.1.6.3.10.1.2.1
trace: sc_check_keyed_hash(): scapi.c, 1080:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_generate_keyed_hash(): scapi.c, 741:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_get_auth_maclen(): scapi.c, 374:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: usm_process_in_msg(): snmpusm.c, 2604:
usm: Verification succeeded.
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: get_enginetime_ex(): lcd_time.c, 252:
lcd_get_enginetime_ex: engineID 01 02 03 04 05 06 07 08 : boots=0, time=0
trace: sc_hash(): scapi.c, 885:
trace: sc_get_authtype(): scapi.c, 338:
trace: sc_find_auth_alg_byoid(): scapi.c, 266:
trace: sc_hash_type(): scapi.c, 938:
trace: sc_get_proper_auth_length_bytype(): scapi.c, 395:
trace: sc_find_auth_alg_bytype(): scapi.c, 313:
trace: sc_get_openssl_hashfn(): scapi.c, 630:
trace: set_enginetime(): lcd_time.c, 393:
lcd_set_enginetime: engineID 01 02 03 04 05 06 07 08 : boots=0, time=0
trace: usm_process_in_msg(): snmpusm.c, 2791:
usm: USM processing completed.
trace: snmpv3_parse(): snmp_api.c, 3971:
dumph_recv: ScopedPDU
trace: snmpv3_scopedPDU_parse(): snmp_api.c, 4890:
dumph_recv: contextEngineID
dumpx_recv: 04 08 01 02 03 04 05 06 07 08
dumpv_recv: String: ........
trace: snmpv3_scopedPDU_parse(): snmp_api.c, 4903:
dumph_recv: contextName
dumpx_recv: 04 00
dumpv_recv: String:
trace: snmpv3_parse(): snmp_api.c, 3991:
dumph_recv: RESPONSE
trace: snmp_pdu_parse(): snmp_api.c, 4573:
dumpv_recv: Command RESPONSE
trace: snmp_pdu_parse(): snmp_api.c, 4656:
dumph_recv: request_id
dumpx_recv: 02 04 46 C7 A1 D3
dumpv_recv: Integer: 1187488211 (0x46C7A1D3)
trace: snmp_pdu_parse(): snmp_api.c, 4667:
dumph_recv: error status
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: snmp_pdu_parse(): snmp_api.c, 4678:
dumph_recv: error index
dumpx_recv: 02 01 00
dumpv_recv: Integer: 0 (0x00)
trace: snmp_pdu_parse(): snmp_api.c, 4696:
dumph_recv: VarBindList
trace: snmp_pdu_parse(): snmp_api.c, 4712:
dumph_recv: VarBind
trace: snmp_parse_var_op(): snmp.c, 169:
dumph_recv: Name
dumpx_recv: 06 0D 2B 06 01 04 01 81 D1 7E 81 48 03 02 46
dumpv_recv: ObjID: .1.3.6.1.4.1.26878.200.3.2.70
trace: snmp_pdu_parse(): snmp_api.c, 4721:
dumph_recv: Value
trace: _snmp_parse(): snmp_api.c, 4368:
snmp_parse: Parsed SNMPv3 message (secName:cisco_snmpv3, secLevel:authNoPriv):
trace: _sess_process_packet_parse_pdu(): snmp_api.c, 5636:
sess_process_packet: received message id#1654559000 reqid#1187488211 len 122
trace: snmp_synch_input(): snmp_client.c, 179:
snmp_synch: Response (ReqID: 1187488211 - Cmd 162)
trace: snmp_synch_input(): snmp_client.c, 232:
snmp_synch: status = 0 errno = 0
.1.3.6.1.4.1.26878.200.3.2.70 = No Such Object available on this agent at this OID
trace: netsnmp_transport_cache_remove(): snmp_transport.c, 1237:
transport:cache:close: 0x558bc6533040
trace: _tc_find_transport(): snmp_transport.c, 1210:
transport:cache:find_transport: 0x558bc6533040
trace: netsnmp_transport_cache_remove(): snmp_transport.c, 1245:
transport:cache:close: 0x558bc6533040 not found in cache

@Zorrom
Copy link
Author

Zorrom commented Aug 20, 2020

@jridky It would be really good for us if you can provide any of the Bugzilla ID's for this distro issue. Since you said it was fixed earlier, then we would like to have those details.

@jridky
Copy link
Contributor

jridky commented Aug 20, 2020

Hi Azhar,

unfortunately, I didn't recall well in my previous post. The issue I was thinking could be related to your issue was about dynamic update of UCD-SNMP-MIB::dskTable.

Anyway, I'll run some additional tests and let you know, when find something.

About new update availability, generally speaking, updates for CentOS are related to RHEL release cycle. New RHEL 8 release should be available around the end of 2020.

@jridky
Copy link
Contributor

jridky commented Aug 20, 2020

There is other thing, that become to my mind now - you're using proxy statements in your snmpd.conf file. There was one bug report, that aimed to processing those proxy statements, that is fixed in CentOS 6 & 7 already (original description is available at [1]). I've prepared net-snmp build for CentOS 8 [2] using Copr build system, that is based on current net-snmp version from Fedora. It's almost identical with version in CentOS 8, but contains the fix for managing proxy statements. You can try to install and test this version, preferably on some separate testing machine with CentOS 8. Keep in mind, this is version from Fedora for testing purposes only and if you're going to use it in production, you do so for your own risk.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=663863
[2] https://copr.fedorainfracloud.org/coprs/jridky/nsnmp/

@Zorrom
Copy link
Author

Zorrom commented Aug 20, 2020

@jridky I just used your packages and tested the snmpwalk and it worked straight away. Thanks you so much. I got a similar response for the snmpwalk just like in Centos 6 and 7.
Since this is a package is not officially available for Centos 8 yet, when do you think it will be released to the general public. Do I have to wait till the end of this year as you said earlier

Also I am not in a position to ask another favor but please provide your thoughts on this as well
Sometimes while running snmpwalk I get this random timeout messages

Timeout: No Response from vm01

I have to restart the snmpd service and post that this timeout doesn't appear for few minutes and again comes back on. Any idea what could be the issue with this

Thank you once again for your help 👍

@jridky
Copy link
Contributor

jridky commented Aug 21, 2020

Hi Azhar,

glad to hear, this version solved your issue. The official release of net-snmp for CentOS 8, that contains this fix, will be available with RHEL-8.3 release, that is planned for end of this year.

With timeout issues, this could be caused by several different things:

  • if you're using v3 users/communication, there was issue with double free or corruption error, that caused snmpd failure.
  • snmpd can be just busy, due of some data loading (this count in environment with hundreds of disks/interfaces and so on to proceed

For sure, it would be great to know, what caused the failure. When timeout occurs, try to look at systemctl status snmpd first. For more detailed info, use journalctl -xe or journalctl -u snmpd

@jridky
Copy link
Contributor

jridky commented Aug 21, 2020

Anyway at the end, this issue isn't distro specific, but it's issue, that is still appearing in upstream code and fix is quite trivial.

diff -ruNp a/agent/mibgroup/ucd-snmp/proxy.c b/agent/mibgroup/ucd-snmp/proxy.c
--- a/agent/mibgroup/ucd-snmp/proxy.c	2020-06-10 09:24:24.933347483 +0200
+++ b/agent/mibgroup/ucd-snmp/proxy.c	2020-06-10 09:25:49.007148474 +0200
@@ -460,7 +460,7 @@ proxy_handler(netsnmp_mib_handler *handl
         if (sp->base_len &&
             reqinfo->mode == MODE_GETNEXT &&
             (snmp_oid_compare(ourname, ourlength,
-                              sp->base, sp->base_len) < 0)) {
+                              sp->name, sp->name_len) < 0)) {
             DEBUGMSGTL(( "proxy", "request is out of registered range\n"));
             /*
              * Create GETNEXT request with an OID so the

@bvanassche can you take a look and consider to apply this patch in V5-{7,8,9}-patches branches?

@Zorrom
Copy link
Author

Zorrom commented Aug 21, 2020

With timeout issues, this could be caused by several different things:

  • if you're using v3 users/communication, there was issue with double free or corruption error, that caused snmpd failure.
  • snmpd can be just busy, due of some data loading (this count in environment with hundreds of disks/interfaces and so on to proceed

For sure, it would be great to know, what caused the failure. When timeout occurs, try to look at systemctl status snmpd first. For more detailed info, use journalctl -xe or journalctl -u snmpd

Sure, I will also check the snmpd via journalctl to understand what is happening. Thank you very much for everything once again 👍

bvanassche pushed a commit that referenced this issue Aug 21, 2020
See also #165.

This patch reverts commit 4eb12f0 ("we actually want to use the base
OID as the starting point, not the reg OID").

[bvanassche: Added commit message]
@bvanassche
Copy link
Contributor

@jridky, please take a look at commit b6f37de.

@jridky
Copy link
Contributor

jridky commented Aug 24, 2020

@jridky, please take a look at commit b6f37de.

Looks good to me. Thank you.

@bvanassche
Copy link
Contributor

Thanks for having root-caused this and also for the patch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants