Hey,
I have just written Python script which fetch QoS data from Cisco IOS routers (class-maps, service policy) OIDs. Zabbix template based on script output discovers QoS items like bitrate, bytes, droprate per class basis.
I decided to write own new script as one which i found on forum was not able fetch nested class-names, which are very common in nowdays QoS implementations.
I have just tested on my company network. Results are very well.
Follow instructions from here:
Test Bed:
Linux Centos 7, Zabbix 3.4, Cisco IOS routers ISR G2, ISR 44xx, ASR
I have just written Python script which fetch QoS data from Cisco IOS routers (class-maps, service policy) OIDs. Zabbix template based on script output discovers QoS items like bitrate, bytes, droprate per class basis.
I decided to write own new script as one which i found on forum was not able fetch nested class-names, which are very common in nowdays QoS implementations.
I have just tested on my company network. Results are very well.
Follow instructions from here:
Test Bed:
Linux Centos 7, Zabbix 3.4, Cisco IOS routers ISR G2, ISR 44xx, ASR
Comment