Has any had any experience using ColdFusion and SNMP with Cisco 7223 UBR's? I'm building some cable modem tools and need the ability to monitor the UBR's.
You really won't be able to do this just with CF. You'll want to use VB or C++ to create an activeX .exe which you can run on your CF server. Inside this activeX program, you'll be able to do all of your SNMP collection and such. You can then use <cfobject> in CF to connect to it and retrieve the data as well as sending instructions to clear counters, etc..
I've never done any SNMP work but I would think there might even be an SNMP control to make it a lot easier. If you can get this part working though, interfacing it with CF would be the easy part.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.