I need to monitor some traffic parameters in Huawei devices using SNMP. Those parameters are indexed in SNMP dynamic tables.
e.g.:
Index Name Board Subcard Port Out Bytes Tx Utilization 26.26.98.111.97.114.100.61.49.44.115.117.98.99.97.114.100.61.50.53.53.44.112.111.114.116.61.49 board=1,subcard=255,port=1 1 255 1 222123854217375 5782 26.26.98.111.97.114.100.61.50.44.115.117.98.99.97.114.100.61.50.53.53.44.112.111.114.116.61.51 board=2,subcard=255,port=3 2 255 3 0 0 26.26.98.111.97.114.100.61.50.44.115.117.98.99.97.114.100.61.50.53.53.44.112.111.114.116.61.52 board=2,subcard=255,port=4 2 255 4 70065589374158 642 26.26.98.111.97.114.100.61.51.44.115.117.98.99.97.114.100.61.50.53.53.44.112.111.114.116.61.49 board=3,subcard=255,port=1 3 255 1 187202111257802 4967 26.26.98.111.97.114.100.61.52.44.115.117.98.99.97.114.100.61.50.53.53.44.112.111.114.116.61.49 board=4,subcard=255,port=1 4 255 1 58869952022934 613 26.26.98.111.97.114.100.61.53.44.115.117.98.99.97.114.100.61.50.53.53.44.112.111.114.116.61.49 board=5,subcard=255,port=1 5 255 1 26864119466715 5838 26.26.98.111.97.114.100.61.54.44.115.117.98.99.97.114.100.61.50.53.53.44.112.111.114.116.61.49 board=6,subcard=255,port=1 6 255 1 0 630
I've tried using SNMP Custom Table sensors and SNMP Library options, following the steps shown in manuals/videos/webinars. I could'n achieve what I want.
Add comment