Someone can monitor the cable modem docsis 3.0 online (8x4) to cmts ubr10k using zabbix?
any idea how to do this?
Thank you, Flavio.
You have no one monitors the cable modem docsis 3.0 registered? the cmts I use is cisco ubr10k with pre-4.
uBR10k allows you to snmp poll the total number of modems online, however I dont think you can easily extract the number of wideband modems via SNMP
I use MRTG to graph this value, and my workaround is to tell MRTG to run an external script to get this value
The external script telnets to the CMTS and does a "show cable modem summary total | incl Total:" and then grab out the wideband modem count
OK! I will try thanks.
You have no one monitors the cable modem docsis 3.0 registered? the cmts I use is cisco ubr10k with pre-4.
uBR10k allows you to snmp poll the total number of modems online, however I dont think you can easily extract the number of wideband modems via SNMP
I use MRTG to graph this value, and my workaround is to tell MRTG to run an external script to get this value
The external script telnets to the CMTS and does a "show cable modem summary total | incl Total:" and then grab out the wideband modem count
OK! I will try thanks.