Intro
I am attempting to add monitoring of a Cisco UCS to Zabbix but am getting a timeout while connecting error even though I can successfully run an snmpwalk command from my zabbix server.
Environment
I have my Zabbix environment running in a standard set of docker containers using the official sql images
What I've tried
I am able to use the following command from the docker host and receive results(Actual IP's and community string have been changed for privacy)
and how I have it configured in Zabbix. 


My observations
When I run the given snmpwalk command, it takes almost a full 60 seconds for all of the output to be returned. If I could I would adjust the snmp timeout, but it looks like the docker version doesn't include a ENV variable to adjust SNMP timeout, unless I am missing something.
Any help or advice on other things I can try are appreciated.
I am attempting to add monitoring of a Cisco UCS to Zabbix but am getting a timeout while connecting error even though I can successfully run an snmpwalk command from my zabbix server.
Environment
I have my Zabbix environment running in a standard set of docker containers using the official sql images
What I've tried
I am able to use the following command from the docker host and receive results(Actual IP's and community string have been changed for privacy)
Code:
snmpwalk -v2c -c communitystring 192.168.1.100
My observations
When I run the given snmpwalk command, it takes almost a full 60 seconds for all of the output to be returned. If I could I would adjust the snmp timeout, but it looks like the docker version doesn't include a ENV variable to adjust SNMP timeout, unless I am missing something.
Any help or advice on other things I can try are appreciated.