Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using ColdFusion and SNMP with Cisco Routers.

Status
Not open for further replies.

sknyppy

Programmer
May 14, 1999
137
US
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.

~Dave
 
Hey sknyppy,

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.

Good luck,
GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top