SNMP MIB : How to use it with C#
-
Hi, I received from a customer an SNMP MIB file for remote a device with TCP/IP. I looking some help,link or sample for use it. Best Regards youssef
Why did the customer send you this file? What do you want to do with the information it provides? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Why did the customer send you this file? What do you want to do with the information it provides? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
I received this file for controlling a device and received some alarms. I received in the same time a serial protocol but it is so slowly for received the all alarms and set some parameters. I have 50 devices to control !!!! in the same time. Best regards youssef
-
I received this file for controlling a device and received some alarms. I received in the same time a serial protocol but it is so slowly for received the all alarms and set some parameters. I have 50 devices to control !!!! in the same time. Best regards youssef
The MIB file usually get imported into some management application like HP OpenView. It describes to that application what the device is, it's properties, controls, alarms, ... Are you writing your own management application? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
The MIB file usually get imported into some management application like HP OpenView. It describes to that application what the device is, it's properties, controls, alarms, ... Are you writing your own management application? RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
yes, if you want. I have been developed an automation that controls many device for telecoms with some GUI. Since always, I used the protocol series for the communication but recently, Ethernet connection is available and allows more control that a serialport(depends on speed d'exécution, the lenght of the datas) and allows also a profit in serialport connections with the servers connected to the system. Best Regards youssef